#include <Gvector.h>
Inheritance diagram for Gvector:
Public Methods | |
Gvector () | |
~Gvector () | |
void | Add (Gobject *o) |
void | Remove (int index) |
void | Remove (Gobject *o) |
bool | Contains (Gobject *o) |
int | GetIndex (Gobject *o) |
int | Length () |
Gobject* | Get (int index) |
Giterator* | GetIterator () |
|
Kill() all objects in the vector |
|
Add an obect to the vector and increase the object reference Reimplemented from Gset. |
|
Return true if the set contains the object Reimplemented from Gset. |
|
Return the object at the index index |
|
Return the index of the object.
|
|
Return an iterator for the vector Reimplemented from Gset. |
|
Return the length of the vector Reimplemented from Gset. |
|
Remove the object Reimplemented from Gset. |
|
Remove an object at the index index and KIll() it |