|
mcloud
1.0.0
MCloud API library for cmcc cloud service
|
Include dependency graph for uploadtask.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | mcloud::api::UploadRequest |
| UploadRequest is a upload request item which consists of a upload folder id, up-front buffer size, upload content name. More... | |
| struct | mcloud::api::UploadBufferCb |
| UploadBufferCb is a upload request item which consists of a upload folder id, upload buffer size, upload content name and reading callback function allows content data can be received in buffering via call back function. More... | |
| class | mcloud::api::UploadTask |
| UploadTask is a task item that can be accessed from application layer to fetch basic upload item information, also it's used for content upload by sync manager. More... | |
Namespaces | |
| mcloud | |
| mcloud::api | |
Typedefs | |
| typedef std::vector< UploadRequest > | mcloud::api::UploadRequestList |
| typedef std::vector< UploadBufferCb > | mcloud::api::UploadBufferCbList |