/
class Geo OptionalIndex
This is the documentation for Enlighten.
class Geo OptionalIndex
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.
, multiple selections available,
Related content
class Geo OptionalIndex
class Geo OptionalIndex
More like this
class Geo Optional
class Geo Optional
More like this
class Geo Optional
class Geo Optional
More like this
class Geo Optional
class Geo Optional
More like this
class Geo Optional
class Geo Optional
More like this
class Geo GeoTriple
class Geo GeoTriple
More like this