#include <ropeimpl.h>
Inheritance diagram for __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >:

Public Member Functions | |
| _Rope_insert_char_consumer (_Insert_ostream &__writer) | |
| ~_Rope_insert_char_consumer () | |
| bool | operator() (const _CharT *__leaf, size_t __n) |
Private Types | |
| typedef basic_ostream< _CharT, _Traits > | _Insert_ostream |
Private Attributes | |
| _Insert_ostream & | _M_o |
Definition at line 896 of file ropeimpl.h.
typedef basic_ostream<_CharT,_Traits> __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >::_Insert_ostream [private] |
Definition at line 900 of file ropeimpl.h.
| __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >::_Rope_insert_char_consumer | ( | _Insert_ostream & | __writer | ) | [inline] |
Definition at line 903 of file ropeimpl.h.
| __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >::~_Rope_insert_char_consumer | ( | ) | [inline] |
Definition at line 905 of file ropeimpl.h.
| bool __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >::operator() | ( | const _CharT * | __leaf, | |
| size_t | __n | |||
| ) | [virtual] |
_Insert_ostream& __gnu_cxx::_Rope_insert_char_consumer< _CharT, _Traits >::_M_o [private] |
Definition at line 901 of file ropeimpl.h.
1.4.7