SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
ChunkTransferred.h
1 #ifndef cbe__delegate__ChunkTransferred_h__
2 #define cbe__delegate__ChunkTransferred_h__
3 
4 #include "cbe/delegate/ProgressEventFn.h"
5 #include "cbe/Object.h"
6 
7 namespace cbe {
8  namespace delegate {
9 
24 public:
25  cbe::Object object{cbe::DefaultCtor{}};
26  std::uint64_t transferred{};
27  std::uint64_t total{};
28 
32  cbe::Object&& object,
33  std::uint64_t transferred,
34  std::uint64_t total);
35 
36 }; // class ChunkTransferred
37 
38  } // namespace delegate
39 } // namespace cbe
40 
41 #endif // #ifndef cbe__delegate__ChunkTransferred_h__
Holder of a set of data, can represent a table row.
Definition: Object.h:64
Bundles the progress event information in connection with download and upload.
Definition: ChunkTransferred.h:23
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204