#include <stdapis/stlportv5/stl/_rope.h>
struct _Rope_RopeSubstring : public char_producer, public _Rope_RopeFunction |
Public Member Type Definitions | |
---|---|
typedef | _Rope_RopeRep< _CharT, _Alloc > _RopeRep |
Public Attributes | |
---|---|
_RopeRep * | _M_base |
size_t | _M_start |
Public Member Functions | |
---|---|
_Rope_RopeSubstring(_RopeRep *, size_t, size_t, allocator_type) | |
virtual | ~_Rope_RopeSubstring() |
virtual void | operator()(size_t, size_t, _CharT *) |
Inherited Enumerations | |
---|---|
_Rope_RopeRep:@40 | |
_Rope_RopeRep:@41 | |
_Rope_RopeRep:_Tag |
Inherited Type Definitions | |
---|---|
_Rope_RopeRep::_IsBasicCharType | |
_Rope_RopeRep::_IsChar | |
_Rope_RopeRep::_IsWCharT | |
_Rope_RopeRep::_Self |
typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep |
_RopeRep * | _M_base |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
size_t | _M_start |
_STLP_FORCE_ALLOCATORS(_CharT, _Alloc) typedef typename _RopeRep | _Rope_RopeSubstring | ( | _RopeRep * | __b, |
size_t | __s, | |||
size_t | __l, | |||
allocator_type | __a | |||
) | [inline] |
~_Rope_RopeSubstring | ( | ) | [inline, virtual] |
Reimplemented from char_producer::operator()(size_t,size_t,_CharT *)