24 typedef PGEPAIR<PGESTRING, PGESTRINGList> PGEXSct;
27 class PGEFile: PGE_FILES_INHERED
52 PGELIST<PGEX_Val > values;
59 PGELIST<PGEX_Item > data;
60 PGELIST<PGEX_Entry > subTree;
72 bool buildTreeFromRaw();
76 PGELIST<PGEX_Entry > dataTree;
81 PGELIST<PGEXSct > rawDataTree;
102 static PGELIST<PGESTRINGList> splitDataLine(
PGESTRING src_data,
bool *valid = 0);
111 static PGESTRING intArrayS(PGELIST<int > input);
112 static PGESTRING BoolArrayS(PGELIST<bool > input);
116 static PGELIST<bool> X2BollArr(
PGESTRING src);
#define PGESTRING
A macro which equal to std::string if PGE File Library built in the STL mode and equal to QString if ...
Definition: pge_file_lib_globs.h:97
Contains internal settings and references for PGE File Library.
#define PGESTRINGList
A macro which equal to std::vector if PGE File Library built in the STL mode and equal t...
Definition: pge_file_lib_globs.h:104