Pair< T, U > Class Template Reference

Generic pair class. More...

List of all members.

Public Member Functions

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

Properties

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

Detailed Description

template<T, U>
class MyMediaLite::Util::Pair< T, U >

Generic pair class.


Constructor & Destructor Documentation

Pair (  ) 

Default constructor.

Pair ( first,
second 
)

Create a Pair object from existing data.

Parameters:
first the first component
second the second component

Property Documentation

T First [get, set]

the first component

U Second [get, set]

the second component


The documentation for this class was generated from the following file:
Generated on Wed Aug 3 14:53:26 2011 for MyMediaLite by  doxygen 1.6.3