generic_alias< C > Class Template Reference

#include <alias.hpp>

List of all members.

Public Member Functions


Detailed Description

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

Definition at line 120 of file alias.hpp.


Constructor & Destructor Documentation

generic_alias ( const alias< generic > &  a  )  [inline]

Definition at line 125 of file alias.hpp.

00125 : rep (a) {}

generic_alias ( const generic_alias< C > &  a  )  [inline]

Definition at line 126 of file alias.hpp.

00126 : rep (a.rep) {}


Member Function Documentation

alias<generic> operator* (  )  const [inline]

Definition at line 124 of file alias.hpp.

00124 { return rep; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1