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