Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::GeoList::const_iterator

Iterator for nonmutable GeoList.

Typedefs

NameDescription
_Dift difference_type

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

std::bidirectional_iterator_tag iterator_category

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

const_pointer pointer

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

const_reference reference

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

_Ty value_type

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

Variables

NameDescription
_Nodeptr _Ptr

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

Functions

NameDescription
_Mynode()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

const_iterator()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

const_iterator(_Nodeptr)

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator--()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator--(int)

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator!=(const const_iterator &)

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator*()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator++()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator++(int)

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator==(const const_iterator &)

All functions and typedefs match those required by the C++0x standard (except where documented at class level).

operator->()

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a572bfde7a696cf27605fdefaec420c43
a572bfde7a696cf27605fdefaec420c43

_Nodeptr Geo::GeoList< _Ty, _Alloc >::const_iterator::_Mynode

...

public: _Nodeptr _Mynode() const

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a1d5e0295f47e94db9e1b1dbff740fbc1
a1d5e0295f47e94db9e1b1dbff740fbc1

Geo::GeoList< _Ty, _Alloc >::const_iterator::const_iterator

...

public: const_iterator()

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a4c11a8bc890971a733c297e61bbc702d
a4c11a8bc890971a733c297e61bbc702d

Geo::GeoList< _Ty, _Alloc >::const_iterator::const_iterator

...

public: const_iterator
(
    _Nodeptr _Pnode
)

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a01eebfa046223bdd8c8eae6b037f15c1
a01eebfa046223bdd8c8eae6b037f15c1

const_iterator& Geo::GeoList< _Ty, _Alloc >::const_iterator::operator--

...

public: const_iterator & operator--()

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a7fcc090ebafc66b978264cbbfdd6af59
a7fcc090ebafc66b978264cbbfdd6af59

const_iterator Geo::GeoList< _Ty, _Alloc >::const_iterator::operator--

...

public: const_iterator operator--
(
    int
)

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
ac1366f4fd41d8e7dc19e49a9abdced8a
ac1366f4fd41d8e7dc19e49a9abdced8a

bool Geo::GeoList< _Ty, _Alloc >::const_iterator::operator!=

...

public: bool operator!=
(
    const const_iterator & _Right
) const

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a5476283512ce69dd58ef9067e69b1baf
a5476283512ce69dd58ef9067e69b1baf

const_reference Geo::GeoList< _Ty, _Alloc >::const_iterator::operator*

...

public: const_reference operator*() const

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
aafc2052a5f79427555dbe8cded8f1dc2
aafc2052a5f79427555dbe8cded8f1dc2

const_iterator& Geo::GeoList< _Ty, _Alloc >::const_iterator::operator++

...

public: const_iterator & operator++()

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
ac2e1c17a1a41aa0629fefc9ff92a761e
ac2e1c17a1a41aa0629fefc9ff92a761e

const_iterator Geo::GeoList< _Ty, _Alloc >::const_iterator::operator++

...

public: const_iterator operator++
(
    int
)

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
ae33de3c2e304c44253e7871a74229227
ae33de3c2e304c44253e7871a74229227

bool Geo::GeoList< _Ty, _Alloc >::const_iterator::operator==

...

public: bool operator==
(
    const const_iterator & _Right
) const

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).


Anchor
a68c6de8c7199989400e27dff0b148f12
a68c6de8c7199989400e27dff0b148f12

const_pointer Geo::GeoList< _Ty, _Alloc >::const_iterator::operator->

...

public: const_pointer operator->() const

...

All functions and typedefs match those required by the C++0x standard (except where documented at class level).