ReactOS 0.4.16-dev-2122-g1628f5e
eh.h
Go to the documentation of this file.
1
6#include <corecrt.h>
7
8#ifndef _EH_H_
9#define _EH_H_
10
11#ifndef RC_INVOKED
12
13#pragma pack(push,_CRT_PACKING)
14
15#ifndef __cplusplus
16#error eh.h is only for C++!
17#endif
18
19extern "C++" {
21}
22
27
30
31_CRTIMP __declspec(noreturn) void __cdecl terminate(void) throw();
32_CRTIMP void __cdecl unexpected(void);
33_CRTIMP int __cdecl _is_exception_typeof(const type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr);
40
41#pragma pack(pop)
42#endif
43#endif /* End _EH_H_ */
44
#define __cdecl
Definition: corecrt.h:121
_ACRTIMP terminate_function __cdecl set_terminate(terminate_function func)
Definition: cpp.c:624
_ACRTIMP DECLSPEC_NORETURN void __cdecl unexpected(void)
Definition: cpp.c:708
void(__cdecl * _se_translator_function)(unsigned int code, struct _EXCEPTION_POINTERS *info)
Definition: eh.h:37
void(__cdecl * terminate_handler)(void)
Definition: eh.h:33
void(__cdecl * unexpected_function)(void)
Definition: eh.h:36
void(__cdecl * unexpected_handler)(void)
Definition: eh.h:35
_ACRTIMP DECLSPEC_NORETURN void __cdecl terminate(void)
Definition: cpp.c:698
void(__cdecl * terminate_function)(void)
Definition: eh.h:34
_ACRTIMP unexpected_function __cdecl set_unexpected(unexpected_function func)
Definition: cpp.c:654
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition: typeof.h:31
void __declspec(noinline) __cdecl _free_base(void *const block)
Definition: free_base.cpp:98
_CRTIMP bool __cdecl __uncaught_exception(void)
Definition: except.c:821
_CRTIMP _se_translator_function __cdecl _set_se_translator(_se_translator_function _NewPtFunc)
Definition: cpp.c:676
_CRTIMP terminate_function __cdecl _get_terminate(void)
Definition: cpp.c:636
_CRTIMP unexpected_function __cdecl _get_unexpected(void)
Definition: cpp.c:666
_CRTIMP int __cdecl _is_exception_typeof(const type_info &_Type, struct _EXCEPTION_POINTERS *_ExceptionPtr)
#define _VCRT_EXPORT_STD
Definition: vcruntime.h:84
#define _CRTIMP
Definition: vcruntime.h:54