27#include "string_utils.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;
Definition: libcards.h:1344
int execute()
Definition: process.cxx:59
std::string args()
Definition: process.cxx:55