- NAME
- SYNOPSIS
- Detailed Description
- Member Typedef Documentation
- template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Distance std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::difference_type [inherited]
- template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Category std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::iterator_category [inherited]
- template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Pointer std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::pointer [inherited]
- template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Reference std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::reference [inherited]
- template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Tp std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::value_type [inherited]
- Member Enumeration Documentation
- Author
NAME
__gnu_cxx::_Rope_iterator_base -
SYNOPSIS
Inherits std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >< std::random_access_iterator_tag, _CharT >.
Inherited by __gnu_cxx::_Rope_const_iterator< _CharT, _Alloc >, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >.
Detailed Description
template<class _CharT, class _Alloc> class __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >
Definition at line 1025 of file rope.
Public Types
typedef _Alloc _allocator_type
typedef _Rope_RopeRep< _CharT, _Alloc > _RopeRep
typedef _Distance difference_type
typedef _Category iterator_category
typedef _Pointer pointer
typedef _Reference reference
typedef _Tp value_type
Public Member Functions
_Rope_iterator_base (const _Rope_iterator_base &__x)
size_t index () const
Protected Types
enum { _S_path_cache_len }
enum { _S_iterator_buf_len }
Protected Member Functions
void _M_decr (size_t __n)
void _M_incr (size_t __n)
_Rope_iterator_base (_RopeRep *__root, size_t __pos)
_Rope_iterator_base ()
Static Protected Member Functions
static void _S_setbuf (_Rope_iterator_base &__x)
static void _S_setcache (_Rope_iterator_base &__x)
static void _S_setcache_for_incr (_Rope_iterator_base &__x)
Protected Attributes
_CharT * _M_buf_end
_CharT * _M_buf_ptr
_CharT * _M_buf_start
size_t _M_current_pos
int _M_leaf_index
size_t _M_leaf_pos
unsigned char _M_path_directions
const _RopeRep * _M_path_end [_S_path_cache_len]
_RopeRep * _M_root
_CharT _M_tmp_buf [_S_iterator_buf_len]
Friends
class rope< _CharT, _Alloc >
Member Typedef Documentation
template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Distance std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::difference_type [inherited]
Distance between iterators is represented as this type.
Reimplemented in std::reverse_iterator< _Iterator >.
Definition at line 111 of file stl_iterator_base_types.h.
template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Category std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::iterator_category [inherited]
One of the tag types.
Definition at line 107 of file stl_iterator_base_types.h.
template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Pointer std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::pointer [inherited]
This type represents a pointer-to-value_type.
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::reverse_iterator< _Iterator >, __gnu_cxx::_Rope_const_iterator< _CharT, _Alloc >, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >.
Definition at line 113 of file stl_iterator_base_types.h.
template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Reference std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::reference [inherited]
This type represents a reference-to-value_type.
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::reverse_iterator< _Iterator >, __gnu_cxx::_Rope_const_iterator< _CharT, _Alloc >, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >.
Definition at line 115 of file stl_iterator_base_types.h.
template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, typename _Pointer = _Tp*, typename _Reference = _Tp&> typedef _Tp std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >::value_type [inherited]
The type 'pointed to' by the iterator.
Reimplemented in __gnu_cxx::sequence_buffer< _Sequence, _Buf_sz >.
Definition at line 109 of file stl_iterator_base_types.h.
Member Enumeration Documentation
template<class _CharT, class _Alloc> anonymous enum [protected]
Enumerator:
Definition at line 1034 of file rope.
template<class _CharT, class _Alloc> anonymous enum [protected]
Enumerator:
Definition at line 1035 of file rope.
Author
Generated automatically by Doxygen for libstdc++ from the source code.