![]() |
|
Public Member Functions | |
Pair () | |
Null constructor for lists. | |
Pair (const Type &f, const Type &s) | |
Construct from components. | |
Pair (Istream &is) | |
Construct from Istream. | |
Type | first () const |
Return first. | |
Type & | first () |
Return first. | |
Type | second () const |
Return second. | |
Type & | second () |
Return second. | |
Pair< Type > | reversePair () const |
Return reverse pair. | |
Friends | |
bool | operator== (const Pair< Type > &a, const Pair< Type > &b) |
bool | operator!= (const Pair< Type > &a, const Pair< Type > &b) |
|
Null constructor for lists.
|
|
Construct from components.
|
|
Construct from Istream.
|
|
Return first.
|
|
Return first.
|
|
Return reverse pair.
|
|
Return second.
|
|
Return second.
|
|
|
|
|