class Geo GeoList const_iterator

This is the documentation for Enlighten.

class Geo GeoList const_iterator

class Geo::GeoList::const_iterator

 

Iterator for nonmutable GeoList.

Typedefs

Name

Description

Name

Description

_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

Name

Description

Name

Description

_Nodeptr _Ptr

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

Functions

Name

Description

Name

Description

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



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



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



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