Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • class Geo GeoBufferedInputStream
  • class Geo GeoCriticalSection
  • class Geo GeoDebugAllocator
  • class Geo GeoDelegateDestructor
  • class Geo GeoDeleteArrayDestructor
  • class Geo GeoDeleteDestructor
  • class Geo GeoDepthCubeMap
  • class Geo GeoEmbreeContext
  • class Geo GeoEqualCString
  • class Geo GeoEvent
  • class Geo GeoFileManager
  • class Geo GeoFileStream
  • class Geo GeoFixedBinarySearchMap
  • class Geo GeoFixedBinarySearchMapCompare
  • class Geo GeoFixedPoolAllocator
  • class Geo GeoFixedString
  • class Geo GeoFlattenAndPackResults
  • class Geo GeoFp16Texture
  • class Geo GeoFpControl
  • class Geo GeoFrameTime
  • class Geo GeoFreeDestructor
  • class Geo GeoGenericTexture
  • class Geo GeoGuid
  • class Geo GeoHalf
  • class Geo GeoHashConstHandle
  • class Geo GeoHashCString
  • class Geo GeoHashDefault
  • class Geo GeoHashHandle
  • class Geo GeoHashMap
  • class Geo GeoHashString
  • class Geo GeoImmutableArray
  • class Geo GeoInputEvent
  • class Geo GeoInstanceCount
  • class Geo GeoIntRange
  • class Geo GeoIntrusivePtr
  • class Geo GeoKeyValueArray
  • class Geo GeoLineSegment
  • class Geo GeoList
  • class Geo GeoMap
    • class Geo GeoMap const_iterator
    • class Geo GeoMap iterator
  • class Geo GeoMemoryDefault
  • class Geo GeoMemoryPool
  • class Geo GeoMemoryStream
  • class Geo GeoNonAABoundingBox
  • class Geo GeoNoopDestructor
  • class Geo GeoPair
  • class Geo GeoParametrisedPlane3
  • class Geo GeoPriorityQueue
  • class Geo GeoProgress
  • class Geo GeoQueue
  • class Geo GeoQueueEnumInterface
  • class Geo GeoRefArrayPtr
  • class Geo GeoRefCount
  • class Geo GeoRefPtr
  • class Geo GeoRefReleasePtr
  • class Geo GeoReleaseDestructor
  • class Geo GeoRGBXTexture
  • class Geo GeoScopedCSection
  • class Geo GeoSingleton
  • class Geo GeoSpatialHash
  • class Geo GeoString
  • class Geo GeoTimer
  • class Geo GeoTokenList
  • class Geo GeoTokenStream
  • class Geo GeoTriangle
  • class Geo GeoTriple
  • class Geo GeoUniqueDelegatePtr
  • class Geo GeoUniquePtr
  • class Geo GeoUniqueReleasePtr
  • class Geo GeoV128Texture
  • class Geo GeoVariant
  • class Geo GeoVirtualPageAllocator
  • class Geo GeoZLibFileStream
  • class Geo GoodRNG
  • class Geo IdentDataCompare
  • class Geo IdentVertLinkBuilder
  • class Geo IdxLink
  • class Geo IffReader
  • class Geo IffTextWriter
  • class Geo IffWriter
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Geo GeoMap iterator

    This is the documentation for Enlighten.

    class Geo GeoMap iterator

    Nov 21, 2019

    class Geo::GeoMap::iterator

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

    Iterator for mutable GeoMap.

    Typedefs

    Name Description
    _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

    Name Description
    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

    Name Description
    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

    Name Description
    _Nodeptr m_Ptr

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

    , multiple selections available,
    {"serverDuration": 13, "requestCorrelationId": "44534162fb0e42acbb91fcdb4a3ff698"}