Main Page
Namespaces
Classes
Files
Related Pages
Examples
Class List
Class Hierarchy
Class Members
boost
::
logging
::
destination
::
stream_t
boost::logging::destination::stream_t< convert_dest > Struct Template Reference
writes to stream.
More...
Inheritance diagram for boost::logging::destination::stream_t< convert_dest >:
[
legend
]
Collaboration diagram for boost::logging::destination::stream_t< convert_dest >:
[
legend
]
List of all members.
Public Member Functions
void
stream
(stream_type *p)
resets the stream. Further output will be written to this stream
void
clear
()
clears the stream. Further output will be ignored
Detailed Description
template<class convert_dest = do_convert_destination>
struct boost::logging::destination::stream_t< convert_dest >
writes to stream.
Note:
: The stream must outlive this object! Or,
clear()
the stream, before the stream is deleted.
The documentation for this struct was generated from the following file:
format/destination/defaults.hpp
Copyright
John Torjo
© 2007
Have a question/ suggestion/ comment? Send me
feedback