#include <ShellExec.hpp>
Additional Inherited Members |
| std::string | cmd |
| bool | _IsError |
Detailed Description
Definition at line 20 of file ShellExec.hpp.
Constructor & Destructor Documentation
| ShellExec::ShellExec |
( |
const std::string & |
cmd_ | ) |
|
|
explicit |
| virtual ShellExec::~ShellExec |
( |
void |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| bool ShellExec::exec |
( |
std::ostream & |
os = std::cout, |
|
|
std::ostream & |
es = std::cerr |
|
) |
| |
|
virtual |
| unsigned int ShellExec::getExitStatus |
( |
void |
| ) |
const |
|
inline |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ShellExec & |
shellExec |
|
) |
| |
|
friend |
| std::string& operator<< |
( |
std::string & |
str, |
|
|
const ShellExec & |
shellExec |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: