gatelib
2.1
|
Public Types | |
typedef KEY | Key_t |
typedef T | Value_t |
Public Member Functions | |
gpair (const Key_t &aKey, const Value_t &aValue) | |
gpair & | operator= (const gpair &aPair) |
const Key_t & | key () const |
const Value_t & | value () const |
Key_t & | key () |
Value_t & | value () |