xbmc
|
Public Member Functions | |
Iterator (Entry **entry, const NPT_HashMap< K, V, HF > *map) | |
Iterator (const Iterator ©) | |
const Entry & | operator* () const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
operator bool () const | |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
void | operator= (const Iterator &other) |
Friends | |
class | NPT_HashMap< K, V, HF > |