hash_set.h File Reference
#include <stddef.h>
Include dependency graph for hash_set.h:

Go to the source code of this file.

Classes

struct  hash_set
 

Functions

void hash_set_deallocate (struct hash_set *s)
 
struct hash_sethash_set_allocate (int m)
 
int hash_set_insert (int k, struct hash_set *s)
 
size_t hash_set_count_elms (const struct hash_set *set)
 

Function Documentation

struct hash_set* hash_set_allocate ( int  m)
size_t hash_set_count_elms ( const struct hash_set set)
void hash_set_deallocate ( struct hash_set s)
int hash_set_insert ( int  k,
struct hash_set s 
)