pair< C1, C2 > Class Template Reference

#include <pair.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename C1, typename C2>
class mmx::pair< C1, C2 >

Definition at line 25 of file pair.hpp.


Constructor & Destructor Documentation

pair (  )  [inline]

Definition at line 30 of file pair.hpp.

00030 {}

pair ( const format< C1 > &  fm1,
const format< C2 > &  fm2 
) [inline]

Definition at line 31 of file pair.hpp.

00031                                                             :
00032     x1 (get_sample (fm1)), x2 (get_sample (fm2)) {}
  inline pair (const C1& x1b, const C2& x2b): x1 (x1b), x2 (x2b) {}

pair ( const C1 &  x1b,
const C2 x2b 
) [inline]

Definition at line 33 of file pair.hpp.

00033 : x1 (x1b), x2 (x2b) {}


Member Function Documentation

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

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;

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

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;

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

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;

void* operator new ( size_t  sz  )  [inline]

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;

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

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;

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

Definition at line 26 of file pair.hpp.

00027 :
  C1 x1;


Member Data Documentation

C1 x1
C2 x2

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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1