Belle II Software development
|
Public Member Functions | |
Executor (const std::string &path) | |
void | setExecutable (const char *format,...) |
void | setExecutable (const std::string &path) |
void | addArg (const char *format,...) |
void | addArg (const std::string &arg) |
void | addArg (int arg) |
void | addArg (short arg) |
void | addArg (float arg) |
void | addArg (double arg) |
bool | execute (bool isdaemon=false) |
Private Attributes | |
std::string | m_path |
std::vector< std::string > | m_arg_v |
Definition at line 20 of file Executor.h.
|
inline |
Definition at line 23 of file Executor.h.
|
inline |
Definition at line 24 of file Executor.h.
void addArg | ( | const char * | format, |
... | |||
) |
Definition at line 33 of file Executor.cc.
void addArg | ( | const std::string & | arg | ) |
Definition at line 43 of file Executor.cc.
|
inline |
Definition at line 34 of file Executor.h.
|
inline |
Definition at line 33 of file Executor.h.
|
inline |
Definition at line 31 of file Executor.h.
|
inline |
Definition at line 32 of file Executor.h.
bool execute | ( | bool | isdaemon = false | ) |
Definition at line 48 of file Executor.cc.
void setExecutable | ( | const char * | format, |
... | |||
) |
Definition at line 18 of file Executor.cc.
void setExecutable | ( | const std::string & | path | ) |
Definition at line 28 of file Executor.cc.
|
private |
Definition at line 39 of file Executor.h.
|
private |
Definition at line 38 of file Executor.h.