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

Public Types | |
| typedef _Rope_rep_base< _CharT, _Alloc >::allocator_type | allocator_type |
| _S_alloc_granularity = 8 | |
| enum | { _S_alloc_granularity = 8 } |
Public Member Functions | |
| _Rope_RopeLeaf (__GC_CONST _CharT *__d, size_t __size, allocator_type __a) | |
| ~_Rope_RopeLeaf () throw () | |
Static Public Member Functions | |
| static size_t | _S_rounded_up_size (size_t __n) |
Public Attributes | |
| __GC_CONST _CharT * | _M_data |
Protected Member Functions | |
| _Rope_RopeLeaf & | operator= (const _Rope_RopeLeaf &) |
| _Rope_RopeLeaf (const _Rope_RopeLeaf &) | |
Definition at line 656 of file rope.
| typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::allocator_type |
| anonymous enum |
| __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_Rope_RopeLeaf | ( | __GC_CONST _CharT * | __d, | |
| size_t | __size, | |||
| allocator_type | __a | |||
| ) | [inline] |
Definition at line 691 of file rope.
References __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_M_c_string, and __gnu_cxx::_S_is_basic_char_type().
| __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::~_Rope_RopeLeaf | ( | ) | throw () [inline] |
Definition at line 706 of file rope.
References __STL_FREE_STRING, __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_M_data, and __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string().
| __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_Rope_RopeLeaf | ( | const _Rope_RopeLeaf< _CharT, _Alloc > & | ) | [protected] |
| static size_t __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_S_rounded_up_size | ( | size_t | __n | ) | [inline, static] |
Definition at line 667 of file rope.
References __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_S_alloc_granularity, and __gnu_cxx::_S_is_basic_char_type().
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_rounded_up_size().
| _Rope_RopeLeaf& __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::operator= | ( | const _Rope_RopeLeaf< _CharT, _Alloc > & | ) | [protected] |
| __GC_CONST _CharT* __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_M_data |
Definition at line 683 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_apply_to_pieces(), __gnu_cxx::rope< _CharT, _Alloc >::_S_compare(), __gnu_cxx::rope< _CharT, _Alloc >::_S_flatten(), and __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::~_Rope_RopeLeaf().
1.4.7