|
Public Member Functions |
| gHashTriple (unsigned hashSize=LST_HASH_SIZE) |
virtual | ~gHashTriple () |
virtual bool | FindKey (gKey &hKey) |
gHashElemTriple * | Find (gKey &hKey) |
gHashElemTriple * | Find (gKey &hKey, unsigned &idx) |
gHashElemTriple * | Find (gKey &hKey, unsigned &idx, int &x) |
virtual gHashElemTriple * | GetTriple (unsigned idx, int x) |
bool | AddTriple (gKey &hKey, char *str, gStorage *aObj=nil) |
bool | AddTriple (gKey &hKey, gString &s, gStorage *aObj=nil) |
bool | AddTriple (gKey &hKey, int iVal, gStorage *aObj=nil) |