CHashTable 1
Loading...
Searching...
No Matches
hash_table.h File Reference

Public API for HashTable. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Public API for HashTable.