Internal: class to store the paragraph properties. More...
Public Member Functions | |
| Paragraph () | |
| Constructor. | |
Public Attributes | |
| std::string | m_name |
| the paragraph name | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Paragraph const &ind) |
| operator<< | |
Internal: class to store the paragraph properties.
| NisusWrtTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Paragraph const & | ind | ||
| ) | [friend] |
operator<<
| std::string NisusWrtTextInternal::Paragraph::m_name |
the paragraph name
Referenced by NisusWrtText::readParagraphs().