LibreOffice Module cppuhelper (master) 1
Classes | Public Member Functions | List of all members
cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 > Class Template Reference

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

#include <compbase10.hxx>

Inheritance diagram for cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >:
[legend]
Collaboration diagram for cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >:
[legend]

Classes

struct  cd
 

Public Member Functions

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

Detailed Description

template<class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7, class Ifc8, class Ifc9, class Ifc10>
class cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >

Same as WeakComponentImplHelper10, 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

Definition at line 85 of file compbase10.hxx.

Constructor & Destructor Documentation

◆ PartialWeakComponentImplHelper10()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::PartialWeakComponentImplHelper10 ( ::osl::Mutex &  rMutex)
inline

Definition at line 92 of file compbase10.hxx.

Member Function Documentation

◆ acquire()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
virtual void SAL_CALL cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::acquire ( )
inlinevirtual

Definition at line 97 of file compbase10.hxx.

◆ getImplementationId()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
virtual css::uno::Sequence< sal_Int8 > SAL_CALL cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::getImplementationId ( )
inlinevirtual

Definition at line 103 of file compbase10.hxx.

References cppu::ImplHelper_getImplementationId().

◆ getTypes()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
virtual css::uno::Sequence< css::uno::Type > SAL_CALL cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::getTypes ( )
inlinevirtual

Definition at line 101 of file compbase10.hxx.

References cppu::WeakComponentImplHelper_getTypes().

◆ queryInterface()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
virtual css::uno::Any SAL_CALL cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::queryInterface ( css::uno::Type const &  rType)
inlinevirtual

Definition at line 95 of file compbase10.hxx.

References cppu::WeakComponentImplHelper_query().

◆ release()

template<class Ifc1 , class Ifc2 , class Ifc3 , class Ifc4 , class Ifc5 , class Ifc6 , class Ifc7 , class Ifc8 , class Ifc9 , class Ifc10 >
virtual void SAL_CALL cppu::PartialWeakComponentImplHelper10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10 >::release ( )
inlinevirtual

Definition at line 99 of file compbase10.hxx.


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