mummy
1.0.2
|
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.
LineData::LineData | ( | const gxsys_stl::string & | line, |
const bool | isLineComment, | ||
const int | btxEtxLevel | ||
) | [inline] |
Definition at line 27 of file MummyLineOrientedTextFileReader.h.
Definition at line 34 of file MummyLineOrientedTextFileReader.h.
Referenced by MummyLineOrientedTextFileReader::Update().
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().