Triple< T, U, V > Class Template Reference

Generic triple class. More...

List of all members.

Public Member Functions

 Triple (T first, U second, V third)
 Create a Triple object from existing data.
 Triple ()
 Default constructor.

Properties

First [get, set]
 the first component
Second [get, set]
 the second component
Third [get, set]
 the third component

Detailed Description

template<T, U, V>
class MyMediaLite::Util::Triple< T, U, V >

Generic triple class.


Constructor & Destructor Documentation

Triple (  ) 

Default constructor.

Triple ( first,
second,
third 
)

Create a Triple object from existing data.

Parameters:
first the first component
second the second component
third the third component

Property Documentation

T First [get, set]

the first component

U Second [get, set]

the second component

V Third [get, set]

the third component


The documentation for this class was generated from the following file:
Generated on Tue May 24 12:44:19 2011 for MyMediaLite by  doxygen 1.6.3