_Rope_RopeSubstring Struct Reference

#include <stdapis/stlportv5/stl/_rope.h>

struct _Rope_RopeSubstring : public char_producer, public _Rope_RopeFunction

Member Type Definition Documentation

Typedef _RopeRep

typedef _Rope_RopeRep< _CharT, _Alloc >_RopeRep

Member Attribute Documentation

_M_base

_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.

_M_start

size_t _M_start

Constructor & Destructor Documentation

_Rope_RopeSubstring ( _RopeRep *, size_t, size_t, allocator_type )

_STLP_FORCE_ALLOCATORS(_CharT, _Alloc) typedef typename _RopeRep_Rope_RopeSubstring(_RopeRep *__b,
size_t__s,
size_t__l,
allocator_type__a
)[inline]

~_Rope_RopeSubstring ( )

~_Rope_RopeSubstring()[inline, virtual]

Member Function Documentation

operator() ( size_t, size_t, _CharT * )

voidoperator()(size_t__start_pos,
size_t__req_len,
_CharT *__buffer
)[inline, virtual]