1 #ifndef CBE__delegate__DownloadBinarySuccess_h__
2 #define CBE__delegate__DownloadBinarySuccess_h__
4 #include "cbe/Object.h"
20 std::unique_ptr<char[]> data{};
25 std::unique_ptr<
char[]> data);
32 explicit operator bool()
const;
Holder of a set of data, can represent a table row.
Definition: Object.h:64
Convenience type that bundles all parameters passed to method cbe::delegate::DownloadBinaryDelegate::...
Definition: DownloadBinarySuccess.h:17
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204