#include <ExecBase.hpp>
Public Member Functions |
| ExecBase (const std::string &cmd_) |
virtual | ~ExecBase () |
virtual bool | exec (std::ostream &os=std::cout, std::ostream &es=std::cerr)=0 |
void | setCmd (const std::string &cmd_) |
std::string | getCmd (void) const |
bool | isError (void) const |
Detailed Description
Definition at line 20 of file ExecBase.hpp.
Constructor & Destructor Documentation
ExecBase::ExecBase |
( |
const std::string & |
cmd_ | ) |
|
virtual ExecBase::~ExecBase |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual bool ExecBase::exec |
( |
std::ostream & |
os = std::cout , |
|
|
std::ostream & |
es = std::cerr |
|
) |
| |
|
pure virtual |
std::string ExecBase::getCmd |
( |
void |
| ) |
const |
|
inline |
bool ExecBase::isError |
( |
void |
| ) |
const |
|
inline |
void ExecBase::setCmd |
( |
const std::string & |
cmd_ | ) |
|
|
inline |
Member Data Documentation
std::string ExecBase::cmd |
|
protected |
The documentation for this class was generated from the following files: