unary_format< FT1 > Struct Template Reference

#include <type_props.hpp>

Inheritance diagram for unary_format< FT1 >:
format< vector< T1, X2 > >

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename FT1>
struct mmx::unary_format< FT1 >

Definition at line 279 of file type_props.hpp.


Constructor & Destructor Documentation

unary_format (  )  [inline]

Definition at line 281 of file type_props.hpp.

00281                         :
00282     fm1 () {}
  template<typename C> inline unary_format (const C& x):

unary_format ( const C x  )  [inline]

Definition at line 283 of file type_props.hpp.

00283                                                        :
00284     fm1 ((FT1) CF(x)) {}
  template<typename C> inline unary_format (const format<C>& x):

unary_format ( const format< C > &  x  )  [inline]

Definition at line 285 of file type_props.hpp.

00285                                                                :
00286     fm1 ((FT1) get_format1 (x)) {}
  inline unary_format (const no_format& nfm):

unary_format ( const no_format nfm  )  [inline]

Definition at line 287 of file type_props.hpp.

00287                                             :
00288     fm1 (nfm) {}
  inline unary_format (const unary_format<FT1>& fm):

unary_format ( const unary_format< FT1 > &  fm  )  [inline]

Definition at line 289 of file type_props.hpp.

00289                                                    :
00290     fm1 (fm.fm1) {}
  inline unary_format (const FT1& fm1b):

unary_format ( const FT1 &  fm1b  )  [inline]

Definition at line 291 of file type_props.hpp.

00291                                        :
00292     fm1 (fm1b) {}
  inline unary_format<FT1> rfm () const { return *this; }


Member Function Documentation

FT1 format1 (  )  const [inline]

Definition at line 294 of file type_props.hpp.

00294 { return fm1; }

unary_format<FT1> rfm (  )  const [inline]

Definition at line 293 of file type_props.hpp.

00293 { return *this; }


Member Data Documentation

FT1 fm1

Definition at line 280 of file type_props.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1