process-cpp
3.0.0
A simple convenience library for handling processes in C++11.
|
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
core | |
core::posix | |
core::posix::exit | |
Enumerations | |
enum | core::posix::exit::Status { core::posix::exit::Status::success = EXIT_SUCCESS, core::posix::exit::Status::failure = EXIT_FAILURE } |
The Status enum wrap's the posix exit status. More... | |