xbmc
|
Public Member Functions | |
Entry (NPT_UInt32 hash_value, const K &key, const V &value) | |
Entry (NPT_UInt32 hash_value, const K &key) | |
const K & | GetKey () const |
const V & | GetValue () const |
NPT_UInt32 | GetHashValue () const |
bool | operator== (const Entry &other) const |
Protected Member Functions | |
void | SetValue (const V &value) |
Protected Attributes | |
NPT_UInt32 | m_HashValue |
K | m_Key |
V | m_Value |
Friends | |
class | NPT_HashMap< K, V, HF > |