local_instance_type< Cat, Nr > Class Template Reference

#include <instance.hpp>

List of all members.

Public Member Functions


Detailed Description

template<typename Cat, nat Nr>
class mmx::local_instance_type< Cat, Nr >

Definition at line 139 of file instance.hpp.


Constructor & Destructor Documentation

local_instance_type ( const Cat &  New  )  [inline]

Definition at line 142 of file instance.hpp.

00142                                              :
00143     Old (Instance::Cur) { Instance::Cur = New; }
  inline ~local_instance_type () {

~local_instance_type (  )  [inline]

Definition at line 144 of file instance.hpp.

00144                                  {
00145     Instance::Cur = Old; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1