GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createEnvironment. More...
#include <gpudb/protocol/create_environment.h>
Public Member Functions | |
CreateEnvironmentResponse () | |
Constructs a CreateEnvironmentResponse object with default parameters. More... | |
Public Attributes | |
std::string | environmentName |
Value of environmentName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createEnvironment.
Definition at line 107 of file create_environment.h.
|
inline |
Constructs a CreateEnvironmentResponse object with default parameters.
Definition at line 113 of file create_environment.h.
std::string gpudb::CreateEnvironmentResponse::environmentName |
Value of environmentName.
Definition at line 123 of file create_environment.h.
std::map<std::string, std::string> gpudb::CreateEnvironmentResponse::info |
Additional information.
Definition at line 128 of file create_environment.h.