Class AssetsResult
Defined in File Asset.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class AssetsResult : public csp::systems::ResultBase
Data class used to contain information when attempting to get an array of assets.
Public Functions
-
csp::common::Array<Asset> &GetAssets()
Retrieves the asset array being stored as a pointer.
- Returns
csp::common::Array<Asset> : pointer to asset array being stored.
-
const csp::common::Array<Asset> &GetAssets() const
Retrieves the asset array being stored as a pointer.
- Returns
csp::common::Array<Asset> : pointer to asset array being stored.
-
inline AssetsResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
-
csp::common::Array<Asset> &GetAssets()