Definition at line 1270 of file rope.
typedef ptrdiff_t std::iterator< std::random_access_iterator_tag , _CharT , ptrdiff_t , _CharT * , _CharT & >::difference_type [inherited] |
Distance between iterators is represented as this type.
Definition at line 117 of file stl_iterator_base_types.h.
typedef std::random_access_iterator_tag std::iterator< std::random_access_iterator_tag , _CharT , ptrdiff_t , _CharT * , _CharT & >::iterator_category [inherited] |
typedef _Rope_char_ref_proxy<_CharT, _Alloc>* __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::pointer |
This type represents a pointer-to-value_type.
Reimplemented from std::iterator< std::random_access_iterator_tag, _CharT >.
typedef _Rope_char_ref_proxy<_CharT, _Alloc> __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::reference |
This type represents a reference-to-value_type.
Reimplemented from std::iterator< std::random_access_iterator_tag, _CharT >.
typedef _CharT std::iterator< std::random_access_iterator_tag , _CharT , ptrdiff_t , _CharT * , _CharT & >::value_type [inherited] |