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