GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GlistSet Class Reference

#include <GlistSet.h>

Inheritance diagram for GlistSet:

Gset Glist Gobject Gobject List of all members.

Public Methods

 GlistSet ()
void Add (Gobject *o)
void Remove (Gobject *o)
bool Contains (Gobject *o)
GobjectGet (int index)
GiteratorGetIterator ()
int Length ()

Detailed Description

A Linked List in wich element can be only one times contained.
See also:
Glist for a description of the linked list , Gset for a description of the set
Author(s):
Thibaut Nicolas
Version:
0.1.0


Member Function Documentation

void GlistSet::Add ( Gobject * o ) [virtual]
 

Add an object to the set

Reimplemented from Gset.


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