|
MIDAS
|
#include <mexcept.h>


Public Member Functions | |
| mexception (const std::string &arg, bool stack_trace, const char *file, int line) | |
| ~mexception () throw () | |
| const char * | what () const throw () |
| mexception (const mexception &ex) noexcept | |
Private Attributes | |
| std::string | msg |
Friends | |
| std::ostream & | operator<< (std::ostream &output, mexception &m) |
|
inline |
Definition at line 35 of file mexcept.h.

|
inlinenoexcept |
|
friend |