CepGen 1.2.5
Central exclusive processes event generator
|
External command piping utility. More...
#include <CepGen/Utils/Caller.h>
Public Member Functions | |
Caller () | |
~Caller () | |
std::string | output () const |
Retrieve the (potential) output from the command. | |
std::string | error () const |
Retrieve the (potential) error stream from the command. | |
Static Public Member Functions | |
static std::string | call (const std::vector< std::string > &commands) |
Start a logged call command. | |
static std::string | call (const std::string &command) |
Start a logged call command. | |
Caller | ( | ) |
Definition at line 30 of file Caller.cpp.
~Caller | ( | ) |
Definition at line 32 of file Caller.cpp.
|
static |
[in] | command | Command path for the session |
Definition at line 47 of file Caller.cpp.
|
static |
[in] | commands | Command path for the session |
Definition at line 45 of file Caller.cpp.
std::string error | ( | ) | const |
Definition at line 43 of file Caller.cpp.
std::string output | ( | ) | const |
Definition at line 41 of file Caller.cpp.