This is the complete list of members for LaunchCommandInterface, including all inherited members.
const_shared_ptr typedef | PtrTemplates< LaunchCommandInterface > | |
const_unique_ptr typedef | PtrTemplates< LaunchCommandInterface > | |
ENGINE_RUNNING_STATUS enum name | LaunchCommandInterface | |
getProcessStatus() | LaunchCommandInterface | inlinevirtual |
LaunchCommandInterface()=default | LaunchCommandInterface | |
launchProcess(const nlohmann::json &launcherConfig, const std::string &procCmd, const std::vector< std::string > &envParams, const std::vector< std::string > &startParams, bool appendParentEnv=true, int logFD=-1)=0 | LaunchCommandInterface | pure virtual |
launchType() const =0 | LaunchCommandInterface | pure virtual |
RUNNING enum value | LaunchCommandInterface | |
shared_ptr typedef | PtrTemplates< LaunchCommandInterface > | |
STOPPED enum value | LaunchCommandInterface | |
stopProcess(unsigned int killWait)=0 | LaunchCommandInterface | pure virtual |
unique_ptr typedef | PtrTemplates< LaunchCommandInterface > | |
UNKNOWN enum value | LaunchCommandInterface | |
~LaunchCommandInterface()=default | LaunchCommandInterface | virtual |