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.
| WriterPlsParserInternal::SectionInfo::SectionInfo | ( | ) | [inline] |
| bool WriterPlsParserInternal::SectionInfo::empty | ( | ) | const [inline] |
Referenced by WriterPlsParser::readSection().
| std::ostream& operator<< | ( | std::ostream & | o, |
| SectionInfo const & | s | ||
| ) | [friend] |
operator<<
unknown dimension
Referenced by empty(), WriterPlsParser::readSection(), and SectionInfo().
some flag
Referenced by empty(), WriterPlsParser::readSection(), and SectionInfo().
the number of columns(?)
Referenced by empty(), and WriterPlsParser::readSection().