![]() |
torcs - 1.2.2 | ![]() |
#include <stddef.h>
Include dependency graph for hashtable.h:
Go to the source code of this file.
Compounds | |
struct | HASH_TABLE |
struct | HASH_TABLE_ITER |
struct | NAMED |
Typedefs | |
typedef const char * | KEY |
Functions | |
NAMED * | lookup (HASH_TABLE *table, KEY name, size_t createSize) |
void | hashTableInit (HASH_TABLE *) |
void | hashTableDestroy (HASH_TABLE *) |
void | hashTableIterInit (HASH_TABLE_ITER *, const HASH_TABLE *) |
NAMED * | hashTableIterNext (HASH_TABLE_ITER *) |
|
|
|
|
|
|
|
|
|
|
|
|