CACAO
Data Structures | Functions
hashtable.hpp File Reference

Go to the source code of this file.

Data Structures

struct  HashTable< _Entry, _Allocator >
 
class  HashTable< _Entry, _Allocator >::EntryRef
 
class  HashTable< _Entry, _Allocator >::Iterator
 
struct  NameValuePair< Value >
 
struct  InsertOnlyNameValuePair< Value >
 
struct  NamedEntry< Value >
 
struct  InsertOnlyNamedEntry< Value >
 
struct  hashtable
 

Functions

void hashtable_create (hashtable *hash, u4 size)
 
hashtablehashtable_resize (hashtable *hash, u4 size)
 
void hashtable_free (hashtable *hash)
 

Function Documentation

void hashtable_create ( hashtable hash,
u4  size 
)

Definition at line 38 of file hashtable.cpp.

void hashtable_free ( hashtable hash)

Definition at line 98 of file hashtable.cpp.

hashtable* hashtable_resize ( hashtable hash,
u4  size 
)

Definition at line 65 of file hashtable.cpp.