Otclient  14/8/2020
stdext::cast_exception Class Reference

#include <cast.h>

Inheritance diagram for stdext::cast_exception:
Collaboration diagram for stdext::cast_exception:

Public Member Functions

virtual ~cast_exception () throw ()
 
template<class T , class R >
void update_what ()
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from stdext::exception
 exception ()
 
 exception (const std::string &what)
 
virtual ~exception () throw ()
 

Additional Inherited Members

- Protected Attributes inherited from stdext::exception
std::string m_what
 

Detailed Description

Definition at line 138 of file cast.h.

Constructor & Destructor Documentation

◆ ~cast_exception()

virtual stdext::cast_exception::~cast_exception ( )
throw (
)
inlinevirtual

Definition at line 140 of file cast.h.

Member Function Documentation

◆ update_what()

template<class T , class R >
void stdext::cast_exception::update_what ( )
inline

Definition at line 142 of file cast.h.

Here is the caller graph for this function:

◆ what()

virtual const char* stdext::cast_exception::what ( ) const
throw (
)
inlinevirtual

Reimplemented from stdext::exception.

Definition at line 147 of file cast.h.

Here is the caller graph for this function:

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