boost::logging::manipulator::class_< type, op_e, base_type > Struct Template Reference

Use this when implementing your own formatter or destination class. Don't use this directly. Use formatter::class_ or destination::class_. More...

Inheritance diagram for boost::logging::manipulator::class_< type, op_e, base_type >:
[legend]
Collaboration diagram for boost::logging::manipulator::class_< type, op_e, base_type >:
[legend]

List of all members.

Public Member Functions

virtual void configure (const hold_string_type &)
 Override this if you want to allow configuration through scripting.


Detailed Description

template<class type, implement_op_equal::type op_e, class base_type>
struct boost::logging::manipulator::class_< type, op_e, base_type >

Use this when implementing your own formatter or destination class. Don't use this directly. Use formatter::class_ or destination::class_.

Member Function Documentation

template<class type, implement_op_equal::type op_e, class base_type>
virtual void boost::logging::manipulator::class_< type, op_e, base_type >::configure ( const hold_string_type &   )  [inline, virtual]

Override this if you want to allow configuration through scripting.

That is, this allows configuration of your manipulator (formatter/destination) at run-time.


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

Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback