object_format< Obj, Cat > Struct Template Reference

#include <object_format.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename Obj, typename Cat>
struct mmx::object_format< Obj, Cat >

Definition at line 26 of file object_format.hpp.


Constructor & Destructor Documentation

object_format (  )  [inline]

Definition at line 28 of file object_format.hpp.

00028 {}

object_format ( const no_format  )  [inline]

Definition at line 29 of file object_format.hpp.

00029 {}

object_format ( const Obj &  obj  )  [inline]

Definition at line 30 of file object_format.hpp.

00030 : tp (obj->tp) {}

object_format ( const Cat &  tp2  )  [inline]

Definition at line 31 of file object_format.hpp.

00031 : tp (tp2) {}

object_format ( const object_format< Obj, Cat > &  x  )  [inline]

Definition at line 32 of file object_format.hpp.

00032 : tp (x.tp) {}


Member Function Documentation

object_format<Obj,Cat> rfm (  )  const [inline]

Definition at line 33 of file object_format.hpp.

00033 { return *this; }


Member Data Documentation

Cat tp

Definition at line 27 of file object_format.hpp.


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1