basix_doc 0.1
format< C > Struct Template Reference

#include <type_props.hpp>

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

List of all members.

Public Types

Public Member Functions


Detailed Description

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

Definition at line 169 of file type_props.hpp.


Member Typedef Documentation

typedef empty_format FT

Definition at line 170 of file type_props.hpp.


Constructor & Destructor Documentation

format ( ) [inline]

Reimplemented in format< iterator< C > >.

Definition at line 171 of file type_props.hpp.

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

Definition at line 172 of file type_props.hpp.

{}
format ( const FT ) [inline]

Definition at line 173 of file type_props.hpp.

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

Reimplemented in format< iterator< C > >.

Definition at line 174 of file type_props.hpp.

{}

Member Function Documentation

empty_format format1 ( ) const [inline, inherited]

Definition at line 163 of file type_props.hpp.

Referenced by mmx::get_format1().

{ return empty_format (); }
empty_format format2 ( ) const [inline, inherited]

Definition at line 164 of file type_props.hpp.

Referenced by mmx::get_format2().

{ return empty_format (); }
empty_format format3 ( ) const [inline, inherited]

Definition at line 165 of file type_props.hpp.

{ return empty_format (); }
empty_format rfm ( ) const [inline, inherited]

Definition at line 162 of file type_props.hpp.

{ return *this; }
C sample ( ) const [inline]

Definition at line 176 of file type_props.hpp.

Referenced by mmx::get_sample().

{ return C(); }
format<C> tfm ( ) const [inline]

Definition at line 175 of file type_props.hpp.

{ return *this; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines