GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::downloadFiles. More...
#include <gpudb/protocol/download_files.h>
Public Member Functions | |
DownloadFilesResponse () | |
Constructs a DownloadFilesResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | fileNames |
Names of the files downloaded from KiFS. More... | |
std::vector< std::vector< uint8_t > > | fileData |
Data for the respective downloaded files listed in fileNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::downloadFiles.
Definition at line 205 of file download_files.h.
|
inline |
Constructs a DownloadFilesResponse object with default parameters.
Definition at line 210 of file download_files.h.
std::vector<std::vector<uint8_t> > gpudb::DownloadFilesResponse::fileData |
Data for the respective downloaded files listed in fileNames.
Definition at line 225 of file download_files.h.
std::vector<std::string> gpudb::DownloadFilesResponse::fileNames |
Names of the files downloaded from KiFS.
Definition at line 220 of file download_files.h.
std::map<std::string, std::string> gpudb::DownloadFilesResponse::info |
Additional information.
Definition at line 230 of file download_files.h.