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.
NSTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
std::ostream& operator<< | ( | std::ostream & | o, |
Paragraph const & | ind | ||
) | [friend] |
operator<<
std::string NSTextInternal::Paragraph::m_name |
the paragraph name
Referenced by NSText::readParagraphs().