|
process-cpp 3.0.0
A simple convenience library for handling processes in C++11.
|
#include <core/posix/exit.h>#include <core/posix/signal.h>#include <core/posix/visibility.h>#include <bitset>#include <cstdint>#include <sys/wait.h>
Include dependency graph for wait.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | core::posix::wait::Result |
| The Result struct encapsulates the result of waiting for a process state change. More... | |
Namespaces | |
| namespace | core |
| namespace | core::posix |
| namespace | core::posix::wait |
Enumerations | |
| enum class | core::posix::wait::Flags : std::uint8_t { core::posix::wait::continued = WCONTINUED , core::posix::wait::untraced = WUNTRACED , core::posix::wait::no_hang = WNOHANG } |
| Flags enumerates different behavior when waiting for a child process to change state. More... | |
Functions | |
| CORE_POSIX_DLL_PUBLIC Flags | core::posix::wait::operator| (Flags l, Flags r) |