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

Version 1 Current »

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.

  • No labels