libmya 0.1.0
Library to parse Mya language.
|
A hashtable. More...
#include <hashtable.h>
Data Fields | |
hashitem_t * | items |
List of items on the hashtable. | |
unsigned int | _size |
The number of item slots of the items allocated memory. | |
A hashtable.
Definition at line 30 of file hashtable.h.
unsigned int hashtable::_size |
The number of item slots of the items
allocated memory.
Definition at line 33 of file hashtable.h.
hashitem_t* hashtable::items |
List of items on the hashtable.
Definition at line 32 of file hashtable.h.