#include <Logger.h>
Public Member Functions | |
| Stream (streambuf_type *stream, bool cleanup=false) | |
| virtual | ~Stream () |
| Stream (const Stream &x) | |
| Stream & | operator= (const Stream &x) |
| void | swap (Stream &x) |
Public Attributes | |
| Mutex | mutex_ |
| streambuf_type * | stream_ |
| bool | cleanup_ |
| coil::log_streambuf< _CharT, _Traits >::Stream::Stream | ( | streambuf_type * | stream, | |
| bool | cleanup = false | |||
| ) | [inline] |
| virtual coil::log_streambuf< _CharT, _Traits >::Stream::~Stream | ( | ) | [inline, virtual] |
| coil::log_streambuf< _CharT, _Traits >::Stream::Stream | ( | const Stream & | x | ) | [inline] |
| Stream& coil::log_streambuf< _CharT, _Traits >::Stream::operator= | ( | const Stream & | x | ) | [inline] |
| void coil::log_streambuf< _CharT, _Traits >::Stream::swap | ( | Stream & | x | ) | [inline] |
Mutex coil::log_streambuf< _CharT, _Traits >::Stream::mutex_ [mutable] |
| streambuf_type* coil::log_streambuf< _CharT, _Traits >::Stream::stream_ |
Referenced by coil::log_streambuf< _CharT, _Traits >::Stream::swap().
| bool coil::log_streambuf< _CharT, _Traits >::Stream::cleanup_ |
Referenced by coil::log_streambuf< _CharT, _Traits >::Stream::swap().
1.5.5