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

Use this when implementing your own formatter class. More...

Inheritance diagram for boost::logging::formatter::class_< type, op_e, base_type >:
[legend]
Collaboration diagram for boost::logging::formatter::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::formatter::class_< type, op_e, base_type >

Use this when implementing your own formatter class.

Parameters:
type Your own class name
op_e How will you implement operator==
base_type (optional) The formatter base class. Unless you've specified your own formatter class, you'll be happy with the default

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

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