#include <log.hh>
Public Member Functions | |
basic_dummybuf () | |
Protected Member Functions | |
virtual int_type | overflow (int_type=traits_type::eof()) |
virtual int_type | pbackfail (int_type=traits_type::eof()) |
Private Types | |
typedef std::basic_streambuf< C, T > | Super |
typedef Super::char_type | char_type |
typedef Super::traits_type | traits_type |
typedef Super::int_type | int_type |
typedef Super::pos_type | pos_type |
typedef Super::off_type | off_type |
typedef std::basic_streambuf<C, T> olsr::utl::basic_dummybuf< C, T >::Super [private] |
typedef Super::char_type olsr::utl::basic_dummybuf< C, T >::char_type [private] |
typedef Super::traits_type olsr::utl::basic_dummybuf< C, T >::traits_type [private] |
typedef Super::int_type olsr::utl::basic_dummybuf< C, T >::int_type [private] |
typedef Super::pos_type olsr::utl::basic_dummybuf< C, T >::pos_type [private] |
typedef Super::off_type olsr::utl::basic_dummybuf< C, T >::off_type [private] |
olsr::utl::basic_dummybuf< C, T >::basic_dummybuf | ( | ) | [inline] |
virtual int_type olsr::utl::basic_dummybuf< C, T >::overflow | ( | int_type | = traits_type::eof() |
) | [inline, protected, virtual] |
virtual int_type olsr::utl::basic_dummybuf< C, T >::pbackfail | ( | int_type | = traits_type::eof() |
) | [inline, protected, virtual] |