GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showEnvironment. More...
#include <gpudb/protocol/show_environment.h>
Public Member Functions | |
ShowEnvironmentResponse () | |
Constructs a ShowEnvironmentResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | environmentNames |
A list of all credential names. More... | |
std::vector< std::vector< std::string > > | packages |
Information about the installed packages in the respective environments in environmentNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showEnvironment.
Definition at line 160 of file show_environment.h.
|
inline |
Constructs a ShowEnvironmentResponse object with default parameters.
Definition at line 165 of file show_environment.h.
std::vector<std::string> gpudb::ShowEnvironmentResponse::environmentNames |
A list of all credential names.
Definition at line 175 of file show_environment.h.
std::map<std::string, std::string> gpudb::ShowEnvironmentResponse::info |
Additional information.
Definition at line 186 of file show_environment.h.
std::vector<std::vector<std::string> > gpudb::ShowEnvironmentResponse::packages |
Information about the installed packages in the respective environments in environmentNames.
Definition at line 181 of file show_environment.h.