ReactOS 0.4.16-dev-433-g6363f78
|
#include <_stdexcept.h>
Public Member Functions | |
overflow_error (const string &__arg) | |
~overflow_error () _STLP_NOTHROW_INHERENTLY | |
Public Member Functions inherited from runtime_error | |
runtime_error (const string &__s) | |
~runtime_error () _STLP_NOTHROW_INHERENTLY | |
Public Member Functions inherited from __Named_exception | |
__Named_exception (const string &__str) | |
__Named_exception (const __Named_exception &) | |
__Named_exception & | operator= (const __Named_exception &) |
const char * | what () const _STLP_NOTHROW_INHERENTLY |
~__Named_exception () _STLP_NOTHROW_INHERENTLY | |
Definition at line 89 of file _stdexcept.h.
Definition at line 91 of file _stdexcept.h.
overflow_error::~overflow_error | ( | ) |