glucat 0.12.0
try_catch.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  glucat
 

Typedefs

typedef int(* glucat::intfn) ()
 For exception catching: pointer to function returning int.
 
typedef int(* glucat::intintfn) (int)
 For exception catching: pointer to function of int returning int.
 

Functions

int glucat::try_catch (intfn f)
 Exception catching for functions returning int.
 
int glucat::try_catch (intintfn f, int arg)
 Exception catching for functions of int returning int.