#include <exceptions.hh>

Public Member Functions | |
| bad_mxSTRUCT_cast (const int &type) | |
| virtual const char * | what () const throw () |
| virtual | ~bad_mxSTRUCT_cast () throw () |
Private Attributes | |
| const int | type_ |
| std::string | what_ |
Definition at line 85 of file exceptions.hh.
| bad_mxSTRUCT_cast::bad_mxSTRUCT_cast | ( | const int & | type | ) | [inline] |
| virtual bad_mxSTRUCT_cast::~bad_mxSTRUCT_cast | ( | ) | throw () [inline, virtual] |
Definition at line 99 of file exceptions.hh.
| virtual const char* bad_mxSTRUCT_cast::what | ( | ) | const throw () [inline, virtual] |
Definition at line 101 of file exceptions.hh.
const int bad_mxSTRUCT_cast::type_ [private] |
Definition at line 87 of file exceptions.hh.
std::string bad_mxSTRUCT_cast::what_ [private] |
Definition at line 88 of file exceptions.hh.