CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::Process, including all inherited members.
CurrentProcess() | CppCommon::Process | inlinestatic |
CurrentProcessId() noexcept | CppCommon::Process | static |
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::Process | static |
Exit(int result) | CppCommon::Process | static |
IsRunning() const | CppCommon::Process | |
Kill() | CppCommon::Process | |
operator=(const Process &process) | CppCommon::Process | |
operator=(Process &&process) noexcept | CppCommon::Process | |
ParentProcess() | CppCommon::Process | inlinestatic |
ParentProcessId() noexcept | CppCommon::Process | static |
pid() const noexcept | CppCommon::Process | |
Process(const Process &process) | CppCommon::Process | |
Process(Process &&process) noexcept | CppCommon::Process | |
swap(Process &process) noexcept | CppCommon::Process | |
swap(Process &process1, Process &process2) noexcept | CppCommon::Process | friend |
Wait() | CppCommon::Process | |
WaitFor(const Timespan ×pan) | CppCommon::Process | |
WaitUntil(const UtcTimestamp ×tamp) | CppCommon::Process | inline |
~Process() | CppCommon::Process |