glucat
0.12.0
|
Go to the source code of this file.
Namespaces | |
glucat | |
Typedefs | |
typedef int(* | glucat::intfn) () |
For exception catching: pointer to function returning int. More... | |
typedef int(* | glucat::intintfn) (int) |
For exception catching: pointer to function of int returning int. More... | |
Functions | |
int | glucat::try_catch (intfn f) |
Exception catching for functions returning int. More... | |
int | glucat::try_catch (intintfn f, int arg) |
Exception catching for functions of int returning int. More... | |