GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::deleteGraph. More...
#include <gpudb/protocol/delete_graph.h>
Public Member Functions | |
DeleteGraphResponse () | |
Constructs a DeleteGraphResponse object with default parameters. More... | |
Public Attributes | |
bool | result |
Indicates a successful deletion. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::deleteGraph.
Definition at line 151 of file delete_graph.h.
|
inline |
Constructs a DeleteGraphResponse object with default parameters.
Definition at line 156 of file delete_graph.h.
std::map<std::string, std::string> gpudb::DeleteGraphResponse::info |
Additional information.
Definition at line 170 of file delete_graph.h.
bool gpudb::DeleteGraphResponse::result |
Indicates a successful deletion.
Definition at line 165 of file delete_graph.h.