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 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 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
  • class Geo GeoIntrusivePtr
  • class Geo GeoKeyValueArray
  • class Geo GeoLineSegment
  • class Geo GeoList
  • class Geo GeoMap
  • 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
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoHashConstHandle

    Nov 21, 2019

    template<typename tHashTable>
    class Geo::GeoHashConstHandle

    A const handle into the hash table.

    Handles are what gets returned from any queries on the hash table. This allows use to cope with failed lookups by returning 'invalid' handles.

    Functions

    Name Description
    GeoHashConstHandle(const DataType *)

    Constructor.

    GeoHashConstHandle(const GeoHashHandle< tHashTable > &)

    Constructor.

    GetKey()

    Accessors.

    GetValue()

    Accessors.

    GetValueRef()

    Accessors.

    IsValid()

    Returns true if this handle is valid and safe to dereference.

    operator*()

    Accessors.

    Typedefs

    Name Description
    tHashTable::DataType DataType

    The Data type stored internally.

    tHashTable::KeyParamType KeyParamType

    The Key type when passed as a parameter.

    tHashTable::KeyType KeyType

    The specified Key type.

    tHashTable::ValueParamType ValueParamType

    The Value type when passed as a parameter.

    tHashTable::ValueType ValueType

    The specified Value type.


    Geo::GeoHashConstHandle< tHashTable >::GeoHashConstHandle


    public: GeoHashConstHandle
    (
        const DataType * v
    )


    Constructor.


    Geo::GeoHashConstHandle< tHashTable >::GeoHashConstHandle


    public: GeoHashConstHandle
    (
        const GeoHashHandle< tHashTable > & rhs
    )


    Constructor.


    KeyParamType Geo::GeoHashConstHandle< tHashTable >::GetKey


    public: KeyParamType GetKey() const


    Accessors.


    ValueParamType Geo::GeoHashConstHandle< tHashTable >::GetValue


    public: ValueParamType GetValue() const


    Accessors.


    const ValueType& Geo::GeoHashConstHandle< tHashTable >::GetValueRef


    public: const ValueType & GetValueRef() const


    Accessors.


    bool Geo::GeoHashConstHandle< tHashTable >::IsValid


    public: bool IsValid() const


    Returns true if this handle is valid and safe to dereference.


    const DataType& Geo::GeoHashConstHandle< tHashTable >::operator*


    public: const DataType & operator*() const


    Accessors.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "9970e2fd6c6b4070839c05cb5d077006"}