empty_format Struct Reference

#include <type_props.hpp>

Inheritance diagram for empty_format:
format< pair< T, C > > format< T > format< U > format< C > iterator_rep< pair< T, C > > encapsulate2< format< T > > iterator_rep< T > iterator_rep< U > encapsulate1< format< C > > chain< C > format< iterator< C > > iterator_rep< C > list< C > vector_rep< C, V > vector_rep< C, vector_fixed< V, S > >

List of all members.

Public Member Functions


Detailed Description

Definition at line 183 of file type_props.hpp.


Constructor & Destructor Documentation

empty_format (  )  [inline]

Definition at line 184 of file type_props.hpp.

00184 {}

empty_format ( const no_format  )  [inline]

Definition at line 185 of file type_props.hpp.

00185 {}

empty_format ( const C  )  [inline]

Definition at line 186 of file type_props.hpp.

00186 {}

empty_format ( const C ,
const D &   
) [inline]

Definition at line 187 of file type_props.hpp.

00187 {}


Member Function Documentation

empty_format format1 (  )  const [inline]

Definition at line 189 of file type_props.hpp.

Referenced by mmx::get_format1().

00189 { return empty_format (); }

empty_format format2 (  )  const [inline]

Definition at line 190 of file type_props.hpp.

Referenced by mmx::get_format2().

00190 { return empty_format (); }

empty_format format3 (  )  const [inline]

Definition at line 191 of file type_props.hpp.

00191 { return empty_format (); }

empty_format rfm (  )  const [inline]

Definition at line 188 of file type_props.hpp.

00188 { 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