GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::deleteProc. More...
#include <gpudb/protocol/delete_proc.h>
Public Member Functions | |
DeleteProcResponse () | |
Constructs a DeleteProcResponse object with default parameters. More... | |
Public Attributes | |
std::string | procName |
Value of procName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::deleteProc.
Definition at line 104 of file delete_proc.h.
|
inline |
Constructs a DeleteProcResponse object with default parameters.
Definition at line 109 of file delete_proc.h.
std::map<std::string, std::string> gpudb::DeleteProcResponse::info |
Additional information.
Definition at line 123 of file delete_proc.h.
std::string gpudb::DeleteProcResponse::procName |
Value of procName.
Definition at line 118 of file delete_proc.h.