libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
hashtable Struct Reference

A hashtable. More...

#include <hashtable.h>

Collaboration diagram for hashtable:

Data Fields

hashitem_titems
 List of items on the hashtable.
 
unsigned int _size
 The number of item slots of the items allocated memory.
 

Detailed Description

A hashtable.

Definition at line 30 of file hashtable.h.

Field Documentation

◆ _size

unsigned int hashtable::_size

The number of item slots of the items allocated memory.

Definition at line 33 of file hashtable.h.

◆ items

hashitem_t* hashtable::items

List of items on the hashtable.

Definition at line 32 of file hashtable.h.


The documentation for this struct was generated from the following file: