|
kodi
|
Public Member Functions | |
| Entry (const K &key, const V &value) | |
| Entry (const K &key) | |
| const K & | GetKey () const |
| const V & | GetValue () const |
| bool | operator== (const Entry &other) const |
Protected Member Functions | |
| void | SetValue (const V &value) |
Protected Attributes | |
| K | m_Key |
| V | m_Value |
Friends | |
| class | NPT_Map< K, V > |
1.8.13