Catos Engine (Source) 0.0.1
Lightweight Game engine
|
#include <hashmap.h>
Public Member Functions | |
hashnode (const K &key, const V &value) | |
K | getKey () const |
V | getValue () const |
hashnode * | getNext () const |
void | setValue (V newVal) |
void | setNext (hashnode *newNext) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |