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.
  • Modules
  • Namespaces
    • namespace Enlighten
    • namespace Geo
      • class Geo AbstractRayChunk
      • class Geo AnsiAllocator
      • class Geo AtlasMesh
      • class Geo AtlasMeshChart
      • class Geo AtlasMeshPackingFlags
      • class Geo BasicAllocator
      • class Geo ChartParametiserFailure
      • class Geo ConvexHull
      • class Geo ConvexHullBuilder
      • class Geo CovarianceMatrix
      • class Geo CovarianceMatrixBuilder
      • class Geo EmbreeRtMeshVisitor
      • class Geo Geo2DTransform
      • class Geo GeoAlignedFreeDestructor
      • class Geo GeoAllocationPage
      • class Geo GeoAllocator
      • class Geo GeoAllocatorUnchecked
      • class Geo GeoArray
      • class Geo GeoArray_Stl
      • class Geo GeoAutoArrayPtr
      • class Geo GeoAutoDeleteArray
      • class Geo GeoAutoDeleteList
      • class Geo GeoAutoDeleteMap
      • class Geo GeoAutoPtr
      • class Geo GeoAutoReleaseArray
      • class Geo GeoAutoReleaseMap
      • class Geo GeoAutoReleasePtr
      • class Geo GeoBitArray
      • class Geo GeoBitStore
        • class Geo GeoBitStore const_iterator
      • class Geo GeoBlueNoise
      • class Geo GeoBlueNoiseDiskPalette
      • class Geo GeoBlueNoiseRayPalette
      • class Geo GeoBoundingBox
      • class Geo GeoBoundingSphere
      • class Geo GeoBufferedFileStream
      • 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
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoBitStore const_iterator

    Nov 21, 2019

    class Geo::GeoBitStore::const_iterator

        └>std::iterator< std::forward_iterator_tag, bool >

    iterator to a nonmodifiable GeoBitStore, allows reading data by the operator*()

    Functions

    Name Description
    const_iterator(u8 *, u8)

    Creates a const_iterator representing the given data pointer and bit offset.

    operator!=(const const_iterator &)

    Compares this iterator to another.

    operator*()

    Gets the bit value this iterator is pointing to.

    operator++()

    Advances this iterator to the next bit.

    operator++(int)

    Advances this iterator by the given number of bits.

    operator==(const const_iterator &)

    Compares this iterator to another.


    Geo::GeoBitStore::const_iterator::const_iterator


    public: const_iterator
    (
        u8 * ptr,
        u8 bit
    )


    Creates a const_iterator representing the given data pointer and bit offset.


    bool Geo::GeoBitStore::const_iterator::operator!=


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


    Compares this iterator to another.


    bool Geo::GeoBitStore::const_iterator::operator*


    public: bool operator*() const


    Gets the bit value this iterator is pointing to.


    const_iterator& Geo::GeoBitStore::const_iterator::operator++


    public: const_iterator & operator++()


    Advances this iterator to the next bit.


    const_iterator Geo::GeoBitStore::const_iterator::operator++


    public: const_iterator operator++
    (
        int
    )


    Advances this iterator by the given number of bits.


    bool Geo::GeoBitStore::const_iterator::operator==


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


    Compares this iterator to another.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "e59eeaf613e544d483f8074d86a07e7b"}