Public member index:
-
G_ListWrap(GList *&l);
-
-
G_ListWrap(const G_ListWrap &l);
-
-
GList *&list();
-
-
GList *const &list()const;
-
-
int index_of(gpointer data);
-
-
int position(GList *pos);
-
-
GList *first();
-
-
GList *last();
-
-
size_t size()const;
-
-
bool empty()const;
-
-
void reverse();
-
-
GList *insert(GList *pos,gpointer data);
-
-
void remove(gpointer data);
-
-
GList *erase(GList *pos);
-
-
void clear();
-
Private member index:
-
-
|