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

Public Member Functions

 bad_weak_ptr () _NOEXCEPT
 
virtual const char *__CLR_OR_THIS_CALL what () const throw ()
 
- 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
 
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 exception
virtual void __CLR_OR_THIS_CALL _Doraise () const
 
- Protected Attributes inherited from exception
const char_Ptr
 

Constructor & Destructor Documentation

bad_weak_ptr::bad_weak_ptr ( )
inline
463  { // default construct
464  }

Member Function Documentation

virtual const char* __CLR_OR_THIS_CALL bad_weak_ptr::what ( ) const
throw (
)
inlinevirtual

Reimplemented from exception.

467  { // return pointer to message string
468  return ("bad_weak_ptr");
469  }

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