Structure for stream management. More...
#include <Logger.h>
Public Member Functions | |
| Stream & | operator= (const Stream &x) |
| Stream (streambuf_type *stream, bool cleanup=false) | |
| Stream (const Stream &x) | |
| void | swap (Stream &x) |
| virtual | ~Stream () |
Public Attributes | |
| bool | cleanup_ |
| Mutex | mutex_ |
| streambuf_type * | stream_ |
Structure for stream management.
Definition at line 433 of file coil/common/Logger.h.
|
inline |
Definition at line 435 of file coil/common/Logger.h.
|
inlinevirtual |
Definition at line 440 of file coil/common/Logger.h.
|
inline |
Definition at line 444 of file coil/common/Logger.h.
|
inline |
Definition at line 449 of file coil/common/Logger.h.
|
inline |
Definition at line 456 of file coil/common/Logger.h.
| bool coil::log_streambuf< _CharT, _Traits >::Stream::cleanup_ |
Definition at line 469 of file coil/common/Logger.h.
|
mutable |
Definition at line 467 of file coil/common/Logger.h.
| streambuf_type* coil::log_streambuf< _CharT, _Traits >::Stream::stream_ |
Definition at line 468 of file coil/common/Logger.h.