![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
This is the complete list of members for ProgramCall, including all inherited members.
| copyProgramCall(const ProgramCall &other) | ProgramCall | protected |
| getCommand() const | ProgramCall | |
| getCommand() | ProgramCall | |
| getExitStatus() const | ProgramCall | |
| getExitStatus() | ProgramCall | |
| getLogFile() const | ProgramCall | |
| getLogFile() | ProgramCall | |
| getName() const | ProgramCall | |
| getName() | ProgramCall | |
| getWorkingDirectory() const | ProgramCall | |
| getWorkingDirectory() | ProgramCall | |
| initialisationProgramCall() | ProgramCall | private |
| operator=(const ProgramCall &other) | ProgramCall | |
| p_command | ProgramCall | private |
| p_exitStatus | ProgramCall | private |
| p_logFile | ProgramCall | private |
| p_name | ProgramCall | private |
| p_workingDirectory | ProgramCall | private |
| ProgramCall() | ProgramCall | |
| ProgramCall(const ProgramCall &other) | ProgramCall | |
| setCommand(const PString &command) | ProgramCall | |
| setExitStatus(int exitStatus) | ProgramCall | |
| setLogFile(const PPath &logFile) | ProgramCall | |
| setName(const PString &name) | ProgramCall | |
| setWorkingDirectory(const PPath &workingDirectory) | ProgramCall | |
| ~ProgramCall() | ProgramCall | virtual |