Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::to_log_manip< T, TagT > Class Template Reference

Generic manipulator for customizing output to log. More...

#include <to_log.hpp>

Public Types

typedef T value_type
 Output value type. More...
 
typedef TagT tag_type
 Value tag type. More...
 

Public Member Functions

 to_log_manip (value_type const &value)
 
 to_log_manip (to_log_manip const &that)
 
value_type const & get () const
 

Detailed Description

template<typename T, typename TagT = void>
class boost::to_log_manip< T, TagT >

Generic manipulator for customizing output to log.

Member Typedef Documentation

template<typename T , typename TagT = void>
typedef TagT boost::to_log_manip< T, TagT >::tag_type

Value tag type.

template<typename T , typename TagT = void>
typedef T boost::to_log_manip< T, TagT >::value_type

Output value type.

Constructor & Destructor Documentation

template<typename T , typename TagT = void>
boost::to_log_manip< T, TagT >::to_log_manip ( value_type const &  value)
inlineexplicit
template<typename T , typename TagT = void>
boost::to_log_manip< T, TagT >::to_log_manip ( to_log_manip< T, TagT > const &  that)
inline

Member Function Documentation

template<typename T , typename TagT = void>
value_type const& boost::to_log_manip< T, TagT >::get ( ) const
inline

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