|
CHashTable 1
|
Public API for HashTable. More...
Go to the source code of this file.
Data Structures | |
| struct | entry |
| A hash table entry object. More... | |
Typedefs | |
| typedef struct entry | Entry |
| A hash table entry object. | |
Enumerations | |
| enum | HashTable_LoadError { HT_LOAD_OK = 0 , HT_LOAD_ERROR_FILE_OPEN , HT_LOAD_ERROR_EMPTY , HT_LOAD_ERROR_INVALID_HEADER , HT_LOAD_ERROR_MISSING_COUNT , HT_LOAD_ERROR_MALFORMED_COUNT , HT_LOAD_ERROR_ALLOC_FAILED , HT_LOAD_ERROR_PREMATURE_EOF , HT_LOAD_ERROR_MALFORMED_LINE } |
| Error codes for the hash_table_load function. | |
Public API for HashTable.