basix_doc 0.1
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.

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

Definition at line 32 of file triple.hpp.

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

Definition at line 35 of file triple.hpp.

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

Member Data Documentation

C1 x1

Definition at line 28 of file triple.hpp.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines