RTC::basic_dummybuf< _CharT, _Traits > Class Template Reference

#include <SystemLogger.h>

List of all members.

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

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
class RTC::basic_dummybuf< _CharT, _Traits >


Member Typedef Documentation

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef _CharT RTC::basic_dummybuf< _CharT, _Traits >::char_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef _Traits RTC::basic_dummybuf< _CharT, _Traits >::traits_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef traits_type::int_type RTC::basic_dummybuf< _CharT, _Traits >::int_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef traits_type::pos_type RTC::basic_dummybuf< _CharT, _Traits >::pos_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef traits_type::off_type RTC::basic_dummybuf< _CharT, _Traits >::off_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef std::basic_streambuf<char_type, traits_type> RTC::basic_dummybuf< _CharT, _Traits >::__streambuf_type

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
typedef std::basic_filebuf<char_type, traits_type> RTC::basic_dummybuf< _CharT, _Traits >::__filebuf_type


Constructor & Destructor Documentation

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
RTC::basic_dummybuf< _CharT, _Traits >::basic_dummybuf (  )  [inline]

Constructor.

Constructor

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
RTC::basic_dummybuf< _CharT, _Traits >::~basic_dummybuf (  )  [inline]

Destractor.

Destractor


Member Function Documentation

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
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.

Parameters:
c String written into the buffer
Returns:
Writing processing result

template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
virtual int RTC::basic_dummybuf< _CharT, _Traits >::sync (  )  [inline, virtual]

synchronization of buffer

Synchronous function invoked when the buffer was flushed.

Returns:
Synchronous processing result


Generated on Thu May 29 15:03:33 2008 for OpenRTM by  doxygen 1.5.3