Öffentliche Methoden | Öffentliche Attribute
GisParaInt Klassenreferenz

#include <GIS.h>

Klassendiagramm für GisParaInt:
Inheritance graph
[Legende]
Zusammengehörigkeiten von GisParaInt:
Collaboration graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

 GisParaInt (int value=0, mutString sep=mutEmptyString, GisToken *next=0)
virtual GisType Type () const
virtual GisTokenCopy ()

Öffentliche Attribute

int i

Ausführliche Beschreibung

Definiert in Zeile 483 der Datei GIS.h.


Beschreibung der Konstruktoren und Destruktoren

GisParaInt::GisParaInt ( int  value = 0,
mutString  sep = mutEmptyString,
GisToken next = 0 
) [inline]

Definiert in Zeile 489 der Datei GIS.h.

Benutzt i.

Wird benutzt von Copy().

                        : GisToken(sep, next)
        {
                i = value;
        }

Dokumentation der Elementfunktionen

virtual GisToken* GisParaInt::Copy ( ) [inline, virtual]

Erneute Implementation von GisToken.

Definiert in Zeile 500 der Datei GIS.h.

Benutzt GisParaInt(), i und GisToken::Sep.

        {
                return new GisParaInt(i, Sep, 0);
        }
virtual GisType GisParaInt::Type ( ) const [inline, virtual]

Erneute Implementation von GisToken.

Definiert in Zeile 495 der Datei GIS.h.

Benutzt GTParaInt.

        {
                return GTParaInt;
        }

Dokumentation der Datenelemente

Definiert in Zeile 487 der Datei GIS.h.

Wird benutzt von Copy() und GisParaInt().


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:

Erzeugt am Sun Aug 21 2011 10:52:06 für Mutabor von doxygen 1.7.4