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

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

DualHash(const JHashValue hash)JConstHashCursor< V >inlineprotectedstatic
ForceNextMapInsertHash()JHashCursor< V >
ForceNextMapInsertKey()JHashCursor< V >
ForceNextOpen()JHashCursor< V >
GetCursorHashValue() constJConstHashCursor< V >inline
GetHashValue() constJConstHashCursor< V >inline
GetIndex() constJConstHashCursor< V >inlineprotected
GetMutableTable() constJHashCursor< 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 >
JHashCursor(JHashTable< V > *table)JHashCursor< V >
JHashCursor(JHashTable< V > *table, const JHashValue hash)JHashCursor< V >
MarkEmpty() constJHashCursor< V >inline
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 >
Remove() constJHashCursor< V >inline
Reset(const bool clear=false)JConstHashCursor< V >
ResetHash(const JHashValue hash)JConstHashCursor< V >
ResetKey(const V &value)JConstHashCursor< V >
Set(const JHashRecord< V > &record) constJHashCursor< V >inline
Set(const JHashValue hash, const V &value) constJHashCursor< V >inline
Set(const V &value) constJHashCursor< V >inline
SetHash(const V &value) constJHashCursor< V >inline
Step()JConstHashCursor< V >inlineprotected
~JConstHashCursor()JConstHashCursor< V >virtual
~JHashCursor() overrideJHashCursor< V >