#include <GIS.h>


Öffentliche Methoden | |
| GisParaInt (int value=0, mutString sep=mutEmptyString, GisToken *next=0) | |
| virtual GisType | Type () const |
| virtual GisToken * | Copy () |
Öffentliche Attribute | |
| int | i |
| GisParaInt::GisParaInt | ( | int | value = 0, |
| mutString | sep = mutEmptyString, |
||
| GisToken * | next = 0 |
||
| ) | [inline] |
| 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] |
| int GisParaInt::i |
Definiert in Zeile 487 der Datei GIS.h.
Wird benutzt von Copy() und GisParaInt().
1.7.4