xbmc
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
NPT_HashMap< K, V, HF >::Entry Class Reference

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
 
m_Key
 
m_Value
 

Friends

class NPT_HashMap< K, V, HF >
 

The documentation for this class was generated from the following file: