In file code/C/object.H:

class GObject

This is the root class for all other classes in the project

Inheritance:


public members:

friend ostream& operator<<(ostream& s, GObject &)
this is for diagnostic purposes - you usually don't want to see this in your stream.

Documentation

If you create a new class in this program it should be derived from this class. It need not be a direct link, but at least one of its ancestors sould be GObject. This allows additional functionality to be added if necessary.

direct child classes: GArray GType GQueueNode GQueue GProgram GPipe GOperatorTable GOperator GNetwork GNetNode GModel GMessage GIntArray GHostState GGeneration GFitness GEvalState

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling