Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::OptionalIndex

An index value that may or may not be present.

Functions

NameDescription
IsDefined()

Return true if the index value is present.

operator Geo::u32()

Return the index value, or an undefined value if the value is not present.

OptionalIndex(Geo::u32)

Constructor.

OptionalIndex()

Constructor.


Anchor
a5cf02d7f759f7b6f9efda092a1f80b3d
a5cf02d7f759f7b6f9efda092a1f80b3d

bool Geo::OptionalIndex::IsDefined

...

public: bool IsDefined() const

...

Return true if the index value is present.


Anchor
a86f7de9d8cb212d730b0b575ccfd1fe0
a86f7de9d8cb212d730b0b575ccfd1fe0

Geo::OptionalIndex::operator Geo::u32

...

public: operator Geo::u32() const

...

Return the index value, or an undefined value if the value is not present.


Anchor
ab840402eedb2c7ec754b188f454cad6c
ab840402eedb2c7ec754b188f454cad6c

Geo::OptionalIndex::OptionalIndex

...

public: OptionalIndex
(
    Geo::u32 value
)

...

Constructor.


Anchor
a9e1085182a6a1b2f8bd95a6bc6158582
a9e1085182a6a1b2f8bd95a6bc6158582

Geo::OptionalIndex::OptionalIndex

...

public: OptionalIndex()

...

Constructor.