Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
string_hash_table.h File Reference
Include dependency graph for string_hash_table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

HashTableGetHashTableOfStrings (const uint32 initial_capacity, const uint8 load_percentage)
 Create a HashTable where both the keys and values are strings. More...
 
HashTableGetHashTableOfStringInts (const uint32 initial_capacity, const uint8 load_percentage)
 Create a HashTable where the keys are strings and the values are uint32. More...
 
bool CompareStringHashBuckets (const void *const bucket_key_p, const void *const key_p)
 Compare the keys of two StringHashBuckets. More...
 
int CompareKeysAlphabetically (const void *v0_p, const void *v1_p)
 Compare two strings alphabetically. More...