LibreOffice Module bridges (master) 1
|
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... | |
Represents a vtable slot of a C++ class.
Definition at line 59 of file vtables.hxx.
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().
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().