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 | Flags : std::uint8_t { Flags::continued = WCONTINUED, Flags::untraced = WUNTRACED, Flags::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 |