|
process-cpp 3.0.0
A simple convenience library for handling processes in C++11.
|
Classes | |
| struct | Result |
| The Result struct encapsulates the result of waiting for a process state change. More... | |
Enumerations | |
| enum class | Flags : std::uint8_t { continued = WCONTINUED , untraced = WUNTRACED , no_hang = WNOHANG } |
| Flags enumerates different behavior when waiting for a child process to change state. More... | |
Functions | |
| CORE_POSIX_DLL_PUBLIC Flags | operator| (Flags l, Flags r) |
|
strong |