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 | |
namespace | core |
namespace | core::posix |
namespace | core::posix::exit |
Enumerations | |
enum class | core::posix::exit::Status { core::posix::exit::success = EXIT_SUCCESS , core::posix::exit::failure = EXIT_FAILURE } |
The Status enum wrap's the posix exit status. More... | |