#include <tcharm_impl.h>
Data Fields | |
const char * | cmd |
Shell command to execute. | |
int * | ret |
Place to store command's return value. |
Definition at line 35 of file tcharm_impl.h.
const char* callSystemStruct::cmd |
Shell command to execute.
Definition at line 37 of file tcharm_impl.h.
Referenced by TCharm::callSystem(), and TCharm::system().
Place to store command's return value.
Definition at line 38 of file tcharm_impl.h.
Referenced by TCharm::callSystem(), and TCharm::system().