basix_doc 0.1
empty_format Struct Reference

#include <type_props.hpp>

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

List of all members.

Public Member Functions


Detailed Description

Definition at line 157 of file type_props.hpp.


Constructor & Destructor Documentation

empty_format ( ) [inline]

Definition at line 158 of file type_props.hpp.

{}
empty_format ( const no_format ) [inline]

Definition at line 159 of file type_props.hpp.

{}
empty_format ( const C ) [inline]

Definition at line 160 of file type_props.hpp.

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

Definition at line 161 of file type_props.hpp.

{}

Member Function Documentation

empty_format format1 ( ) const [inline]

Definition at line 163 of file type_props.hpp.

Referenced by mmx::get_format1().

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

Definition at line 164 of file type_props.hpp.

Referenced by mmx::get_format2().

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

Definition at line 165 of file type_props.hpp.

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

Definition at line 162 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