#include <log.hh>
Inheritance diagram for olsr::utl::basic_ybuf< C, T >:
Public Member Functions | |
basic_ybuf (Super *other1, Super *other2) | |
Super * | get_streambuf1 () |
void | set_streambuf1 (Super *other) |
Super * | get_streambuf2 () |
void | set_streambuf2 (Super *other) |
virtual void | increase_level (unsigned i=1) |
virtual void | decrease_level (unsigned i=1) |
virtual void | reset_level () |
Protected Member Functions | |
virtual void | imbue (const std::locale &l) |
virtual int_type | overflow (int_type c=traits_type::eof()) |
virtual int | sync () |
virtual std::streamsize | xsputn (char_type *s, std::streamsize n) |
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 |
Private Attributes | |
Super * | other1_ |
Super * | other2_ |
LevelableBuf * | proxy1_ |
LevelableBuf * | proxy2_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements olsr::utl::LevelableBuf. |
|
|
|
|
|
|
|
Implements olsr::utl::LevelableBuf. |
|
|
|
Implements olsr::utl::LevelableBuf. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|