#include <exceptions.hh>

Public Member Functions | |
| bad_cast (const int &type1, const int &type2) | |
| virtual const char * | what () const throw () |
| virtual | ~bad_cast () throw () |
Private Attributes | |
| const int | type1_ |
| const int | type2_ |
| std::string | what_ |
Definition at line 40 of file exceptions.hh.
| bad_cast::bad_cast | ( | const int & | type1, |
| const int & | type2 | ||
| ) | [inline] |
| virtual bad_cast::~bad_cast | ( | ) | throw () [inline, virtual] |
Definition at line 54 of file exceptions.hh.
| virtual const char* bad_cast::what | ( | ) | const throw () [inline, virtual] |
Definition at line 56 of file exceptions.hh.
const int bad_cast::type1_ [private] |
Definition at line 42 of file exceptions.hh.
const int bad_cast::type2_ [private] |
Definition at line 42 of file exceptions.hh.
std::string bad_cast::what_ [private] |
Definition at line 43 of file exceptions.hh.