Versions Compared

Key

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

class Geo::GeoMap::iterator

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

Iterator for mutable 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).

std::bidirectional_iterator_tag iterator_category

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

_PtrType pointer

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

_RefType reference

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

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

iterator()

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

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--()

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++()

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++()

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

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


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
a7bf48ce13fbb0503fdad0e24d20a02c5
a7bf48ce13fbb0503fdad0e24d20a02c5

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

...

public: iterator()

...

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


Anchor
ae016679a4edbf37760505c7bc2516c03
ae016679a4edbf37760505c7bc2516c03

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

...

public: iterator
(
    _Nodeptr _Pnode
)

...

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


Anchor
ae310097078dbd8a0a9a0a62b654cded7
ae310097078dbd8a0a9a0a62b654cded7

iterator& Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::iterator::operator--

...

public: iterator & operator--()

...

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


Anchor
aec1389c6eb663a8146227609326f5bcf
aec1389c6eb663a8146227609326f5bcf

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

...

public: iterator operator--
(
    int
)

...

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
ad2c71ae269c2337ac5ffcbda5461b094
ad2c71ae269c2337ac5ffcbda5461b094

reference Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::iterator::operator*

...

public: reference operator*() const

...

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


Anchor
a17494e0d089ed65acfb6c1d09ff6238c
a17494e0d089ed65acfb6c1d09ff6238c

iterator& Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::iterator::operator++

...

public: iterator & operator++()

...

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


Anchor
aec8ae8c79615291deff22db565dd3745
aec8ae8c79615291deff22db565dd3745

iterator Geo::GeoMap< _Kty, _Ty, _Pr, _Alloc >::iterator::operator++

...

public: iterator operator++
(
    int
)

...

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
ad29466a1dd922affc674f5d7c9766410
ad29466a1dd922affc674f5d7c9766410

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

...

public: pointer operator->() 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).