HCE project C++ developers source code library
1.1.1
HCE project developer library
|
This is the complete list of members for ProcExec, including all inherited members.
_IsError | ExecBase | protected |
cmd | ExecBase | protected |
exec(std::ostream &os=std::cout, std::ostream &es=std::cerr) | ProcExec | virtual |
ExecBase(const std::string &cmd_) | ExecBase | |
getArgs(void) | ProcExec | inline |
getCmd(void) const | ExecBase | inline |
getEnv(void) | ProcExec | inline |
isError(void) const | ExecBase | inline |
operator<<(std::ostream &os, const ProcExec &procExec) | ProcExec | friend |
operator<<(std::string &str, const ProcExec &procExec) | ProcExec | friend |
ProcExec(const std::string &cmd_) | ProcExec | explicit |
ProcExec(const std::string &cmd_, const Poco::Process::Args &args_) | ProcExec | |
ProcExec(const std::string &cmd_, const Poco::Process::Args &args_, const Poco::Process::Env &env_) | ProcExec | |
setArgs(const Poco::Process::Args &args_) | ProcExec | inline |
setCmd(const std::string &cmd_) | ExecBase | inline |
setEnv(const Poco::Process::Env &env_) | ProcExec | inline |
~ExecBase() | ExecBase | inlinevirtual |
~ProcExec(void) | ProcExec | inlinevirtual |