format< C > Struct Template Reference

#include <type_props.hpp>

Inheritance diagram for format< C >:
empty_format encapsulate1< format< C > > chain< C > format< iterator< C > > iterator_rep< C > list< C > vector_rep< C, V > vector_rep< C, vector_fixed< V, S > > new_table_rep< C, T, V > table_rep< C, T, V > as_iterator_rep< C, S > finite_iterator_rep< C > heap_iterator_rep< C > join_iterator_rep< C > lazy_iterator_rep< C, T > list_iterator_rep< C > range_iterator_rep< C > vector_iterator_rep< C, V >

List of all members.

Public Types

Public Member Functions


Detailed Description

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

Definition at line 195 of file type_props.hpp.


Member Typedef Documentation

typedef empty_format FT

Definition at line 196 of file type_props.hpp.


Constructor & Destructor Documentation

format (  )  [inline]

Reimplemented in format< iterator< C > >.

Definition at line 197 of file type_props.hpp.

00197 {}

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

Definition at line 198 of file type_props.hpp.

00198 {}

format ( const FT  )  [inline]

Definition at line 199 of file type_props.hpp.

00199 {}

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

Definition at line 200 of file type_props.hpp.

00200 : empty_format () {}


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]

Definition at line 202 of file type_props.hpp.

Referenced by mmx::get_sample().

00202 { return C(); }

format<C> tfm (  )  const [inline]

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