ARB
|
#include <Importer.h>
Public Member Functions | |
FeatureLine (const string &line) | |
bool | reinterpret_as_continued_line () |
Public Attributes | |
string | name |
string | rest |
string | orgLine |
FeatureLineType | type |
Definition at line 42 of file Importer.h.
FeatureLine::FeatureLine | ( | const string & | line | ) |
Definition at line 33 of file Importer.cxx.
References FL_QUALIFIER, FL_QUALIFIER_NODATA, FL_QUALIFIER_QUOTE_OPENED, FL_QUALIFIER_QUOTED, FL_START, GBS_global_string(), is_escaped(), line, and type.
bool FeatureLine::reinterpret_as_continued_line | ( | ) |
Definition at line 105 of file Importer.cxx.
References FL_QUALIFIER, FL_QUALIFIER_NODATA, and type.
string FeatureLine::name |
Definition at line 45 of file Importer.h.
string FeatureLine::rest |
Definition at line 46 of file Importer.h.
string FeatureLine::orgLine |
Definition at line 47 of file Importer.h.
FeatureLineType FeatureLine::type |
Definition at line 48 of file Importer.h.