GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Glist Class Reference

#include <Glist.h>

Inheritance diagram for Glist:

Gobject GlistSet List of all members.

Public Methods

 Glist ()
 ~Glist ()
void Append (Gobject *o)
void Remove (int position)
void Remove (Gobject *o)
bool Contains (Gobject *o)
GiteratorGetIterator ()
int GetIndex (Gobject *o)
int Length ()
GobjectGet (int index)

Detailed Description

The Glist is a destructive single chained list that can contain Gobject.
See also:
Gset for a description of destructive collections
Author(s):
Thibaut Nicolas
Version:
0.1.0
Examples:

clist.cpp.


Constructor & Destructor Documentation

Glist::Glist ( )
 

Construct an empty list


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002