|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <hashtable.h>
Data Fields | |
| void * | key |
| size_t | keysize |
| void * | data |
| ARC_HashtableNode * | node |
Definition at line 20 of file hashtable.h.
| void* ARC_HashtableNode::data |
Definition at line 24 of file hashtable.h.
| void* ARC_HashtableNode::key |
Definition at line 21 of file hashtable.h.
| size_t ARC_HashtableNode::keysize |
Definition at line 22 of file hashtable.h.
| ARC_HashtableNode* ARC_HashtableNode::node |
Definition at line 25 of file hashtable.h.