#include <Glist.h>
Inheritance diagram for Glist:
Public Methods | |
Glist () | |
~Glist () | |
void | Append (Gobject *o) |
void | Remove (int position) |
void | Remove (Gobject *o) |
bool | Contains (Gobject *o) |
Giterator* | GetIterator () |
int | GetIndex (Gobject *o) |
int | Length () |
Gobject* | Get (int index) |
|
Construct an empty list |