boost::logging::manipulator::implement_op_equal Struct Reference

When you implement your manipulator class, how is operator== to be implemented? More...

List of all members.

Public Types

enum  type { no_context, has_context }


Detailed Description

When you implement your manipulator class, how is operator== to be implemented?

Member Enumeration Documentation

enum boost::logging::manipulator::implement_op_equal::type

Enumerator:
no_context  manipulator has no context - that is, any two values of this type are considered equal (operator== will automatically return true)
has_context  manipulator has context - that is, you have to implement operator== in your manipulator class


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

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