LibreOffice Module bridges (master) 1
Public Attributes | List of all members
bridges::cpp_uno::shared::VtableSlot Struct Reference

Represents a vtable slot of a C++ class. More...

#include <vtables.hxx>

Public Attributes

sal_Int32 offset
 The offset of the vtable. More...
 
sal_Int32 index
 The index within the vtable. More...
 

Detailed Description

Represents a vtable slot of a C++ class.

Definition at line 59 of file vtables.hxx.

Member Data Documentation

◆ index

sal_Int32 bridges::cpp_uno::shared::VtableSlot::index

The index within the vtable.

The index is logical (not a byte offset), and must be non-negative.

Definition at line 76 of file vtables.hxx.

Referenced by cpp_call(), and bridges::cpp_uno::shared::unoInterfaceProxyDispatch().

◆ offset

sal_Int32 bridges::cpp_uno::shared::VtableSlot::offset

The offset of the vtable.

Multiple-inheritance C++ classes have more than one vtable. The offset is logical (not a byte offset), and must be non-negative.

Definition at line 68 of file vtables.hxx.

Referenced by cpp_call().


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