Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bitpit::log::LoggerManipulator< T > Struct Template Reference

#include <logger.hpp>

Collaboration diagram for bitpit::log::LoggerManipulator< T >:
Collaboration graph
[legend]

Public Member Functions

 LoggerManipulator (Logger &(*ff)(Logger &, const T &), const T &ss)
 

Public Attributes

Logger &(* f )(Logger &, const T &)
 
value
 

Detailed Description

template<typename T>
struct bitpit::log::LoggerManipulator< T >

Struct that allows to manipulate a logger.

Definition at line 350 of file logger.hpp.

Constructor & Destructor Documentation

◆ LoggerManipulator()

template<typename T >
bitpit::log::LoggerManipulator< T >::LoggerManipulator ( Logger &(*)(Logger &, const T &) ff,
const T & ss )
inline

Creates a new logger manipulator

Definition at line 357 of file logger.hpp.

Member Data Documentation

◆ f

template<typename T >
Logger &(* bitpit::log::LoggerManipulator< T >::f) (Logger &, const T &)

Definition at line 351 of file logger.hpp.

◆ value

template<typename T >
T bitpit::log::LoggerManipulator< T >::value

Definition at line 352 of file logger.hpp.


The documentation for this struct was generated from the following file:
--- layout: doxygen_footer ---