#include <log.hh>
Public Member Functions | |
basic_dummyostream (std::basic_streambuf< C, T > *sb) | |
basic_dummyostream (Super &other) | |
template<typename U> | |
const This & | operator<< (const U &) const |
const This & | operator<< (std::ostream &(*)(std::ostream &)) const |
Private Types | |
typedef basic_dummyostream< C, T > | This |
typedef std::basic_ostream< 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 basic_dummyostream<C, T> olsr::utl::basic_dummyostream< C, T >::This [private] |
typedef std::basic_ostream<C, T> olsr::utl::basic_dummyostream< C, T >::Super [private] |
typedef Super::char_type olsr::utl::basic_dummyostream< C, T >::char_type [private] |
typedef Super::traits_type olsr::utl::basic_dummyostream< C, T >::traits_type [private] |
typedef Super::int_type olsr::utl::basic_dummyostream< C, T >::int_type [private] |
typedef Super::pos_type olsr::utl::basic_dummyostream< C, T >::pos_type [private] |
typedef Super::off_type olsr::utl::basic_dummyostream< C, T >::off_type [private] |
olsr::utl::basic_dummyostream< C, T >::basic_dummyostream | ( | std::basic_streambuf< C, T > * | sb | ) | [inline, explicit] |
olsr::utl::basic_dummyostream< C, T >::basic_dummyostream | ( | Super & | other | ) | [inline] |
const This& olsr::utl::basic_dummyostream< C, T >::operator<< | ( | const U & | ) | const [inline] |
const This& olsr::utl::basic_dummyostream< C, T >::operator<< | ( | std::ostream & | (*)(std::ostream &) | ) | const [inline] |