This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

class Geo::OptionalIndex

An index value that may or may not be present.

Functions

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


bool Geo::OptionalIndex::IsDefined


public: bool IsDefined() const


Return true if the index value is present.


Geo::OptionalIndex::operator Geo::u32


public: operator Geo::u32() const


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


Geo::OptionalIndex::OptionalIndex


public: OptionalIndex
(
    Geo::u32 value
)


Constructor.


Geo::OptionalIndex::OptionalIndex


public: OptionalIndex()


Constructor.

  • No labels