basix_doc 0.1
chain< C > Class Template Reference

#include <chain.hpp>

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

List of all members.

Public Types

Public Member Functions

Friends


Detailed Description

template<typename C>
class mmx::chain< C >

Examples:

chain_test.cpp.

Definition at line 58 of file chain.hpp.


Member Typedef Documentation

typedef empty_format FT [inherited]

Definition at line 170 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, inherited]

Definition at line 176 of file type_props.hpp.

Referenced by mmx::get_sample().

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

Definition at line 175 of file type_props.hpp.

{ return *this; }

Friends And Related Function Documentation

chain<C> left LESSGTR ( const chain< C > &  c) [friend]
nat N LESSGTR ( const chain< C > &  c) [friend]
bool is_nil LESSGTR ( const chain< C > &  c) [friend]
chain<C> right LESSGTR ( const chain< C > &  c) [friend]
C middle LESSGTR ( const chain< C > &  c) [friend]

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