ICAROUS
|
#include <Tuple5.h>
Public Member Functions | |
Tuple5 () | |
Tuple5 (const T1 &first, const T2 &second, const T3 &third, const T4 &fourth, const T5 &fifth) | |
T1 | getFirst () const |
T2 | getSecond () const |
T3 | getThird () const |
T4 | getFourth () const |
T5 | getFifth () const |
template<typename U1 , typename U2 , typename U3 , typename U4 , typename U5 > | |
Tuple5 (const Tuple5< U1, U2, U3, U4, U5 > &q) | |
Static Public Member Functions | |
static Tuple5< T1, T2, T3, T4, T5 > | make (const T1 &e1, const T2 &e2, const T3 &e3, const T4 &e4, const T5 &e5) |
Public Attributes | |
T1 | first |
T2 | second |
T3 | third |
T4 | fourth |
T5 | fifth |
A 5-dimensional tuple
<T1> | type of first element |
<T2> | type of second element |
<T3> | type of third element |
<T4> | type of fourth element |
<T5> | type of fifth element |
|
inline |
Construct a new Tuple5 object
|
inline |
Construct a new Tuple5 object
|
inline |
Copy a Tuple5 object
|
inline |
Return the fifth element of this Tuple5
|
inline |
Return the first element of this Tuple5
|
inline |
Return the fourth element of this Tuple5
|
inline |
Return the second element of this Tuple5
|
inline |
Return the third element of this Tuple5
|
inlinestatic |
Make a new Tuple5 object