This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Geo::GeoList::iterator

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

Iterator for mutable GeoList.

Typedefs

Name Description
const_iterator _Mybase_iter

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

_Dift difference_type

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

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

std::bidirectional_iterator_tag iterator_category

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

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

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

_Ty value_type

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

Friends

Name Description
friend class GeoList< _Ty, _Alloc >

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

Functions

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

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

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

Variables

Name Description
_Nodeptr _Ptr

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


public: const_iterator
(
    _Nodeptr _Pnode
)


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


Geo::GeoList< _Ty, _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).


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


public: iterator()


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


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


public: iterator & operator--()


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


iterator Geo::GeoList< _Ty, _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).


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


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


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


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


reference Geo::GeoList< _Ty, _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).


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


public: iterator & operator++()


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


iterator Geo::GeoList< _Ty, _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).


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


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


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


_Tptr Geo::GeoList< _Ty, _Alloc >::iterator::operator->


public: _Tptr operator->() const


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


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

  • No labels