std::bad_typeid Class Reference

#include <stdapis/stlportv5/typeinfo>

class std::bad_typeid : public std::exception

Inherits from

Constructor & Destructor Documentation

bad_typeid ( )

IMPORT_Cbad_typeid()

Exception specification: throw ()

bad_typeid ( const bad_typeid & )

IMPORT_Cbad_typeid(const bad_typeid &)

Exception specification: throw ()

~bad_typeid ( )

IMPORT_C~bad_typeid()[virtual]

Exception specification: throw ()

Member Function Documentation

operator= ( const bad_typeid & )

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

Exception specification: throw ()

what ( )

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

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

Exception specification: throw ()

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Return Value
-