#include <GIS.h>


Öffentliche Methoden | |
| GisParaReal (double value=0, mutString sep=mutEmptyString, GisToken *next=0) | |
| virtual GisType | Type () const |
| virtual GisToken * | Copy () |
Öffentliche Attribute | |
| double | x |
| GisParaReal::GisParaReal | ( | double | value = 0, |
| mutString | sep = mutEmptyString, |
||
| GisToken * | next = 0 |
||
| ) | [inline] |
| virtual GisToken* GisParaReal::Copy | ( | ) | [inline, virtual] |
Erneute Implementation von GisToken.
Definiert in Zeile 538 der Datei GIS.h.
Benutzt GisParaReal(), GisToken::Sep und x.
{
return new GisParaReal(x, Sep, 0);
}
| virtual GisType GisParaReal::Type | ( | ) | const [inline, virtual] |
Erneute Implementation von GisToken.
Definiert in Zeile 533 der Datei GIS.h.
Benutzt GTParaReal.
{
return GTParaReal;
}
| double GisParaReal::x |
Definiert in Zeile 525 der Datei GIS.h.
Wird benutzt von Copy() und GisParaReal().
1.7.4