![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
#include <stringFormatter.hpp>
Public Member Functions | |
StringFormatter () | |
~StringFormatter () | |
virtual void | formatValue (const void *const value, std::ostream &out) const noexcept |
virtual anch::logger::formatter::FormatterType | getType () const noexcept |
![]() | |
virtual | ~IFormatter () |
String formatter
StringFormatter::StringFormatter | ( | ) |
StringFormatter default constructor
StringFormatter::~StringFormatter | ( | ) |
StringFormatter destructor
|
virtualnoexcept |
Return the input string
value | The input string |
out | The output stream to write in |
Implements anch::logger::formatter::IFormatter.
|
virtualnoexcept |