Main Page
Namespaces
Classes
Files
Related Pages
Examples
Class List
Class Hierarchy
Class Members
boost
::
logging
::
destination
::
class_
boost::logging::destination::class_< type, op_e, base_type > Struct Template Reference
Use this when implementing your own
destination
class.
More...
Inheritance diagram for boost::logging::destination::class_< type, op_e, base_type >:
[
legend
]
Collaboration diagram for boost::logging::destination::class_< type, op_e, base_type >:
[
legend
]
List of all members.
Detailed Description
template<class type, implement_op_equal::type op_e, class base_type = base<>>
struct boost::logging::destination::class_< type, op_e, base_type >
Use this when implementing your own
destination
class.
Parameters:
type
Your own class name
op_e
How will you
implement operator==
base_type
(optional) The
destination
base
class. Unless you've specified your own
destination
class, you'll be happy with the default
The documentation for this struct was generated from the following file:
detail/manipulator.hpp
Copyright
John Torjo
© 2007
Have a question/ suggestion/ comment? Send me
feedback