Go to the source code of this file.
Classes | |
| class | popup_message |
Defines | |
| #define | EXCEPTION_TO_POPUP_MESSAGE(CODE, LABEL) try { CODE; } catch(std::exception const & e) {popup_message::g_complain(LABEL,e);} |
| #define EXCEPTION_TO_POPUP_MESSAGE | ( | CODE, | |||
| LABEL | ) | try { CODE; } catch(std::exception const & e) {popup_message::g_complain(LABEL,e);} |
1.5.5