process-cpp
3.0.0
A simple convenience library for handling processes in C++11.
|
Namespaces | |
env | |
Functions | |
CORE_POSIX_DLL_PUBLIC Process | instance () noexcept(true) |
Returns a Process instance corresponding to this process. More... | |
CORE_POSIX_DLL_PUBLIC Process | parent () noexcept(true) |
Query the parent of the process. More... | |
CORE_POSIX_DLL_PUBLIC std::istream & | cin () noexcept(true) |
Access this process's stdin. More... | |
CORE_POSIX_DLL_PUBLIC std::ostream & | cout () noexcept(true) |
Access this process's stdout. More... | |
CORE_POSIX_DLL_PUBLIC std::ostream & | cerr () noexcept(true) |
Access this process's stderr. More... | |
|
noexcept |
Access this process's stderr.
Definition at line 171 of file this_process.cpp.
Referenced by core::posix::fork(), core::posix::ChildProcess::Private::Private(), TEST(), and core::posix::vfork().
|
noexcept |
Access this process's stdin.
Definition at line 161 of file this_process.cpp.
Referenced by core::posix::ChildProcess::Private::Private(), and TEST().
|
noexcept |
Access this process's stdout.
Definition at line 166 of file this_process.cpp.
Referenced by core::posix::ChildProcess::Private::Private(), TEST(), and TEST_F().
|
noexcept |
Returns a Process instance corresponding to this process.
Definition at line 150 of file this_process.cpp.
Referenced by TEST().
|
noexcept |
Query the parent of the process.
Definition at line 156 of file this_process.cpp.
Referenced by TEST().