Internal: class to store the Section properties. More...
Public Member Functions | |
SectionInfo () | |
bool | empty () const |
Public Attributes | |
int | m_numCol |
the number of columns(?) More... | |
int | m_dim [3] |
unknown dimension More... | |
int | m_flags [4] |
some flag More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SectionInfo const &s) |
operator<< More... | |
Internal: class to store the Section properties.
|
inline |
|
inline |
Referenced by WriterPlsParser::readSection().
|
friend |
operator<<
int WriterPlsParserInternal::SectionInfo::m_dim[3] |
unknown dimension
Referenced by empty(), WriterPlsParser::readSection(), and SectionInfo().
int WriterPlsParserInternal::SectionInfo::m_flags[4] |
some flag
Referenced by empty(), WriterPlsParser::readSection(), and SectionInfo().
int WriterPlsParserInternal::SectionInfo::m_numCol |
the number of columns(?)
Referenced by empty(), and WriterPlsParser::readSection().