#include <FXHash.h>
Definition at line 33 of file FXHash.h.
Public Member Functions | |
FXHash () | |
void | size (FXuint m) |
FXint | size () const |
FXuint | no () const |
void * | insert (void *key, void *value) |
void * | replace (void *key, void *value) |
void * | remove (void *key) |
void * | find (void *key) const |
bool | empty (FXint pos) const |
void * | key (FXint pos) const |
void * | value (FXint pos) const |
void | clear () |
virtual | ~FXHash () |