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. | |
Public Attributes | |
| bool | result |
| Indicates a successful deletion. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::deleteGraph.
Definition at line 151 of file delete_graph.h.
Constructor & Destructor Documentation
◆ DeleteGraphResponse()
| inline |
Constructs a DeleteGraphResponse object with default parameters.
Definition at line 156 of file delete_graph.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::DeleteGraphResponse::info |
Additional information.
Definition at line 170 of file delete_graph.h.
◆ result
| bool gpudb::DeleteGraphResponse::result |
Indicates a successful deletion.
Definition at line 165 of file delete_graph.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/delete_graph.h