JX Application Framework
Loading...
Searching...
No Matches
JConstHashCursor< V > Member List

This is the complete list of members for JConstHashCursor< V >, including all inherited members.

DualHash(const JHashValue hash)JConstHashCursor< V >inlineprotectedstatic
GetCursorHashValue() constJConstHashCursor< V >inline
GetHashValue() constJConstHashCursor< V >inline
GetIndex() constJConstHashCursor< V >inlineprotected
GetRecord() constJConstHashCursor< V >inline
GetState() constJConstHashCursor< V >inline
GetTable() constJConstHashCursor< V >inlineprotected
GetValue() constJConstHashCursor< V >inline
IsDeleted() constJConstHashCursor< V >inline
IsEmpty() constJConstHashCursor< V >inline
IsFull() constJConstHashCursor< V >inline
JConstHashCursor(const JHashTable< V > *table)JConstHashCursor< V >
JConstHashCursor(const JHashTable< V > *table, const JHashValue hash)JConstHashCursor< V >
Next()JConstHashCursor< V >
Next(bool(*NextRecordType)(const JHashRecord< V > &), const bool stopOnEmpty)JConstHashCursor< V >
NextFull()JConstHashCursor< V >
NextHash(const bool allowEmpty=false)JConstHashCursor< V >
NextHashOrOpen()JConstHashCursor< V >
NextKey(const bool allowEmpty=false)JConstHashCursor< V >
NextKeyOrOpen()JConstHashCursor< V >
NextMapInsertHash()JConstHashCursor< V >
NextMapInsertKey()JConstHashCursor< V >
NextOpen()JConstHashCursor< V >
Reset(const bool clear=false)JConstHashCursor< V >
ResetHash(const JHashValue hash)JConstHashCursor< V >
ResetKey(const V &value)JConstHashCursor< V >
Step()JConstHashCursor< V >inlineprotected
~JConstHashCursor()JConstHashCursor< V >virtual