Class AnchorResolutionCollectionResult

Inheritance Relationships

Base Type

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