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
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string LotusStyleManagerInternal::FormatStyle::m_extra |
extra data
Referenced by FormatStyle(), operator<<, and LotusStyleManager::readFormatStyle().
std::string LotusStyleManagerInternal::FormatStyle::m_prefix |
the prefix
Referenced by FormatStyle(), operator<<, and LotusStyleManager::readFormatStyle().
std::string LotusStyleManagerInternal::FormatStyle::m_suffix |
the suffix
Referenced by FormatStyle(), operator<<, and LotusStyleManager::readFormatStyle().