![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
#include <constFormatter.hpp>
Public Member Functions | |
ConstFormatter (const std::string strToPrint) | |
~ConstFormatter () | |
virtual void | formatValue (const void *const value, std::ostream &out) const noexcept |
virtual anch::logger::formatter::FormatterType | getType () const noexcept |
![]() | |
virtual | ~IFormatter () |
Constant string formatter
ConstFormatter::ConstFormatter | ( | const std::string | strToPrint | ) |
ConstFormatter constructor
strToPrint | The string to print |
ConstFormatter::~ConstFormatter | ( | ) |
ConstFormatter destructor
|
virtualnoexcept |
Return the constant string
value | Nothing (NULL will be passed every time) |
out | The output stream to write in |
Implements anch::logger::formatter::IFormatter.
|
virtualnoexcept |