|
STLdoc
STLdocumentation
|
#include <exception>Classes | |
| struct | nothrow_t |
Macros | |
| #define | _NEW_ |
| #define | __CRTDECL __cdecl |
| #define | __PLACEMENT_NEW_INLINE |
| #define | __PLACEMENT_VEC_NEW_INLINE |
| #define | __NOTHROW_T_DEFINED |
Functions | |
| _STD_BEGIN typedef | void (__cdecl *new_handler)() |
| _CRTIMP2 new_handler __cdecl | set_new_handler (_In_opt_ new_handler) _THROW0() |
| _CRTIMP2 new_handler __cdecl | get_new_handler () _THROW0() |
| _STD_END void __CRTDECL | operator delete (void *) _THROW0() |
| _Ret_notnull_ | _Post_writable_byte_size_ (_Size) void *__CRTDECL operator new(size_t _Size) _THROW1(_STD bad_alloc) |
| void *__CRTDECL | operator new (size_t, void *_Where) _THROW0() |
| void __CRTDECL | operator delete (void *, void *) _THROW0() |
| void *__CRTDECL | operator new[] (size_t, void *_Where) _THROW0() |
| void __CRTDECL | operator delete[] (void *, void *) _THROW0() |
| void __CRTDECL | operator delete[] (void *) _THROW0() |
| _Ret_maybenull_ const _STD nothrow_t & | _THROW0 () |
| void __CRTDECL | operator delete (void *, const _STD nothrow_t &) _THROW0() |
| void __CRTDECL | operator delete[] (void *, const _STD nothrow_t &) _THROW0() |
Variables | |
| const nothrow_t | nothrow |
| #define __CRTDECL __cdecl |
| #define __NOTHROW_T_DEFINED |
| #define __PLACEMENT_NEW_INLINE |
| #define __PLACEMENT_VEC_NEW_INLINE |
| #define _NEW_ |
|
new |
| _Ret_maybenull_ const _STD nothrow_t& _THROW0 | ( | ) |
| _CRTIMP2 new_handler __cdecl get_new_handler | ( | ) |
| _STD_BEGIN typedef void | ( | __cdecl * | new_handler | ) |
| const nothrow_t nothrow |
1.8.8