#include <stdapis/stlportv5/typeinfo>
class std::bad_cast : public std::exception |
Public Member Functions | |
---|---|
bad_cast() | |
bad_cast(const bad_cast &) | |
virtual | ~bad_cast() |
IMPORT_C bad_cast & | operator=(const bad_cast &) |
virtual IMPORT_C const char * | what() |
Inherited Functions | |
---|---|
std::exception::exception() | |
std::exception::exception(const exception &) | |
std::exception::operator=(const exception &) | |
std::exception::~exception() |
IMPORT_C | bad_cast | ( | ) |
Exception specification: throw ()
IMPORT_C | bad_cast | ( | const bad_cast & | ) |
Exception specification: throw ()
IMPORT_C | ~bad_cast | ( | ) | [virtual] |
Exception specification: throw ()
Exception specification: throw ()
IMPORT_C const char * | what | ( | ) | const [inline, virtual] |
Reimplemented from std::exception::what()const
Exception specification: throw ()