format< iterator< C > > Struct Template Reference

#include <iterator.hpp>

Inheritance diagram for format< iterator< C > >:
format< C > empty_format

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename C>
struct mmx::format< iterator< C > >

Definition at line 108 of file iterator.hpp.


Member Typedef Documentation

typedef empty_format FT [inherited]

Definition at line 196 of file type_props.hpp.


Constructor & Destructor Documentation

format (  )  [inline]

Reimplemented from format< C >.

Definition at line 109 of file iterator.hpp.

00109 {}

format ( const format< C > &  fm  )  [inline]

Definition at line 110 of file iterator.hpp.

00110 : Format (fm) {}

format ( const format< iterator< C > > &  fm  )  [inline]

Definition at line 111 of file iterator.hpp.

00111 : Format ((Format) fm) {}


Member Function Documentation

empty_format format1 (  )  const [inline, inherited]

Definition at line 189 of file type_props.hpp.

Referenced by mmx::get_format1().

00189 { return empty_format (); }

empty_format format2 (  )  const [inline, inherited]

Definition at line 190 of file type_props.hpp.

Referenced by mmx::get_format2().

00190 { return empty_format (); }

empty_format format3 (  )  const [inline, inherited]

Definition at line 191 of file type_props.hpp.

00191 { return empty_format (); }

empty_format rfm (  )  const [inline, inherited]

Definition at line 188 of file type_props.hpp.

00188 { return *this; }

C sample (  )  const [inline, inherited]

Definition at line 202 of file type_props.hpp.

Referenced by mmx::get_sample().

00202 { return C(); }

format<C> tfm (  )  const [inline, inherited]

Definition at line 201 of file type_props.hpp.

00201 { return *this; }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1