#include <stl_rope.h>
Inheritance diagram for std::_Rope_base:
Public Types | |
typedef _Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > | _Base |
typedef _Base::allocator_type | allocator_type |
typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep |
Public Methods | |
_Rope_base (_RopeRep *__t, const allocator_type &__a) | |
_Rope_base (const allocator_type &__a) |
|
Reimplemented in std::rope< _CharT, _Alloc >. Definition at line 1226 of file stl_rope.h. Referenced by std::_Rope_base< _CharT, _Alloc >::_Rope_base(). |
|
Reimplemented from std::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless >. Reimplemented in std::rope< _CharT, _Alloc >. Definition at line 1228 of file stl_rope.h. |
|
Reimplemented from std::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless >. Reimplemented in std::rope< _CharT, _Alloc >. Definition at line 1227 of file stl_rope.h. Referenced by std::_Rope_base< _CharT, _Alloc >::_Rope_base(). |
|
Definition at line 1230 of file stl_rope.h. |
|
Definition at line 1231 of file stl_rope.h. References std::_Rope_base< _CharT, _Alloc >::_Base, and std::_Rope_base< _CharT, _Alloc >::allocator_type. |