This is the documentation for Enlighten.
class Enlighten ProbeSetMeta
class Enlighten::ProbeSetMeta
Public interface for querying metadata of a single probe set.
Functions
Name | Description |
---|---|
GetGuid() | Gets the GUID of this probe set. |
GetName() | Gets the name of this probe set. |
IsValid() | Some accessors return an 'invalid' object to represent nothing or not-found. |
const Geo::GeoGuid& Enlighten::ProbeSetMeta::GetGuid
public: const Geo::GeoGuid & GetGuid() const
Gets the GUID of this probe set.
const char* Enlighten::ProbeSetMeta::GetName
public: const char * GetName() const
Gets the name of this probe set.
bool Enlighten::ProbeSetMeta::IsValid
public: bool IsValid() const
Some accessors return an 'invalid' object to represent nothing or not-found.