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

| Public Types | |
| typedef _Rope_rep_base< _CharT, _Alloc >::allocator_type | allocator_type | 
| Public Member Functions | |
| _Rope_RopeFunction (char_producer< _CharT > *__f, size_t __size, bool __d, allocator_type __a) | |
| ~_Rope_RopeFunction () throw () | |
| Public Attributes | |
| char_producer< _CharT > * | _M_fn | 
| bool | _M_delete_when_done | 
| Protected Member Functions | |
| _Rope_RopeFunction & | operator= (const _Rope_RopeFunction &) | 
| _Rope_RopeFunction (const _Rope_RopeFunction &) | |
Definition at line 758 of file rope.
| typedef _Rope_rep_base<_CharT, _Alloc>::allocator_type __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::allocator_type | 
Reimplemented from __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >.
Reimplemented in __gnu_cxx::_Rope_RopeSubstring< _CharT, _Alloc >.
| __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_Rope_RopeFunction | ( | char_producer< _CharT > * | __f, | |
| size_t | __size, | |||
| bool | __d, | |||
| allocator_type | __a | |||
| ) |  [inline] | 
| __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::~_Rope_RopeFunction | ( | ) | throw ()  [inline] | 
Definition at line 799 of file rope.
References __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_M_delete_when_done, __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_M_fn, and __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string().
| __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_Rope_RopeFunction | ( | const _Rope_RopeFunction< _CharT, _Alloc > & | ) |  [protected] | 
| _Rope_RopeFunction& __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::operator= | ( | const _Rope_RopeFunction< _CharT, _Alloc > & | ) |  [protected] | 
| bool __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_M_delete_when_done | 
Definition at line 764 of file rope.
Referenced by __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::~_Rope_RopeFunction().
| char_producer<_CharT>* __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::_M_fn | 
Definition at line 762 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_apply_to_pieces(), __gnu_cxx::rope< _CharT, _Alloc >::_S_flatten(), and __gnu_cxx::_Rope_RopeFunction< _CharT, _Alloc >::~_Rope_RopeFunction().
 1.4.7
 1.4.7