My Project
0.0.16
QUCS Mapping
|
#include <hash.h>
Public Member Functions | |
hash (int size=HASH_MIN_SIZE) | |
~hash () | |
int | count (void) |
void | clear (void) |
void | rehash (int) |
type_t * | put (char *, type_t *) |
type_t * | get (char *) |
type_t * | del (char *) |
Friends | |
class | hashiterator< type_t > |
hash< type_t >::hash | ( | int | size = HASH_MIN_SIZE | ) |
void hash< type_t >::clear | ( | void | ) |
type_t * hash< type_t >::del | ( | char * | key | ) |
type_t * hash< type_t >::get | ( | char * | key | ) |
type_t * hash< type_t >::put | ( | char * | key, |
type_t * | value | ||
) |
void hash< type_t >::rehash | ( | int | type | ) |
|
friend |