AnCH Framework  0.1
Another C++ Hack Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
anch::logger::formatter::StringFormatter Class Reference

#include <stringFormatter.hpp>

Inheritance diagram for anch::logger::formatter::StringFormatter:
Collaboration diagram for anch::logger::formatter::StringFormatter:

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
 
- Public Member Functions inherited from anch::logger::formatter::IFormatter
virtual ~IFormatter ()
 

Detailed Description

String formatter

Author
Vincent Lachenal

Constructor & Destructor Documentation

StringFormatter::StringFormatter ( )

StringFormatter default constructor

StringFormatter::~StringFormatter ( )

StringFormatter destructor

Member Function Documentation

void StringFormatter::formatValue ( const void *const  value,
std::ostream &  out 
) const
virtualnoexcept

Return the input string

Parameters
valueThe input string
outThe output stream to write in

Implements anch::logger::formatter::IFormatter.

FormatterType StringFormatter::getType ( ) const
virtualnoexcept

Get the formatter type

Returns
The formatter type

Implements anch::logger::formatter::IFormatter.


The documentation for this class was generated from the following files: