#include <SystemLogger.h>
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef traits_type::int_type | int_type |
typedef traits_type::pos_type | pos_type |
typedef traits_type::off_type | off_type |
typedef std::basic_streambuf < char_type, traits_type > | __streambuf_type |
typedef std::basic_filebuf < char_type, traits_type > | __filebuf_type |
Public Member Functions | |
basic_dummybuf () | |
Constructor. | |
~basic_dummybuf () | |
Destractor. | |
int_type | overflow (int_type c=_Traits::eof()) |
Write the buffer. | |
virtual int | sync () |
synchronization of buffer |
typedef _CharT RTC::basic_dummybuf< _CharT, _Traits >::char_type |
typedef _Traits RTC::basic_dummybuf< _CharT, _Traits >::traits_type |
typedef traits_type::int_type RTC::basic_dummybuf< _CharT, _Traits >::int_type |
typedef traits_type::pos_type RTC::basic_dummybuf< _CharT, _Traits >::pos_type |
typedef traits_type::off_type RTC::basic_dummybuf< _CharT, _Traits >::off_type |
typedef std::basic_streambuf<char_type, traits_type> RTC::basic_dummybuf< _CharT, _Traits >::__streambuf_type |
typedef std::basic_filebuf<char_type, traits_type> RTC::basic_dummybuf< _CharT, _Traits >::__filebuf_type |
RTC::basic_dummybuf< _CharT, _Traits >::basic_dummybuf | ( | ) | [inline] |
Constructor.
Constructor
RTC::basic_dummybuf< _CharT, _Traits >::~basic_dummybuf | ( | ) | [inline] |
Destractor.
Destractor
int_type RTC::basic_dummybuf< _CharT, _Traits >::overflow | ( | int_type | c = _Traits::eof() |
) | [inline] |
Write the buffer.
Run writing processing of the buffer When the output buffer is full, this is invoked.
c | String written into the buffer |
virtual int RTC::basic_dummybuf< _CharT, _Traits >::sync | ( | ) | [inline, virtual] |
synchronization of buffer
Synchronous function invoked when the buffer was flushed.