GPUdb C++ API  Version 7.2.2.4
gpudb::DeleteGraphResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::deleteGraph.

Definition at line 151 of file delete_graph.h.

Constructor & Destructor Documentation

◆ DeleteGraphResponse()

gpudb::DeleteGraphResponse::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: