STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
__non_rtti_object Class Reference
Inheritance diagram for __non_rtti_object:
bad_typeid exception

Public Member Functions

 __non_rtti_object (const char *_Message)
 
- Public Member Functions inherited from bad_typeid
 bad_typeid (const char *_Message="bad typeid") _THROW0()
 
virtual ~bad_typeid () _NOEXCEPT
 
- Public Member Functions inherited from exception
__CLR_OR_THIS_CALL exception (const char *_Message="unknown", int=1) _THROW0()
 
__CLR_OR_THIS_CALL exception (const exception &_Right) _THROW0()
 
exception &__CLR_OR_THIS_CALL operator= (const exception &_Right) _THROW0()
 
virtual __CLR_OR_THIS_CALL ~exception () _NOEXCEPT
 
virtual const char *__CLR_OR_THIS_CALL what () const _THROW0()
 
void __CLR_OR_THIS_CALL _Raise () const
 

Additional Inherited Members

- Static Public Member Functions inherited from exception
static _STD _Prhand _Set_raise_handler (_STD _Prhand _Pnew)
 
- Protected Member Functions inherited from bad_typeid
virtual void _Doraise () const
 
- Protected Attributes inherited from exception
const char_Ptr
 

Constructor & Destructor Documentation

__non_rtti_object::__non_rtti_object ( const char _Message)
inline
89  : bad_typeid(_Message)
90  { // construct from message string
91  }
bad_typeid(const char *_Message="bad typeid") _THROW0()
Definition: typeinfo:68

The documentation for this class was generated from the following file: