atomshashtable.h
Include dependency graph for atomshashtable.h:
This graph shows which files directly or indirectly include atomshashtable.h:
Functions
-
struct AtomsHashTable *atomshashtable_new()
-
int atomshashtable_insert(struct AtomsHashTable *hash_table, AtomString string, unsigned long value)
-
unsigned long atomshashtable_get_value(const struct AtomsHashTable *hash_table, AtomString string, unsigned long default_value)
-
int atomshashtable_has_key(const struct AtomsHashTable *hash_table, AtomString string)
-
struct AtomsHashTable
- #include <atomshashtable.h>
Collaboration diagram for AtomsHashTable: