LibreOffice Module bridges (master) 1
|
#include <except.hxx>
Public Member Functions | |
ExceptionInfos () noexcept | |
~ExceptionInfos () noexcept | |
Static Public Member Functions | |
static RaiseInfo * | getRaiseInfo (typelib_TypeDescription *pTD) noexcept |
Static Public Attributes | |
static DWORD | allocationGranularity = 0 |
Private Attributes | |
std::mutex | m_aMutex |
t_string2PtrMap | m_allRaiseInfos |
Definition at line 103 of file msvc/except.hxx.
|
noexcept |
Definition at line 127 of file msvc_shared/except.cxx.
|
noexcept |
Definition at line 129 of file msvc_shared/except.cxx.
References m_allRaiseInfos, m_aMutex, and SAL_INFO.
|
staticnoexcept |
Definition at line 138 of file msvc_shared/except.cxx.
References m_allRaiseInfos, and m_aMutex.
Referenced by msvc_raiseException().
|
static |
Definition at line 111 of file msvc/except.hxx.
Referenced by RaiseInfo::RaiseInfo().
|
private |
Definition at line 106 of file msvc/except.hxx.
Referenced by getRaiseInfo(), and ~ExceptionInfos().
|
private |
Definition at line 105 of file msvc/except.hxx.
Referenced by getRaiseInfo(), and ~ExceptionInfos().