Class Index Cross Index Namespace Index

Class G_ListWrap

(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_ListWrap(GList*& l);
G_ListWrap(const G_ListWrap& l);
void clear();
bool empty() const;
GList* erase(GList* pos);
GList* first();
int index_of(gpointer data);
GList* insert(GList* pos, gpointer data);
GList* last();
GList*& list();
GList* const& list() const;
int position(GList* pos);
void remove(gpointer data);
void reverse();
size_t size() const;
 

Description:



Function Member Descriptions:


Variable Member Descriptions: