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.
hash_table.h File Reference
#include <stdio.h>
#include "typedefs.h"
#include "memory_allocations.h"
#include "grassroots_util_library.h"
#include "streams.h"
Include dependency graph for hash_table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HashBucket
 A datatype for holding a key-value pair along with the hashed value of the key. More...
 
struct  HashTable
 A container using HashBuckets to allow for fast lookup of key-value pairs. More...