Class AnchorCollectionResult
Defined in File Anchor.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
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
-
csp::common::Array<Anchor> &GetAnchors()