Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <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 () |
|
Construct empty hash table.
|
|
Destructor.
|
|
Resize the table to the given size.
|
|
Return the size of the table.
|
|
Return number of items in table.
|
|
Insert key into the table.
|
|
Replace key in table.
|
|
Remove key from the table.
|
|
Return value of key.
|
|
Return true if slot is empty.
|
|
Return key at position pos.
|
|
Return data pointer at position pos.
|
|
Clear hash table.
|
Copyright © 1997-2005 Jeroen van der Zijp |