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