#include <hashtable.h>
|
std::vector< VALUE * > | GetAll () const |
|
VALUE * | Get (const KEY &key) const |
|
void | Put (const KEY &key, VALUE *value) |
|
void | Delete (const KEY &key) |
|
|
static int | hash (const int key) |
|
static int | hash (const char *key) |
|
static int | hash (const std::string &key) |
|
template<class KEY, class VALUE, int SIZ>
class Hashtable< KEY, VALUE, SIZ >
Definition at line 38 of file hashtable.h.
template<class KEY, class VALUE, int SIZ>
void Hashtable< KEY, VALUE, SIZ >::Delete |
( |
const KEY & |
key) | |
|
|
inline |
template<class KEY, class VALUE, int SIZ>
VALUE* Hashtable< KEY, VALUE, SIZ >::Get |
( |
const KEY & |
key) | |
const |
|
inline |
template<class KEY, class VALUE, int SIZ>
std::vector< VALUE* > Hashtable< KEY, VALUE, SIZ >::GetAll |
( |
) | |
const |
|
inline |
template<class KEY, class VALUE, int SIZ>
static int Hashtable< KEY, VALUE, SIZ >::hash |
( |
const int |
key) | |
|
|
inlinestatic |
template<class KEY, class VALUE, int SIZ>
static int Hashtable< KEY, VALUE, SIZ >::hash |
( |
const char * |
key) | |
|
|
inlinestatic |
template<class KEY, class VALUE, int SIZ>
static int Hashtable< KEY, VALUE, SIZ >::hash |
( |
const std::string & |
key) | |
|
|
inlinestatic |
template<class KEY, class VALUE, int SIZ>
void Hashtable< KEY, VALUE, SIZ >::Put |
( |
const KEY & |
key, |
|
|
VALUE * |
value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: