#include <Ghash.h>
Inheritance diagram for Ghash:

Public Methods | |
| Ghash () | |
| Ghash (int size) | |
| void | Add (Gobject *o) |
| void | Remove (Gobject *o) |
| Gobject* | Get (Gobject *o) |
| bool | Contains (Gobject *o) |
| Giterator* | GetIterator () |
| int | Length () |
|
|
A Ghash with a vector of specified size |
|
|
Add a Gobject to the table. the key for the object is the hashcode returned by the HashCode method of the Gobject class Reimplemented from Gset. |
|
|
Return true if the object is in the table Reimplemented from Gset. |
|
|
Return the object |
|
|
Obtain an iterator for the set Reimplemented from Gset. |
|
|
Return the size in elements of the set. Reimplemented from Gset. |
|
|
Remove an object if it is in the table Reimplemented from Gset. |