small struct used to defined format style More...
Public Member Functions | |
| FormatStyle () | |
| constructor | |
Public Attributes | |
| std::string | m_prefix |
| the prefix | |
| std::string | m_suffix |
| the suffix | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, FormatStyle const &format) |
| operator<< | |
small struct used to defined format style
| LotusStyleManagerInternal::FormatStyle::FormatStyle | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| FormatStyle const & | format | ||
| ) | [friend] |
operator<<
| std::string LotusStyleManagerInternal::FormatStyle::m_extra |
extra data
Referenced by LotusStyleManager::readFormatStyle().
| std::string LotusStyleManagerInternal::FormatStyle::m_prefix |
the prefix
Referenced by LotusStyleManager::readFormatStyle().
| std::string LotusStyleManagerInternal::FormatStyle::m_suffix |
the suffix
Referenced by LotusStyleManager::readFormatStyle().