#include <GIS.h>


Öffentliche Methoden | |
| GisSequenz (GisToken *contents=0, const mutString sep=mutEmptyString, GisToken *next=0) | |
| ~GisSequenz () | |
| GisType | Type () const |
Öffentliche Attribute | |
| mutString | Sep2 |
| GisToken * | Contents |
| GisSequenz::GisSequenz | ( | GisToken * | contents = 0, |
| const mutString | sep = mutEmptyString, |
||
| GisToken * | next = 0 |
||
| ) | [inline] |
Definiert in Zeile 175 der Datei GIS.h.
Benutzt Contents, mutEmptyString und Sep2.
:
GisToken(sep, next)
{
Contents = contents;
Sep2 = mutEmptyString;
}
| GisSequenz::~GisSequenz | ( | ) | [inline] |
Definiert in Zeile 182 der Datei GIS.h.
Benutzt Contents, mutFreeString und Sep2.
{
mutFreeString(Sep2);
if ( Contents ) delete Contents;
}
| GisType GisSequenz::Type | ( | ) | const [inline, virtual] |
Definiert in Zeile 173 der Datei GIS.h.
Wird benutzt von BeginSequenz(), GisSequenz() und ~GisSequenz().
| mutString GisSequenz::Sep2 |
Definiert in Zeile 172 der Datei GIS.h.
Wird benutzt von GisSequenz() und ~GisSequenz().
1.7.4