LibreOffice Module bridges (master) 1
Namespaces | Functions
vtables.cxx File Reference
#include <vtables.hxx>
#include <sal/types.h>
#include <typelib/typedescription.h>
#include <algorithm>
#include <cassert>
Include dependency graph for vtables.cxx:

Go to the source code of this file.

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...