_Rope_RopeConcatenation Struct Reference

#include <stdapis/stlport/stl/_rope.h>

struct _Rope_RopeConcatenation : public _Rope_RopeRep

Inherits from

Public Attributes
_Rope_RopeRep< _CharT, _Alloc > *_M_left
_Rope_RopeRep< _CharT, _Alloc > *_M_right
_Alloc::allocator_typeallocator_type
Public Member Functions
_Rope_RopeConcatenation(_Rope_RopeRep< _CharT, _Alloc > *, _Rope_RopeRep< _CharT, _Alloc > *, allocator_type)
~_Rope_RopeConcatenation()
_STLP_FORCE_ALLOCATORS(_CharT, _Alloc)
Inherited Attributes
Inherited Enumerations
Inherited Functions
Inherited Type Definitions

Member Attribute Documentation

_M_left

_Rope_RopeRep< _CharT, _Alloc > *_M_left

_M_right

_Rope_RopeRep< _CharT, _Alloc > *_M_right

allocator_type

_Alloc::allocator_typeallocator_type

Constructor & Destructor Documentation

_Rope_RopeConcatenation ( _Rope_RopeRep< _CharT, _Alloc > *, _Rope_RopeRep< _CharT, _Alloc > *, allocator_type )

_Rope_RopeConcatenation(_Rope_RopeRep< _CharT, _Alloc > *__l,
_Rope_RopeRep< _CharT, _Alloc > *__r,
allocator_type__a
)[inline]

~_Rope_RopeConcatenation ( )

~_Rope_RopeConcatenation()[inline]

Member Function Documentation

_STLP_FORCE_ALLOCATORS ( _CharT, _Alloc )

_STLP_FORCE_ALLOCATORS(_CharT,
_Alloc
)