LibreOffice Module bridges (master) 1
|
#include <rtti.h>
Public Member Functions | |
__pointer_to_member_type_info (const char *__n, int __quals, const std::type_info *__type, __class_type_info *__klass) | |
virtual | ~__pointer_to_member_type_info () |
![]() | |
__pbase_type_info (const char *__n, int __quals, const std::type_info *__type) | |
virtual | ~__pbase_type_info () |
Public Attributes | |
__class_type_info * | __context |
![]() | |
unsigned int | __flags |
const std::type_info * | __pointee |
Protected Member Functions | |
__pointer_to_member_type_info (const __pointer_to_member_type_info &) | |
__pointer_to_member_type_info & | operator= (const __pointer_to_member_type_info &) |
virtual bool | __pointer_catch (const __pbase_type_info *__thr_type, void **__thr_obj, unsigned __outer) const |
![]() | |
__pbase_type_info (const __pbase_type_info &) | |
__pbase_type_info & | operator= (const __pbase_type_info &) |
virtual bool | __do_catch (const std::type_info *__thr_type, void **__thr_obj, unsigned int __outer) const |
virtual bool | __pointer_catch (const __pbase_type_info *__thr_type, void **__thr_obj, unsigned __outer) const |
Additional Inherited Members | |
![]() | |
enum | __masks { __const_mask = 0x1 , __volatile_mask = 0x2 , __restrict_mask = 0x4 , __incomplete_mask = 0x8 , __incomplete_class_mask = 0x10 } |
|
inlineexplicit |
|
virtual |
|
protected |
|
protectedvirtual |
Reimplemented from __cxxabiv1::__pbase_type_info.
|
protected |
__class_type_info* __cxxabiv1::__pointer_to_member_type_info::__context |