ReactOS
0.4.15-dev-4870-g846c9aa
|
#include <_stdexcept_base.h>
Public Member Functions | |
__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 | |
Private Types | |
enum | { _S_bufsize = 256 } |
Private Attributes | |
char | _M_static_name [_S_bufsize] |
char * | _M_name |
Definition at line 68 of file _stdexcept_base.h.
|
private |
Definition at line 19 of file _stdexcept_base.c.
__Named_exception::__Named_exception | ( | const __Named_exception & | __x | ) |
Definition at line 42 of file _stdexcept_base.c.
__Named_exception::~__Named_exception | ( | ) |
Definition at line 89 of file _stdexcept_base.c.
Definition at line 65 of file _stdexcept_base.c.
Definition at line 94 of file _stdexcept_base.c.
|
private |
Definition at line 80 of file _stdexcept_base.h.
Referenced by __Named_exception(), operator=(), what(), and ~__Named_exception().
|
private |
Definition at line 79 of file _stdexcept_base.h.
Referenced by __Named_exception(), operator=(), and ~__Named_exception().