|
OpenRTM-aist
1.1.2
|
Structure for stream management. More...
#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_ |
Structure for stream management.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
References coil::log_streambuf< _CharT, _Traits >::Stream::swap().
Referenced by coil::log_stream< _CharT, _Traits >::~log_stream().
|
inline |
| bool coil::log_streambuf< _CharT, _Traits >::Stream::cleanup_ |
Referenced by coil::log_streambuf< _CharT, _Traits >::Stream::swap().
|
mutable |
| streambuf_type* coil::log_streambuf< _CharT, _Traits >::Stream::stream_ |
Referenced by coil::log_streambuf< _CharT, _Traits >::Stream::swap().
1.8.11