Skip to main content

A set of results returned by GPUdb::insertSymbol. More…

#include <gpudb/protocol/insert_symbol.h>

Public Member Functions

 InsertSymbolResponse ()
 Constructs an InsertSymbolResponse object with default parameters.
 

Public Attributes

std::string symbolId
 Value of symbolId.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::insertSymbol.

Definition at line 186 of file insert_symbol.h.

Constructor & Destructor Documentation

◆ InsertSymbolResponse()

gpudb::InsertSymbolResponse::InsertSymbolResponse ()
inline

Constructs an InsertSymbolResponse object with default parameters.

Definition at line 191 of file insert_symbol.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::InsertSymbolResponse::info

Additional information.

Definition at line 205 of file insert_symbol.h.

◆ symbolId

std::string gpudb::InsertSymbolResponse::symbolId

Value of symbolId.

Definition at line 200 of file insert_symbol.h.


The documentation for this struct was generated from the following file: