Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Rope_iterator_base Class Template Reference

#include <stl_rope.h>

Inherits std::random_access_iterator< _CharT, ptrdiff_t >.

Inherited by std::_Rope_const_iterator, and std::_Rope_iterator.

List of all members.

Public Types


Public Methods


Protected Types

enum  { _S_path_cache_len = 4 }
enum  { _S_iterator_buf_len = 15 }

Protected Methods


Protected Attributes


Static Protected Methods


Friends

class  rope< _CharT, _Alloc >

template<class _CharT, class _Alloc> class std::_Rope_iterator_base


Member Typedef Documentation

typedef _Alloc _allocator_type
 

typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep
 

Reimplemented in std::_Rope_const_iterator.


Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
_S_path_cache_len  

anonymous enum [protected]
 

Enumeration values:
_S_iterator_buf_len  


Constructor & Destructor Documentation

_Rope_iterator_base ( ) [inline, protected]
 

_Rope_iterator_base ( _RopeRep * __root,
size_t __pos ) [inline, protected]
 

_Rope_iterator_base ( const _Rope_iterator_base<_CharT, _Alloc> & __x ) [inline]
 


Member Function Documentation

void _S_setbuf ( _Rope_iterator_base<_CharT, _Alloc> & __x ) [static, protected]
 

void _S_setcache ( _Rope_iterator_base<_CharT, _Alloc> & __x ) [static, protected]
 

void _S_setcache_for_incr ( _Rope_iterator_base<_CharT, _Alloc> & __x ) [static, protected]
 

void _M_incr ( size_t __n ) [protected]
 

void _M_decr ( size_t __n ) [protected]
 

size_t index ( ) const [inline]
 


Friends And Related Function Documentation

friend class rope< _CharT, _Alloc > [friend]
 

Reimplemented in std::_Rope_const_iterator, and std::_Rope_iterator.


Member Data Documentation

size_t _M_current_pos [protected]
 

_RopeRep* _M_root [protected]
 

size_t _M_leaf_pos [protected]
 

__GC_CONST _CharT* _M_buf_start [protected]
 

__GC_CONST _CharT* _M_buf_ptr [protected]
 

__GC_CONST _CharT* _M_buf_end [protected]
 

const _RopeRep* _M_path_end[_S_path_cache_len] [protected]
 

int _M_leaf_index [protected]
 

unsigned char _M_path_directions [protected]
 

_CharT _M_tmp_buf[_S_iterator_buf_len] [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001