ReactOS 0.4.16-dev-2122-g1628f5e
msvc_fwd_decl.h
Go to the documentation of this file.
1
2#define bad_cast exception
3#define bad_typeid exception
4#define __non_rtti_object exception
5
8exception* __thiscall exception_ctor_noalloc(exception* _this, char** name, int noalloc);
12void* __thiscall exception_vector_dtor(exception* _this, unsigned int flags);
13void* __thiscall exception_scalar_dtor(exception* _this, unsigned int flags);
20void* __thiscall bad_typeid_vector_dtor(bad_typeid* _this, unsigned int flags);
21void* __thiscall bad_typeid_scalar_dtor(bad_typeid* _this, unsigned int flags);
28bad_cast* __thiscall bad_cast_ctor(bad_cast* _this, const char** name);
33void* __thiscall bad_cast_vector_dtor(bad_cast* _this, unsigned int flags);
34void* __thiscall bad_cast_scalar_dtor(bad_cast* _this, unsigned int flags);
38int __thiscall type_info_before(type_info* _this, const type_info *rhs);
40const char* __thiscall type_info_name(type_info* _this);
41const char* __thiscall type_info_raw_name(type_info* _this);
42
43#undef bad_cast
44#undef bad_typeid
45#undef __non_rtti_object
GLbitfield flags
Definition: glext.h:7161
#define __thiscall
Definition: cpp.c:43
void __thiscall bad_typeid_dtor(bad_typeid *_this)
Definition: cpp.c:195
void *__thiscall bad_cast_scalar_dtor(bad_cast *_this, unsigned int flags)
Definition: cpp.c:414
exception *__thiscall exception_default_ctor(exception *_this)
Definition: cpp.c:128
exception *__thiscall exception_ctor(exception *_this, const char **name)
Definition: cpp.c:105
void __thiscall type_info_dtor(type_info *_this)
Definition: cpp.c:459
bad_cast *__thiscall bad_cast_copy_ctor(bad_cast *_this, const bad_cast *rhs)
Definition: cpp.c:341
void __thiscall bad_cast_dtor(bad_cast *_this)
Definition: cpp.c:370
int __thiscall type_info_before(type_info *_this, const type_info *rhs)
Definition: cpp.c:448
void *__thiscall bad_typeid_scalar_dtor(bad_typeid *_this, unsigned int flags)
Definition: cpp.c:239
bad_cast *__thiscall bad_cast_ctor(bad_cast *_this, const char **name)
Definition: cpp.c:331
void __thiscall exception_dtor(exception *_this)
void *__thiscall exception_vector_dtor(exception *_this, unsigned int flags)
void *__thiscall bad_cast_vector_dtor(bad_cast *_this, unsigned int flags)
Definition: cpp.c:391
void *__thiscall __non_rtti_object_scalar_dtor(__non_rtti_object *_this, unsigned int flags)
Definition: cpp.c:318
const char *__thiscall type_info_name(type_info *_this)
Definition: cpp.c:469
#define __non_rtti_object
Definition: msvc_fwd_decl.h:4
__non_rtti_object *__thiscall __non_rtti_object_copy_ctor(__non_rtti_object *_this, const __non_rtti_object *rhs)
Definition: cpp.c:251
int __thiscall type_info_opequals_equals(type_info *_this, const type_info *rhs)
Definition: cpp.c:426
void *__thiscall exception_scalar_dtor(exception *_this, unsigned int flags)
Definition: cpp.c:154
bad_typeid *__thiscall bad_typeid_copy_ctor(bad_typeid *_this, const bad_typeid *rhs)
Definition: cpp.c:166
void *__thiscall bad_typeid_vector_dtor(bad_typeid *_this, unsigned int flags)
Definition: cpp.c:216
const char *__thiscall type_info_raw_name(type_info *_this)
Definition: cpp.c:503
void __thiscall __non_rtti_object_dtor(__non_rtti_object *_this)
Definition: cpp.c:273
void *__thiscall __non_rtti_object_vector_dtor(__non_rtti_object *_this, unsigned int flags)
Definition: cpp.c:295
int __thiscall type_info_opnot_equals(type_info *_this, const type_info *rhs)
Definition: cpp.c:437
bad_typeid *__thiscall bad_typeid_opequals(bad_typeid *_this, const bad_typeid *rhs)
Definition: cpp.c:205
exception *__thiscall exception_copy_ctor(exception *_this, const exception *rhs)
bad_cast *__thiscall bad_cast_ctor_charptr(bad_cast *_this, const char *name)
Definition: cpp.c:351
__non_rtti_object *__thiscall __non_rtti_object_opequals(__non_rtti_object *_this, const __non_rtti_object *rhs)
Definition: cpp.c:283
const char *__thiscall exception_what(exception *_this)
bad_cast *__thiscall bad_cast_opequals(bad_cast *_this, const bad_cast *rhs)
Definition: cpp.c:380
bad_typeid *__thiscall bad_typeid_default_ctor(bad_typeid *_this)
Definition: cpp.c:186
#define bad_typeid
Definition: msvc_fwd_decl.h:3
exception *__thiscall exception_opequals(exception *_this, const exception *rhs)
Definition: cpp.c:138
bad_typeid *__thiscall bad_typeid_ctor(bad_typeid *_this, const char *name)
Definition: cpp.c:176
#define bad_cast
Definition: msvc_fwd_decl.h:2
__non_rtti_object *__thiscall __non_rtti_object_ctor(__non_rtti_object *_this, const char *name)
Definition: cpp.c:262
bad_cast *__thiscall bad_cast_default_ctor(bad_cast *_this)
Definition: cpp.c:361
exception *__thiscall exception_ctor_noalloc(exception *_this, char **name, int noalloc)
Definition: cpp.c:115
Definition: name.c:39