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

| Public Types | |
| typedef _Alloc | allocator_type | 
| Public Member Functions | |
| allocator_type | get_allocator () const | 
| _Rope_rep_base (size_t __size, const allocator_type &) | |
| Public Attributes | |
| size_t | _M_size | 
Definition at line 521 of file rope.
| typedef _Alloc __gnu_cxx::_Rope_rep_base< _CharT, _Alloc >::allocator_type | 
| __gnu_cxx::_Rope_rep_base< _CharT, _Alloc >::_Rope_rep_base | ( | size_t | __size, | |
| const allocator_type & | ||||
| ) |  [inline] | 
| allocator_type __gnu_cxx::_Rope_rep_base< _CharT, _Alloc >::get_allocator | ( | ) | const  [inline] | 
Definition at line 527 of file rope.
Referenced by __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string().
| size_t __gnu_cxx::_Rope_rep_base< _CharT, _Alloc >::_M_size | 
Definition at line 533 of file rope.
Referenced by __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string(), __gnu_cxx::rope< _CharT, _Alloc >::_S_apply_to_pieces(), __gnu_cxx::rope< _CharT, _Alloc >::_S_flatten(), __gnu_cxx::rope< _CharT, _Alloc >::_S_is_almost_balanced(), __gnu_cxx::rope< _CharT, _Alloc >::_S_is_balanced(), __gnu_cxx::rope< _CharT, _Alloc >::_S_is_roughly_balanced(), and __gnu_cxx::rope< _CharT, _Alloc >::replace().
 1.4.7
 1.4.7