#include <GIS.h>


Öffentliche Methoden | |
| GisSegment (GisToken *contents=0, const mutString sep=mutEmptyString, GisToken *next=0) | |
| ~GisSegment () | |
| virtual GisType | Type () const |
Öffentliche Attribute | |
| mutString | Sep2 |
| GisToken * | Contents |
| GisSegment::GisSegment | ( | GisToken * | contents = 0, |
| const mutString | sep = mutEmptyString, |
||
| GisToken * | next = 0 |
||
| ) | [inline] |
Definiert in Zeile 225 der Datei GIS.h.
Benutzt Contents, mutEmptyString und Sep2.
:
GisToken(sep, next)
{
Contents = contents;
Sep2 = mutEmptyString;
}
| GisSegment::~GisSegment | ( | ) | [inline] |
Definiert in Zeile 232 der Datei GIS.h.
Benutzt Contents, mutFreeString und Sep2.
{
mutFreeString(Sep2);
if ( Contents ) delete Contents;
}
| virtual GisType GisSegment::Type | ( | ) | const [inline, virtual] |
Definiert in Zeile 223 der Datei GIS.h.
Wird benutzt von BeginSegment(), GisReadHead::CreateSegmentSubs(), GisReadHead::CreateSequenzSubs(), GisSegment() und ~GisSegment().
| mutString GisSegment::Sep2 |
Definiert in Zeile 221 der Datei GIS.h.
Wird benutzt von GisSegment() und ~GisSegment().
1.7.4