27 #include "string_utils.h" 37 #include <sys/types.h> 53 process(
const std::string& app,
const std::string&
args,
int fileDescriptorLog=0 );
55 void execute(
const std::string& app,
const std::string& arguments,
int fileDescriptorLog=0 );
81 int exec(
const int argc,
char** argv);
82 int execLog(
const int argc,
char** argv);
84 int execShell(
const char* shell);
85 int execShellLog(
const char* shell);
87 std::string m_application;
88 std::string m_arguments;
89 int m_fileDescriptorLog;
std::string args()
Definition: process.cxx:55
int execute()
Definition: process.cxx:59
int executeShell()
Definition: process.cxx:175
Definition: libcards.h:1310
std::string name()
Definition: process.cxx:51