LibreOffice Module bridges (master) 1
Public Member Functions | Private Attributes | List of all members
ExceptionTypeInfoWrapper Class Referencefinal

#include <except.hxx>

Collaboration diagram for ExceptionTypeInfoWrapper:
[legend]

Public Member Functions

 ExceptionTypeInfoWrapper (void *m_data, const char *m_d_name) noexcept
 
type_info * get_type_info ()
 
int get_type_info_size ()
 

Private Attributes

int type_info_size
 
ExceptionTypeInfo info
 

Detailed Description

Definition at line 73 of file msvc/except.hxx.

Constructor & Destructor Documentation

◆ ExceptionTypeInfoWrapper()

ExceptionTypeInfoWrapper::ExceptionTypeInfoWrapper ( void *  m_data,
const char *  m_d_name 
)
inlineexplicitnoexcept

Member Function Documentation

◆ get_type_info()

type_info * ExceptionTypeInfoWrapper::get_type_info ( )
inline

Definition at line 85 of file msvc/except.hxx.

Referenced by RTTInfos::get().

◆ get_type_info_size()

int ExceptionTypeInfoWrapper::get_type_info_size ( )
inline

Definition at line 86 of file msvc/except.hxx.

Referenced by RTTInfos::get().

Member Data Documentation

◆ info

ExceptionTypeInfo ExceptionTypeInfoWrapper::info
private

Definition at line 76 of file msvc/except.hxx.

◆ type_info_size

int ExceptionTypeInfoWrapper::type_info_size
private

Definition at line 75 of file msvc/except.hxx.


The documentation for this class was generated from the following file: