Versions Compared

Key

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

class Geo::GeoMap::const_iterator

Iterator for nonmutable GeoMap.

Typedefs

NameDescription
_DiffType 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).

Friends

NameDescription
friend class GeoMap< _Kty, _Ty, _Pr, _Alloc >

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

Variables

NameDescription
_Nodeptr m_Ptr

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

Functions

NameDescription
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
a95946aff8684a794bc0277e7fb62ad54
a95946aff8684a794bc0277e7fb62ad54

Geo::GeoMap< _Kty, _Ty, _Pr, _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
ab3654e09747d8a076ba566c6a3ea63c2
ab3654e09747d8a076ba566c6a3ea63c2

Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::const_iterator::const_iterator

...

public: const_iterator
(
    _Nodeptr ptr
)

...

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


Anchor
a0ef9d452072f36343da572193ba1206d
a0ef9d452072f36343da572193ba1206d

const_iterator& Geo::GeoMap< _Kty, _Ty, _Pr, _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
ab8aa6fe38b5ae151285ecbb79c7007b4
ab8aa6fe38b5ae151285ecbb79c7007b4

const_iterator Geo::GeoMap< _Kty, _Ty, _Pr, _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
adbcd457dba9a977adb3e8538757df8ec
adbcd457dba9a977adb3e8538757df8ec

bool Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::const_iterator::operator!=

...

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

...

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


Anchor
a104c9f154e1341e140562486a2ff5d36
a104c9f154e1341e140562486a2ff5d36

const_reference Geo::GeoMap< _Kty, _Ty, _Pr, _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
a0ce76935d14d3bc1dd825247d8da70a5
a0ce76935d14d3bc1dd825247d8da70a5

const_iterator& Geo::GeoMap< _Kty, _Ty, _Pr, _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
a4fb0268be31e2c47b92bfded311f808c
a4fb0268be31e2c47b92bfded311f808c

const_iterator Geo::GeoMap< _Kty, _Ty, _Pr, _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
a83640d39f7eaa538dffe3a5b3edf9f1e
a83640d39f7eaa538dffe3a5b3edf9f1e

bool Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::const_iterator::operator==

...

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

...

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


Anchor
af9b59497c8928abf3f03cc011f26eca0
af9b59497c8928abf3f03cc011f26eca0

pointer Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::const_iterator::operator->

...

public: pointer operator->() const

...

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