basix_doc 0.1
binary_format< FT1, FT2 > Struct Template Reference

#include <type_props.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename FT1, typename FT2>
struct mmx::binary_format< FT1, FT2 >

Definition at line 304 of file type_props.hpp.


Constructor & Destructor Documentation

binary_format ( ) [inline]

Definition at line 307 of file type_props.hpp.

                         :
    fm1 (), fm2 () {}
binary_format ( const C x) [inline]

Definition at line 309 of file type_props.hpp.

                                                        :
    fm1 ((FT1) CF1(x)), fm2 ((FT2) CF2(x)) {}
binary_format ( const format< C > &  x) [inline]

Definition at line 311 of file type_props.hpp.

                                                                :
    fm1 ((FT1) get_format1 (x)), fm2 ((FT2) get_format2 (x)) {}
binary_format ( const no_format nfm) [inline]

Definition at line 313 of file type_props.hpp.

                                             :
    fm1 (nfm), fm2 (nfm) {}
binary_format ( const binary_format< FT1, FT2 > &  fm) [inline]

Definition at line 315 of file type_props.hpp.

                                                         :
    fm1 (fm.fm1), fm2 (fm.fm2) {}
binary_format ( const FT1 &  fm1b,
const FT2 &  fm2b 
) [inline]

Definition at line 317 of file type_props.hpp.

                                                         :
    fm1 (fm1b), fm2 (fm2b) {}

Member Function Documentation

FT1 format1 ( ) const [inline]

Definition at line 320 of file type_props.hpp.

{ return fm1; }
FT2 format2 ( ) const [inline]

Definition at line 321 of file type_props.hpp.

{ return fm2; }
binary_format<FT1,FT2> rfm ( ) const [inline]

Definition at line 319 of file type_props.hpp.

{ return *this; }

Member Data Documentation

FT1 fm1

Definition at line 305 of file type_props.hpp.

FT2 fm2

Definition at line 306 of file type_props.hpp.


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