CppCommon  1.0.4.1
C++ Common Library
CppCommon::Process Member List

This is the complete list of members for CppCommon::Process, including all inherited members.

CurrentProcess()CppCommon::Processinlinestatic
CurrentProcessId() noexceptCppCommon::Processstatic
Execute(const std::string &command, const std::vector< std::string > *arguments=nullptr, const std::map< std::string, std::string > *envars=nullptr, const std::string *directory=nullptr, Pipe *input=nullptr, Pipe *output=nullptr, Pipe *error=nullptr)CppCommon::Processstatic
Exit(int result)CppCommon::Processstatic
IsRunning() constCppCommon::Process
Kill()CppCommon::Process
operator=(const Process &process)CppCommon::Process
operator=(Process &&process) noexceptCppCommon::Process
ParentProcess()CppCommon::Processinlinestatic
ParentProcessId() noexceptCppCommon::Processstatic
pid() const noexceptCppCommon::Process
Process(const Process &process)CppCommon::Process
Process(Process &&process) noexceptCppCommon::Process
swap(Process &process) noexceptCppCommon::Process
swap(Process &process1, Process &process2) noexceptCppCommon::Processfriend
Wait()CppCommon::Process
WaitFor(const Timespan &timespan)CppCommon::Process
WaitUntil(const UtcTimestamp &timestamp)CppCommon::Processinline
~Process()CppCommon::Process