GPUdb C++ API
Version 7.2.2.4
|
The wrapper used by the GPUdb server for all endpoint responses. More...
#include <gpudb/protocol/gpudb_wrapper.h>
Public Member Functions | |
RawGpudbResponse () | |
Constructs a RawGpudbResponse object with default parameters. More... | |
Public Attributes | |
std::string | status |
std::string | message |
std::string | dataType |
std::vector< uint8_t > | data |
std::string | dataStr |
The wrapper used by the GPUdb server for all endpoint responses.
Definition at line 14 of file gpudb_wrapper.h.
|
inline |
Constructs a RawGpudbResponse object with default parameters.
Definition at line 19 of file gpudb_wrapper.h.
std::vector<uint8_t> gpudb::RawGpudbResponse::data |
Definition at line 31 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::dataStr |
Definition at line 32 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::dataType |
Definition at line 30 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::message |
Definition at line 29 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::status |
Definition at line 28 of file gpudb_wrapper.h.