#include <Gset.h>
Inheritance diagram for Gset:
Public Methods | |
virtual void | Add (Gobject *o)=0 |
virtual void | Remove (Gobject *o)=0 |
virtual bool | Contains (Gobject *o)=0 |
virtual Giterator* | GetIterator ()=0 |
virtual int | Length ()=0 |
|
Add an object to the set |
|
Return true if the set contains the object |
|
Obtain an iterator for the set |
|
Return the size in elements of the set. |
|
Remove an object from the set |