std::bad_cast Class Reference

#include <stdapis/stlportv5/typeinfo>

class std::bad_cast : public std::exception

Inherits from

Constructor & Destructor Documentation

bad_cast ( )

IMPORT_Cbad_cast()

Exception specification: throw ()

bad_cast ( const bad_cast & )

IMPORT_Cbad_cast(const bad_cast &)

Exception specification: throw ()

~bad_cast ( )

IMPORT_C~bad_cast()[virtual]

Exception specification: throw ()

Member Function Documentation

operator= ( const bad_cast & )

IMPORT_C bad_cast &operator=(const bad_cast &)[inline]

Exception specification: throw ()

what ( )

IMPORT_C const char *what()const [inline, virtual]

Reimplemented from std::exception::what()const

Exception specification: throw ()