#include <stdapis/stlportv5/typeinfo>
| class std::bad_typeid : public std::exception | 
| Public Member Functions | |
|---|---|
| bad_typeid() | |
| bad_typeid(const bad_typeid &) | |
| virtual | ~bad_typeid() | 
| IMPORT_C bad_typeid & | operator=(const bad_typeid &) | 
| 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_typeid | ( | ) | 
Exception specification: throw ()
| IMPORT_C | bad_typeid | ( | const bad_typeid & | ) | 
Exception specification: throw ()
| IMPORT_C | ~bad_typeid | ( | ) | [virtual] | 
Exception specification: throw ()
| IMPORT_C bad_typeid & | operator= | ( | const bad_typeid & | ) | [inline] | 
Exception specification: throw ()
| 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.