Class Index | Cross Index | Namespace Index |
(internal) GList wrapper for gtk-- owned lists.
Contained in: global
Derived from:
none
Derived by:
none
#include <gtk--/base.h>
public function member index: |
||
G_ListImpl | (); | |
void | clear | (); |
bool | empty | () const; |
GList* | erase | (GList* pos); |
GList* | first | () const; |
int | index_of | (gpointer data); |
GList* | insert | (GList* pos, gpointer data); |
GList* | last | () const; |
GList* const& | list | () const; |
GList*& | list | (); |
int | position | (GList* pos); |
void | remove | (gpointer data); |
void | reverse | (); |
size_t | size | () const; |
~G_ListImpl | (); | |
private function member index: |
||
G_ListImpl | (const G_ListImpl&); | |