VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gv::Exit Class Reference

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.
 

Detailed Description

A simple exception structure holding a program exit value.

This class is deliberately not derived from std::exception.

Definition at line 35 of file gvexit.h.


The documentation for this class was generated from the following file: