mummy
1.0.3
|
Internal, implementation detail class that caches information associated with a line in a line oriented text file. Used only internally by MummyLineOrientedTextFileReader. More...
#include <MummyLineOrientedTextFileReader.h>
Public Member Functions | |
LineData (const gxsys_stl::string &line, const bool isLineComment, const int btxEtxLevel) |
Public Attributes | |
gxsys_stl::string | Line |
bool | IsLineComment |
int | BtxEtxLevel |
Internal, implementation detail class that caches information associated with a line in a line oriented text file. Used only internally by MummyLineOrientedTextFileReader.
Definition at line 24 of file MummyLineOrientedTextFileReader.h.
|
inline |
Definition at line 27 of file MummyLineOrientedTextFileReader.h.
int LineData::BtxEtxLevel |
Definition at line 34 of file MummyLineOrientedTextFileReader.h.
Referenced by MummyLineOrientedTextFileReader::Update().
bool LineData::IsLineComment |
Definition at line 33 of file MummyLineOrientedTextFileReader.h.
Referenced by MummyLineOrientedTextFileReader::Update().
gxsys_stl::string LineData::Line |
Definition at line 32 of file MummyLineOrientedTextFileReader.h.
Referenced by MummyLineOrientedTextFileReader::Update().