Inheritance diagram for __gnu_cxx::_Rope_base< _CharT, _Alloc >:

| Public Types | |
| typedef _Alloc | allocator_type | 
| typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep | 
| Public Member Functions | |
| allocator_type | get_allocator () const | 
| _Rope_base (_RopeRep *__t, const allocator_type &) | |
| _Rope_base (const allocator_type &) | |
| Public Attributes | |
| _RopeRep * | _M_tree_ptr | 
| Protected Member Functions | |
| _Rope_base & | operator= (const _Rope_base &) | 
| _Rope_base (const _Rope_base &) | |
Definition at line 1425 of file rope.
| typedef _Rope_RopeRep<_CharT, _Alloc> __gnu_cxx::_Rope_base< _CharT, _Alloc >::_RopeRep | 
| typedef _Alloc __gnu_cxx::_Rope_base< _CharT, _Alloc >::allocator_type | 
| __gnu_cxx::_Rope_base< _CharT, _Alloc >::_Rope_base | ( | _RopeRep * | __t, | |
| const allocator_type & | ||||
| ) |  [inline] | 
| __gnu_cxx::_Rope_base< _CharT, _Alloc >::_Rope_base | ( | const allocator_type & | ) |  [inline] | 
| __gnu_cxx::_Rope_base< _CharT, _Alloc >::_Rope_base | ( | const _Rope_base< _CharT, _Alloc > & | ) |  [protected] | 
| allocator_type __gnu_cxx::_Rope_base< _CharT, _Alloc >::get_allocator | ( | ) | const  [inline] | 
Definition at line 1431 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::copy(), and __gnu_cxx::rope< _CharT, _Alloc >::rope().
| _Rope_base& __gnu_cxx::_Rope_base< _CharT, _Alloc >::operator= | ( | const _Rope_base< _CharT, _Alloc > & | ) |  [protected] | 
| _RopeRep* __gnu_cxx::_Rope_base< _CharT, _Alloc >::_M_tree_ptr | 
Definition at line 1443 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::append(), __gnu_cxx::rope< _CharT, _Alloc >::balance(), __gnu_cxx::rope< _CharT, _Alloc >::clear(), __gnu_cxx::rope< _CharT, _Alloc >::compare(), __gnu_cxx::rope< _CharT, _Alloc >::delete_c_str(), __gnu_cxx::rope< _CharT, _Alloc >::empty(), __gnu_cxx::rope< _CharT, _Alloc >::erase(), __gnu_cxx::rope< _CharT, _Alloc >::insert(), __gnu_cxx::operator+(), __gnu_cxx::rope< _CharT, _Alloc >::operator=(), __gnu_cxx::rope< _CharT, _Alloc >::pop_back(), __gnu_cxx::rope< _CharT, _Alloc >::pop_front(), __gnu_cxx::rope< _CharT, _Alloc >::push_back(), __gnu_cxx::rope< _CharT, _Alloc >::push_front(), __gnu_cxx::rope< _CharT, _Alloc >::replace(), __gnu_cxx::rope< _CharT, _Alloc >::rope(), and __gnu_cxx::rope< _CharT, _Alloc >::swap().
 1.4.7
 1.4.7