Public Member Functions | Public Attributes
coil::log_streambuf< _CharT, _Traits >::Stream Struct Reference

Structure for stream management. More...

#include <Logger.h>

List of all members.

Public Member Functions

Streamoperator= (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_typestream_

Detailed Description

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
struct coil::log_streambuf< _CharT, _Traits >::Stream

Structure for stream management.

Definition at line 433 of file coil/common/Logger.h.


Constructor & Destructor Documentation

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
coil::log_streambuf< _CharT, _Traits >::Stream::Stream ( streambuf_type stream,
bool  cleanup = false 
) [inline]

Definition at line 435 of file coil/common/Logger.h.

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
virtual coil::log_streambuf< _CharT, _Traits >::Stream::~Stream ( ) [inline, virtual]

Definition at line 440 of file coil/common/Logger.h.

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
coil::log_streambuf< _CharT, _Traits >::Stream::Stream ( const Stream x) [inline]

Definition at line 444 of file coil/common/Logger.h.


Member Function Documentation

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
Stream& coil::log_streambuf< _CharT, _Traits >::Stream::operator= ( const Stream x) [inline]

Definition at line 449 of file coil/common/Logger.h.

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
void coil::log_streambuf< _CharT, _Traits >::Stream::swap ( Stream x) [inline]

Definition at line 456 of file coil/common/Logger.h.


Member Data Documentation

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
bool coil::log_streambuf< _CharT, _Traits >::Stream::cleanup_

Definition at line 469 of file coil/common/Logger.h.

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
Mutex coil::log_streambuf< _CharT, _Traits >::Stream::mutex_ [mutable]

Definition at line 467 of file coil/common/Logger.h.

template<typename _CharT , typename _Traits = std::char_traits<_CharT>>
streambuf_type* coil::log_streambuf< _CharT, _Traits >::Stream::stream_

Definition at line 468 of file coil/common/Logger.h.


The documentation for this struct was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:10