Darwin
1.10(beta)
|
Basic datatype for holding three objects of arbitrary type. Similar to the STL pair<> class. More...
Public Member Functions | |
drwnTriplet (const T &i, const U &j, const V &k) | |
drwnTriplet (const drwnTriplet< T, U, V > &t) | |
drwnTriplet< T, U, V > & | operator= (const drwnTriplet< T, U, V > &t) |
bool | operator== (const drwnTriplet< T, U, V > &t) const |
bool | operator< (const drwnTriplet< T, U, V > &t) const |
Public Attributes | |
T | first |
first object in the triplet | |
U | second |
second object in the triplet | |
V | third |
third object in thr triplet | |
Basic datatype for holding three objects of arbitrary type. Similar to the STL pair<> class.