mummy  1.0.3
Public Member Functions | Public Attributes | List of all members
LineData Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

LineData::LineData ( const gxsys_stl::string &  line,
const bool  isLineComment,
const int  btxEtxLevel 
)
inline

Definition at line 27 of file MummyLineOrientedTextFileReader.h.

Member Data Documentation

int LineData::BtxEtxLevel
bool LineData::IsLineComment
gxsys_stl::string LineData::Line

The documentation for this class was generated from the following file: