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