|
MIDAS
|
#include <string>#include <iostream>#include <sstream>#include <stdexcept>#include <execinfo.h>#include <dlfcn.h>#include <cxxabi.h>

Go to the source code of this file.
Classes | |
| class | mexception |
Macros | |
| #define | mthrow(arg) (throw mexception(arg, true, __FILE__, __LINE__)) |
| #define | mthrow1(arg) (throw mexception(arg, false, __FILE__, __LINE__)) |
| #define | mthrow2(arg) (throw mexception(arg, false, "", 0)) |