A result of an unnamed command: stdout + stderr + exit_code.
More...
#include <Remote.h>
|
|
| RemoteCommand (const std::vector< std::string > &stdout) |
|
| RemoteCommand (const std::vector< std::string > &stdout, const std::vector< std::string > &stderr, int exit_code) |
|
bool | operator== (const RemoteCommand &rhs) const |
| | Compare stdout, stderr and exit_code of two RemoteCommands.
|
|
|
std::vector< std::string > | stdout |
|
std::vector< std::string > | stderr |
|
int | exit_code = 0 |
A result of an unnamed command: stdout + stderr + exit_code.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/libstorage-ng-4.5.309-build/libstorage-ng-4.5.309/storage/Utils/Remote.h