process-cpp  3.0.0
A simple convenience library for handling processes in C++11.
exit.h File Reference
#include <cstdlib>
+ Include dependency graph for exit.h:
+ This graph shows which files directly or indirectly include this file:

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...