_Rope_insert_char_consumer Class Reference

class _Rope_insert_char_consumer : public _Rope_char_consumer

Inherits from

Public Member Functions
_Rope_insert_char_consumer(_Insert_ostream &)
~_Rope_insert_char_consumer()
booloperator()(const _CharT *, size_t)
Private Member Functions
_Self &operator=(_Self const &)
Inherited Functions
_Rope_char_consumer::~_Rope_char_consumer()
Private Member Type Definitions
typedef basic_ostream< _CharT, _Traits > _Insert_ostream
typedef_Rope_insert_char_consumer< _CharT, _Traits > _Self
Private Attributes
_Insert_ostream &_M_o

Constructor & Destructor Documentation

_Rope_insert_char_consumer(_Insert_ostream &)

_Rope_insert_char_consumer(_Insert_ostream &__writer)[inline]

Parameters

_Insert_ostream & __writer

~_Rope_insert_char_consumer()

~_Rope_insert_char_consumer()[inline]

Member Functions Documentation

operator()(const _CharT *, size_t)

booloperator()(const _CharT *__leaf,
size_t__n
)

Parameters

const _CharT * __leaf
size_t __n

operator=(_Self const &)

_Self &operator=(_Self const &)[private]

Parameters

_Self const &

Member Type Definitions Documentation

Typedef _Insert_ostream

typedef basic_ostream< _CharT, _Traits >_Insert_ostream[private]

Typedef _Self

typedef _Rope_insert_char_consumer< _CharT, _Traits >_Self[private]

Member Data Documentation

_Insert_ostream & _M_o

_Insert_ostream &_M_o[private]