![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXHash.h>
Public Member Functions | |
| FXHash () | |
| FXuint | no () const |
| void * | insert (void *key, void *val) |
| void * | replace (void *key, void *val) |
| void * | remove (void *key) |
| void * | find (void *key) const |
| void | clear () |
| virtual | ~FXHash () |
|
|
Construct empty hash table.
|
|
|
Destructor.
|
|
|
Return number of items in table.
|
|
||||||||||||
|
Insert key into the table.
|
|
||||||||||||
|
Replace key in table.
|
|
|
Remove key from the table.
|
|
|
Return value of key.
|
|
|
Clear hash table.
|
|
|