mummy  1.0.2
Public Member Functions | Public Attributes
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>

List of all members.

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

gxsys_stl::string LineData::Line

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