Class AnchorCollectionResult

Inheritance Relationships

Base Type

Class Documentation

class AnchorCollectionResult : public csp::systems::ResultBase

Data class used to contain information when attempting to get an array of Anchors.

Public Functions

csp::common::Array<Anchor> &GetAnchors()

Retrieves the Anchors array being stored.

Returns

csp::common::Array<Anchor> : reference to Anchors array

const csp::common::Array<Anchor> &GetAnchors() const

Retrieves the Anchors array being stored.

Returns

csp::common::Array<Anchor> : reference to Anchors array