#include <stl_rope.h>
Inheritance diagram for std::_Rope_RopeFunction:
Public Types | |
typedef _Rope_rep_base< _CharT, _Alloc >::allocator_type | allocator_type |
Public Methods | |
_Rope_RopeFunction (char_producer< _CharT > *__f, size_t __size, bool __d, allocator_type __a) | |
~_Rope_RopeFunction () | |
Public Attributes | |
char_producer< _CharT > * | _M_fn |
bool | _M_delete_when_done |
|
Reimplemented from std::_Rope_RopeRep< _CharT, _Alloc >. Reimplemented in std::_Rope_RopeSubstring< _CharT, _Alloc >. Definition at line 640 of file stl_rope.h. |
|
Definition at line 641 of file stl_rope.h. References __stl_assert, std::_Rope_RopeFunction< _CharT, _Alloc >::_M_delete_when_done, and std::_Rope_RopeRep< _CharT, _Alloc >::_S_function. |
|
Definition at line 658 of file stl_rope.h. References std::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string(). |
|
Definition at line 625 of file stl_rope.h. Referenced by std::_Rope_RopeFunction< _CharT, _Alloc >::_Rope_RopeFunction(). |
|
Definition at line 623 of file stl_rope.h. |