LibreOffice Module bridges (master) 1
|
#include <except.hxx>
Public Member Functions | |
ExceptionTypeInfo (void *data, const char *d_name) noexcept | |
virtual | ~ExceptionTypeInfo () noexcept |
Private Attributes | |
void * | m_data |
char | m_d_name [1] |
Friends | |
int | msvc_filterCppException (EXCEPTION_POINTERS *, uno_Any *, uno_Mapping *) |
Definition at line 57 of file msvc/except.hxx.
|
inlineexplicitnoexcept |
Definition at line 65 of file msvc/except.hxx.
References m_d_name.
Referenced by ExceptionTypeInfoWrapper::ExceptionTypeInfoWrapper().
|
virtualnoexcept |
Definition at line 85 of file msvc_shared/except.cxx.
References m_data.
|
friend |
Definition at line 248 of file msvc_shared/except.cxx.
|
private |
Definition at line 62 of file msvc/except.hxx.
Referenced by ExceptionTypeInfo(), and ExceptionTypeInfoWrapper::ExceptionTypeInfoWrapper().
|
private |
Definition at line 61 of file msvc/except.hxx.
Referenced by ~ExceptionTypeInfo().