Class SpacesResult

Inheritance Relationships

Base Type

Class Documentation

class SpacesResult : public csp::systems::ResultBase

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

Public Functions

csp::common::Array<Space> &GetSpaces()

Retrieves the spaces array being stored.

Returns

csp::common::Array<Space> : pointer to spaces array

const csp::common::Array<Space> &GetSpaces() const

Retrieves the spaces array being stored.

Returns

csp::common::Array<Space> : pointer to spaces array

inline SpacesResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)