VideoTools
|
A simple exception structure holding a program exit value. More...
#include <gvexit.h>
Public Member Functions | |
Exit (int exit_value=EXIT_SUCCESS) | |
Constructor. | |
int | value () const |
Returns the exit value, as given to the ctor. | |
A simple exception structure holding a program exit value.
This class is deliberately not derived from std::exception.