LibreOffice Module bridges (master) 1
|
Go to the source code of this file.
Classes | |
struct | bridges::cpp_uno::shared::VtableSlot |
Represents a vtable slot of a C++ class. More... | |
Namespaces | |
namespace | bridges |
namespace | bridges::cpp_uno |
namespace | bridges::cpp_uno::shared |
Functions | |
sal_Int32 | bridges::cpp_uno::shared::getLocalFunctions (typelib_InterfaceTypeDescription const *type) |
Calculate the number of local functions of an interface type. More... | |
sal_Int32 | bridges::cpp_uno::shared::getPrimaryFunctions (typelib_InterfaceTypeDescription *type) |
Calculate the number of primary functions of an interface type. More... | |
VtableSlot | bridges::cpp_uno::shared::getVtableSlot (typelib_InterfaceAttributeTypeDescription const *ifcMember) |
Calculates the vtable slot associated with an interface attribute member. More... | |
VtableSlot | bridges::cpp_uno::shared::getVtableSlot (typelib_InterfaceMethodTypeDescription const *ifcMember) |
Calculates the vtable slot associated with an interface method member. More... | |