Rosetta 3.3
|
2-key meta-key More...
#include <Key2Vector.hh>
Public Types | |
typedef K | Key |
Public Member Functions | |
Key2Vector () | |
Default constructor. | |
Key2Vector (Key const &key1_a, Key const &key2_a) | |
Key constructor. | |
~Key2Vector () | |
Destructor. | |
Key const & | key1 () const |
Key 1. | |
Key & | key1 () |
Key 1. | |
Key const & | key2 () const |
Key 2. | |
Key & | key2 () |
Key 2. | |
Key const & | operator[] (int const i) const |
Key2Vector[ i ] const: 0-based index. | |
Key & | operator[] (int const i) |
Key2Vector[ i ]: 0-based index. | |
Key const & | operator() (int const i) const |
Key2Vector( i ) const: 1-based index. | |
Key & | operator() (int const i) |
Key2Vector( i ): 1-based index. | |
Friends | |
bool | operator== (Key2Vector const &a, Key2Vector const &b) |
Key2Vector == Key2Vector. | |
bool | operator!= (Key2Vector const &a, Key2Vector const &b) |
Key2Vector != Key2Vector. | |
bool | operator< (Key2Vector const &a, Key2Vector const &b) |
Key2Vector < Key2Vector. |
2-key meta-key
typedef K utility::keys::Key2Vector< K >::Key |
utility::keys::Key2Vector< K >::Key2Vector | ( | ) | [inline] |
Default constructor.
utility::keys::Key2Vector< K >::Key2Vector | ( | Key const & | key1_a, |
Key const & | key2_a | ||
) | [inline] |
Key constructor.
utility::keys::Key2Vector< K >::~Key2Vector | ( | ) | [inline] |
Destructor.
Key const& utility::keys::Key2Vector< K >::key1 | ( | ) | const [inline] |
Key 1.
Key& utility::keys::Key2Vector< K >::key1 | ( | ) | [inline] |
Key 1.
Key& utility::keys::Key2Vector< K >::key2 | ( | ) | [inline] |
Key 2.
Key const& utility::keys::Key2Vector< K >::key2 | ( | ) | const [inline] |
Key 2.
Key const& utility::keys::Key2Vector< K >::operator() | ( | int const | i | ) | const [inline] |
Key2Vector( i ) const: 1-based index.
Key& utility::keys::Key2Vector< K >::operator() | ( | int const | i | ) | [inline] |
Key2Vector( i ): 1-based index.
Key& utility::keys::Key2Vector< K >::operator[] | ( | int const | i | ) | [inline] |
Key2Vector[ i ]: 0-based index.
Key const& utility::keys::Key2Vector< K >::operator[] | ( | int const | i | ) | const [inline] |
Key2Vector[ i ] const: 0-based index.
bool operator!= | ( | Key2Vector< K > const & | a, |
Key2Vector< K > const & | b | ||
) | [friend] |
Key2Vector != Key2Vector.
bool operator< | ( | Key2Vector< K > const & | a, |
Key2Vector< K > const & | b | ||
) | [friend] |
bool operator== | ( | Key2Vector< K > const & | a, |
Key2Vector< K > const & | b | ||
) | [friend] |
Key2Vector == Key2Vector.