|
LibreOffice Module bridges (master) 1
|
#include <share.hxx>
Public Attributes | |
| std::type_info * | exceptionType |
| void(* | exceptionDestructor )(void *) |
| void(* | unexpectedHandler )() |
| std::terminate_handler | terminateHandler |
| __cxa_exception * | nextException |
| int | handlerCount |
| int | handlerSwitchValue |
| const unsigned char * | actionRecord |
| const unsigned char * | languageSpecificData |
| void * | catchTemp |
| void * | adjustedPtr |
| _Unwind_Exception | unwindHeader |
| _Unwind_Ptr | catchTemp |
| size_t | referenceCount |
Definition at line 43 of file gcc3_linux_alpha/share.hxx.
| const unsigned char * CPPU_CURRENT_NAMESPACE::__cxa_exception::actionRecord |
Definition at line 56 of file gcc3_linux_alpha/share.hxx.
| void * CPPU_CURRENT_NAMESPACE::__cxa_exception::adjustedPtr |
Definition at line 59 of file gcc3_linux_alpha/share.hxx.
| void * CPPU_CURRENT_NAMESPACE::__cxa_exception::catchTemp |
Definition at line 58 of file gcc3_linux_alpha/share.hxx.
| _Unwind_Ptr CPPU_CURRENT_NAMESPACE::__cxa_exception::catchTemp |
Definition at line 119 of file gcc3_macosx_x86-64/share.hxx.
| void(* CPPU_CURRENT_NAMESPACE::__cxa_exception::exceptionDestructor)(void *) |
Definition at line 46 of file gcc3_linux_alpha/share.hxx.
| std::type_info * CPPU_CURRENT_NAMESPACE::__cxa_exception::exceptionType |
Definition at line 45 of file gcc3_linux_alpha/share.hxx.
| int CPPU_CURRENT_NAMESPACE::__cxa_exception::handlerCount |
Definition at line 53 of file gcc3_linux_alpha/share.hxx.
| int CPPU_CURRENT_NAMESPACE::__cxa_exception::handlerSwitchValue |
Definition at line 55 of file gcc3_linux_alpha/share.hxx.
| const unsigned char * CPPU_CURRENT_NAMESPACE::__cxa_exception::languageSpecificData |
Definition at line 57 of file gcc3_linux_alpha/share.hxx.
| __cxa_exception * CPPU_CURRENT_NAMESPACE::__cxa_exception::nextException |
Definition at line 51 of file gcc3_linux_alpha/share.hxx.
| size_t CPPU_CURRENT_NAMESPACE::__cxa_exception::referenceCount |
Definition at line 126 of file gcc3_macosx_x86-64/share.hxx.
| std::terminate_handler CPPU_CURRENT_NAMESPACE::__cxa_exception::terminateHandler |
Definition at line 49 of file gcc3_linux_alpha/share.hxx.
| void(* CPPU_CURRENT_NAMESPACE::__cxa_exception::unexpectedHandler)() |
Definition at line 48 of file gcc3_linux_alpha/share.hxx.
| _Unwind_Exception CPPU_CURRENT_NAMESPACE::__cxa_exception::unwindHeader |
Definition at line 61 of file gcc3_linux_alpha/share.hxx.