|
| typedef void(* | Handler )(bool, int, const char *, const char *, const char *) |
| |
|
| static void | Call (bool known, int line, const char *file, const char *exp, const char *msg) |
| |
|
| static Handler & | Current (void) |
| |
| static void | Default (bool known, int line, const char *file, const char *exp, const char *msg) |
| |
|
| template<class Base > |
| void | parallel_ad (void) |
| | Enable parallel execution mode with AD<Base> by initializing static variables that my be used. More...
|
| |
Definition at line 135 of file error_handler.hpp.
The documentation for this class was generated from the following file: