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. | |
Public Attributes | |
| std::vector< std::string > | environmentNames |
| A list of all environment names. | |
| std::vector< std::vector< std::string > > | packages |
| Information about the installed packages in the respective environments in environmentNames. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showEnvironment.
Definition at line 192 of file show_environment.h.
Constructor & Destructor Documentation
◆ ShowEnvironmentResponse()
| inline |
Constructs a ShowEnvironmentResponse object with default parameters.
Definition at line 197 of file show_environment.h.
Member Data Documentation
◆ environmentNames
| std::vector<std::string> gpudb::ShowEnvironmentResponse::environmentNames |
A list of all environment names.
Definition at line 207 of file show_environment.h.
◆ info
| std::map<std::string, std::string> gpudb::ShowEnvironmentResponse::info |
Additional information.
Definition at line 218 of file show_environment.h.
◆ packages
| std::vector<std::vector<std::string> > gpudb::ShowEnvironmentResponse::packages |
Information about the installed packages in the respective environments in environmentNames.
Definition at line 213 of file show_environment.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_environment.h