ストリーム管理用構造体 [詳細]
#include <Logger.h>
Public メソッド | |
Stream (streambuf_type *stream, bool cleanup=false) | |
virtual | ~Stream () |
Stream (const Stream &x) | |
Stream & | operator= (const Stream &x) |
void | swap (Stream &x) |
Public 変数 | |
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] |
bool coil::log_streambuf< _CharT, _Traits >::Stream::cleanup_ |
Mutex coil::log_streambuf< _CharT, _Traits >::Stream::mutex_ [mutable] |
streambuf_type* coil::log_streambuf< _CharT, _Traits >::Stream::stream_ |