LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
Classes | Public Member Functions | List of all members
cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 > Class Template Reference

Same as WeakComponentImplHelper3, except doesn't implement addEventListener, removeEventListener and dispose. More...

#include <compbase3.hxx>

Inheritance diagram for cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >:

Public Member Functions

 PartialWeakComponentImplHelper3 (::osl::Mutex &rMutex) SAL_NOEXCEPT
 
virtual css::uno::Any queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual void acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8getImplementationId () SAL_OVERRIDE
 

Detailed Description

template<class Ifc1, class Ifc2, class Ifc3>
class cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >

Same as WeakComponentImplHelper3, except doesn't implement addEventListener, removeEventListener and dispose.

This requires derived classes to implement those three methods. This makes it possible to implement classes which are required to implement methods from multiple bases which have different addEventListener/removeEventListener signatures without triggering the g++ overloaded-virtual warning

Constructor & Destructor Documentation

◆ PartialWeakComponentImplHelper3()

template<class Ifc1 , class Ifc2 , class Ifc3 >
cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::PartialWeakComponentImplHelper3 ( ::osl::Mutex rMutex)
inline

Member Function Documentation

◆ acquire()

template<class Ifc1 , class Ifc2 , class Ifc3 >
virtual void cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::acquire ( )
inlinevirtual

◆ getImplementationId()

template<class Ifc1 , class Ifc2 , class Ifc3 >
virtual css::uno::Sequence< sal_Int8 > cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::getImplementationId ( )
inlinevirtual

◆ getTypes()

template<class Ifc1 , class Ifc2 , class Ifc3 >
virtual css::uno::Sequence< css::uno::Type > cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::getTypes ( )
inlinevirtual

◆ queryInterface()

template<class Ifc1 , class Ifc2 , class Ifc3 >
virtual css::uno::Any cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::queryInterface ( css::uno::Type const &  rType)
inlinevirtual

◆ release()

template<class Ifc1 , class Ifc2 , class Ifc3 >
virtual void cppu::PartialWeakComponentImplHelper3< Ifc1, Ifc2, Ifc3 >::release ( )
inlinevirtual

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