Public Member Functions | |
| format_impl (Stream &out, Pattern const &pattern) | |
| format_impl & | operator% (const char &ch) |
| format_impl & | operator% (const char *str) |
| format_impl & | operator% (const std::string &str) |
| format_impl & | operator% (const bool &v) |
| format_impl & | operator% (const float &v) |
| format_impl & | operator% (const double &v) |
| template<typename T > | |
| std::enable_if< std::is_integral< T >::value, format_impl & >::type | operator% (T const &t) |
Private Member Functions | |
| void | write_literal () |
Private Attributes | |
| Stream & | m_out |
| Pattern | m_pattern |
Definition at line 209 of file ev3cxx_format.h.