cache< C, T > Class Template Reference

#include <cache.hpp>

List of all members.

Public Member Functions


Detailed Description

template<typename C, typename T>
class mmx::cache< C, T >

Definition at line 29 of file cache.hpp.


Constructor & Destructor Documentation

cache (  )  [inline]

Definition at line 35 of file cache.hpp.

00035 : rep (Table ()) {}

cache ( const table< C, T > &  c  )  [inline]

Definition at line 36 of file cache.hpp.

00036 : rep (c) {}


Member Function Documentation

table<C,T>& operator* (  )  [inline]

Definition at line 34 of file cache.hpp.

00034 { return rep; }

table<C,T> operator* (  )  const [inline]

Definition at line 33 of file cache.hpp.

00033 { 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