encapsulate1< C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Public Member Functions


Detailed Description

template<typename C>
struct mmx::encapsulate1< C >

Definition at line 261 of file type_props.hpp.


Constructor & Destructor Documentation

encapsulate1 (  )  [inline]

Definition at line 262 of file type_props.hpp.

00262 {}

encapsulate1 ( const C x  )  [inline]

Definition at line 263 of file type_props.hpp.

00263 : C(x) {}


Member Function Documentation

C tfm1 (  )  const [inline]

Definition at line 264 of file type_props.hpp.

00264 { return this->tfm (); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1