GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::ShowProcResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/show_proc.h>

Public Member Functions

 ShowProcResponse ()
 Constructs a ShowProcResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > procNames
 
std::vector< std::string > executionModes
 
std::vector< std::map
< std::string, std::vector
< uint8_t > > > 
files
 
std::vector< std::string > commands
 
std::vector< std::vector
< std::string > > 
args
 
std::vector< std::map
< std::string, std::string > > 
options
 

Detailed Description

A set of output parameters for const.

Shows information about a proc.

Definition at line 112 of file show_proc.h.

Constructor & Destructor Documentation

gpudb::ShowProcResponse::ShowProcResponse ( )
inline

Constructs a ShowProcResponse object with default parameter values.

Definition at line 118 of file show_proc.h.

Member Data Documentation

std::vector<std::vector<std::string> > gpudb::ShowProcResponse::args

Definition at line 132 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::commands

Definition at line 131 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::executionModes

Definition at line 129 of file show_proc.h.

std::vector<std::map<std::string, std::vector<uint8_t> > > gpudb::ShowProcResponse::files

Definition at line 130 of file show_proc.h.

std::vector<std::map<std::string, std::string> > gpudb::ShowProcResponse::options

Definition at line 133 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::procNames

Definition at line 128 of file show_proc.h.


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