libstorage-ng
|
A result of an unnamed command: stdout + stderr + exit_code. More...
#include <Remote.h>
Public Member Functions | |
RemoteCommand (const std::vector< std::string > &stdout) | |
RemoteCommand (const std::vector< std::string > &stdout, const std::vector< std::string > &stderr, int exit_code) | |
Public Attributes | |
std::vector< std::string > | stdout |
std::vector< std::string > | stderr |
int | exit_code |
A result of an unnamed command: stdout + stderr + exit_code.