PhoenixThread  1.0.0
Tools to ease parallel programming in C++
Loading...
Searching...
No Matches
ProgramCall Member List

This is the complete list of members for ProgramCall, including all inherited members.

copyProgramCall(const ProgramCall &other)ProgramCallprotected
getCommand() constProgramCall
getCommand()ProgramCall
getExitStatus() constProgramCall
getExitStatus()ProgramCall
getLogFile() constProgramCall
getLogFile()ProgramCall
getName() constProgramCall
getName()ProgramCall
getWorkingDirectory() constProgramCall
getWorkingDirectory()ProgramCall
initialisationProgramCall()ProgramCallprivate
operator=(const ProgramCall &other)ProgramCall
p_commandProgramCallprivate
p_exitStatusProgramCallprivate
p_logFileProgramCallprivate
p_nameProgramCallprivate
p_workingDirectoryProgramCallprivate
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()ProgramCallvirtual