Class AnchorResolutionCollectionResult
Defined in File Anchor.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class AnchorResolutionCollectionResult : public csp::systems::ResultBase
Data class used to contain information when attempting to get an array of AnchorResolutions.
Public Functions
-
csp::common::Array<AnchorResolution> &GetAnchorResolutions()
Retrieves the AnchorResolutions array being stored.
- Returns
csp::common::Array<AnchorResolution> : reference to AnchorResolution array
-
const csp::common::Array<AnchorResolution> &GetAnchorResolutions() const
Retrieves the AnchorResolution array being stored.
- Returns
csp::common::Array<AnchorResolution> : reference to AnchorResolution array
-
csp::common::Array<AnchorResolution> &GetAnchorResolutions()