#include <stl_rope.h>
Inheritance diagram for std::_Rope_RopeSubstring:
Public Types | |
typedef _Rope_rep_base< _CharT, _Alloc >::allocator_type | allocator_type |
Public Methods | |
virtual void | operator() (size_t __start_pos, size_t __req_len, _CharT *__buffer) |
_Rope_RopeSubstring (_Rope_RopeRep< _CharT, _Alloc > *__b, size_t __s, size_t __l, allocator_type __a) | |
virtual | ~_Rope_RopeSubstring () |
Public Attributes | |
_Rope_RopeRep< _CharT, _Alloc > * | _M_base |
size_t | _M_start |
|
Reimplemented from std::_Rope_RopeFunction< _CharT, _Alloc >. Definition at line 706 of file stl_rope.h. |
|
|
Definition at line 721 of file stl_rope.h. References std::_Rope_RopeRep< _CharT, _Alloc >::_M_unref_nonnil(). |
|
|
Definition at line 678 of file stl_rope.h. |
|
Definition at line 679 of file stl_rope.h. Referenced by std::_Rope_RopeSubstring< _CharT, _Alloc >::_Rope_RopeSubstring(), and std::_Rope_RopeSubstring< _CharT, _Alloc >::operator()(). |