Definition at line 1113 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 const _CharT* __gnu_cxx::_Rope_const_iterator< _CharT, _Alloc >::pointer |
This type represents a pointer-to-value_type.
Reimplemented from std::iterator< std::random_access_iterator_tag, _CharT >.
typedef _CharT __gnu_cxx::_Rope_const_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] |