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 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
  • class Geo GeoUniqueDelegatePtr
  • class Geo GeoUniquePtr
  • class Geo GeoUniqueReleasePtr
  • class Geo GeoV128Texture
  • class Geo GeoVariant
    • class Geo GeoVariant LinkData
    • class Geo GeoVariant UrlData
  • 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
  • class Geo IGeoEvent
  • class Geo IGeoInputStream
  • class Geo IGeoProgressProxy
  • class Geo IGeoRayTracingContext
  • class Geo IGeoReleasable
  • class Geo IGeoSerialisable
  • class Geo IGeoStream
  • class Geo IRtMesh
  • class Geo ITerminalCmdHandler
  • class Geo ITerminalDelegate
  • class Geo ITerminalInputHandler
  • class Geo ITerminalOutputHandler
  • class Geo Matrix
  • class Geo MemoryAllocator
  • class Geo NonCopyable
  • class Geo Optional
  • class Geo PackedInteger4
  • class Geo PointLeaf
  • class Geo PointSplit
  • class Geo PointSplitBounds
  • class Geo PointSplitState
  • class Geo QuickTaskTimer
  • class Geo RayResult
  • class Geo Releasable
  • class Geo RingBuffer
  • class Geo RtMesh
  • class Geo RtMeshGroup
  • class Geo ScopedTickCounter
  • class Geo ScopedTimer
  • class Geo SHCoeff
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoVariant LinkData

    Nov 21, 2019

    class Geo::GeoVariant::LinkData

        └>Geo::GeoGuid

    GUID class for representing links.

    Functions

    Name Description
    A()

    Accessors to individual 32-bit components, corresponding to the args passed to Create.

    B()

    Accessors to individual 32-bit components, corresponding to the args passed to Create.

    C()

    Accessors to individual 32-bit components, corresponding to the args passed to Create.

    Create(u64, u64)

    Create a Guid from 2 u64 values.

    Create(u32, u32, u64)

    Create a Guid from 2 u32 values and 1 u64 value.

    Create(u32, u32, u32, u32)

    Create a Guid from 4 u32 values.

    CreateFromHighFreqSystemClock(u64)

    Creates a Guid from the high frequency system clock - this will be unique for this application instantiation.

    D()

    Accessors to individual 32-bit components, corresponding to the args passed to Create.

    FromHexString(const GeoGuidString &)

    Create a Guid from the incoming string (requires same text formatting as ToHexString)

    FromHexString(const char *)

    Create a Guid from the incoming string (requires same text formatting as ToHexString)

    GeoGuid()

    Constructor.

    High()

    Returns the 1st 64 bit block.

    LinkData(const Geo::GeoGuid &)

    Explicit constructor from a GeoGuid, so doesn't automatically convert without intending to.

    Low()

    Returns the 2nd 64 bit block.

    operator!=(const GeoGuid &)

    Value comparison operators.

    operator<(const GeoGuid &)

    Value comparison operators.

    operator<=(const GeoGuid &)

    Value comparison operators.

    operator==(const GeoGuid &)

    Value comparison operators.

    Random()

    Create a GUID from whatever Random generator is provided in this system (CoCreateGuid, etc).

    To32String()

    Returns only the lowest 32 bits as decimal string.

    ToHexString()

    Returns full 128 bit value in hex.

    Variables

    Name Description
    const GeoGuid Invalid

    A Guid that is always invalid.


    u32 Geo::GeoGuid::A


    public: u32 A() const


    Accessors to individual 32-bit components, corresponding to the args passed to Create.


    u32 Geo::GeoGuid::B


    public: u32 B() const


    Accessors to individual 32-bit components, corresponding to the args passed to Create.


    u32 Geo::GeoGuid::C


    public: u32 C() const


    Accessors to individual 32-bit components, corresponding to the args passed to Create.


    GeoGuid Geo::GeoGuid::Create


    public: GeoGuid Create
    (
        u64 a,
        u64 b
    )


    Create a Guid from 2 u64 values.


    GeoGuid Geo::GeoGuid::Create


    public: GeoGuid Create
    (
        u32 idA,
        u32 idB,
        u64 idC
    )


    Create a Guid from 2 u32 values and 1 u64 value.


    GeoGuid Geo::GeoGuid::Create


    public: GeoGuid Create
    (
        u32 idA,
        u32 idB,
        u32 idC,
        u32 idD
    )


    Create a Guid from 4 u32 values.


    GeoGuid Geo::GeoGuid::CreateFromHighFreqSystemClock


    public: GeoGuid CreateFromHighFreqSystemClock
    (
        u64 type
    )


    Creates a Guid from the high frequency system clock - this will be unique for this application instantiation.


    u32 Geo::GeoGuid::D


    public: u32 D() const


    Accessors to individual 32-bit components, corresponding to the args passed to Create.


    static GeoGuid Geo::GeoGuid::FromHexString


    public: GeoGuid FromHexString
    (
        const GeoGuidString & fromString
    )


    Create a Guid from the incoming string (requires same text formatting as ToHexString)


    static GeoGuid Geo::GeoGuid::FromHexString


    public: GeoGuid FromHexString
    (
        const char * fromString
    )


    Create a Guid from the incoming string (requires same text formatting as ToHexString)


    Geo::GeoGuid::GeoGuid


    public: GeoGuid()


    Constructor.


    u64 Geo::GeoGuid::High


    public: u64 High() const


    Returns the 1st 64 bit block.


    Geo::GeoVariant::LinkData::LinkData


    public: LinkData
    (
        const Geo::GeoGuid & g
    )


    Explicit constructor from a GeoGuid, so doesn't automatically convert without intending to.


    u64 Geo::GeoGuid::Low


    public: u64 Low() const


    Returns the 2nd 64 bit block.


    bool Geo::GeoGuid::operator!=


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


    Value comparison operators.


    bool Geo::GeoGuid::operator<


    public: bool operator<
    (
        const GeoGuid & rhs
    ) const


    Value comparison operators.


    bool Geo::GeoGuid::operator<=


    public: bool operator<=
    (
        const GeoGuid & rhs
    ) const


    Value comparison operators.


    bool Geo::GeoGuid::operator==


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


    Value comparison operators.


    static GeoGuid Geo::GeoGuid::Random


    public: GeoGuid Random()


    Create a GUID from whatever Random generator is provided in this system (CoCreateGuid, etc).


    GeoGuidString Geo::GeoGuid::To32String


    public: GeoGuidString To32String() const


    Returns only the lowest 32 bits as decimal string.


    GeoGuidString Geo::GeoGuid::ToHexString


    public: GeoGuidString ToHexString() const


    Returns full 128 bit value in hex.

    , multiple selections available,
    {"serverDuration": 14, "requestCorrelationId": "2c11ca7a00014a0494624f21109fe5be"}