triple< C1, C2, C3 > Class Template Reference

#include <triple.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename C1, typename C2, typename C3>
class mmx::triple< C1, C2, C3 >

Definition at line 25 of file triple.hpp.


Constructor & Destructor Documentation

triple (  )  [inline]

Definition at line 31 of file triple.hpp.

00031 {}

triple ( const format< C1 > &  fm1,
const format< C2 > &  fm2,
const format< C3 > &  fm3 
) [inline]

Definition at line 32 of file triple.hpp.

00033                                        :
00034     x1 (get_sample (fm1)), x2 (get_sample (fm2)), x3 (get_sample (fm3)) {}
  inline triple (const C1& x1b, const C2& x2b, const C3& x3b):

triple ( const C1 &  x1b,
const C2 x2b,
const C3 &  x3b 
) [inline]

Definition at line 35 of file triple.hpp.

00035                                                              :
00036     x1 (x1b), x2 (x2b), x3 (x3b) {}
};


Member Function Documentation

void operator delete ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;

void operator delete[] ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;

void* operator new ( size_t  sz,
void *  where 
) [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;

void* operator new ( size_t  sz  )  [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;

void* operator new[] ( size_t  sz,
void *  where 
) [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;

void* operator new[] ( size_t  sz  )  [inline]

Definition at line 26 of file triple.hpp.

00027 :
  C1 x1;


Member Data Documentation

C1 x1

Definition at line 26 of file triple.hpp.

Referenced by new_table_rep< C, T, V >::set().

C2 x2

Definition at line 29 of file triple.hpp.

C3 x3

Definition at line 30 of file triple.hpp.


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1