LibreOffice Module cppuhelper (master) 1
Classes | Public Member Functions | List of all members
cppu::PartialWeakComponentImplHelper1< Ifc1 > Class Template Reference

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

#include <compbase1.hxx>

Inheritance diagram for cppu::PartialWeakComponentImplHelper1< Ifc1 >:
[legend]
Collaboration diagram for cppu::PartialWeakComponentImplHelper1< Ifc1 >:
[legend]

Classes

struct  cd
 

Public Member Functions

 PartialWeakComponentImplHelper1 (::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 cppu::PartialWeakComponentImplHelper1< Ifc1 >

Same as WeakComponentImplHelper1, 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 compbase1.hxx.

Constructor & Destructor Documentation

◆ PartialWeakComponentImplHelper1()

template<class Ifc1 >
cppu::PartialWeakComponentImplHelper1< Ifc1 >::PartialWeakComponentImplHelper1 ( ::osl::Mutex &  rMutex)
inline

Definition at line 92 of file compbase1.hxx.

Member Function Documentation

◆ acquire()

template<class Ifc1 >
virtual void SAL_CALL cppu::PartialWeakComponentImplHelper1< Ifc1 >::acquire ( )
inlinevirtual

Definition at line 97 of file compbase1.hxx.

◆ getImplementationId()

template<class Ifc1 >
virtual css::uno::Sequence< sal_Int8 > SAL_CALL cppu::PartialWeakComponentImplHelper1< Ifc1 >::getImplementationId ( )
inlinevirtual

Definition at line 103 of file compbase1.hxx.

References cppu::ImplHelper_getImplementationId().

◆ getTypes()

template<class Ifc1 >
virtual css::uno::Sequence< css::uno::Type > SAL_CALL cppu::PartialWeakComponentImplHelper1< Ifc1 >::getTypes ( )
inlinevirtual

Definition at line 101 of file compbase1.hxx.

References cppu::WeakComponentImplHelper_getTypes().

◆ queryInterface()

template<class Ifc1 >
virtual css::uno::Any SAL_CALL cppu::PartialWeakComponentImplHelper1< Ifc1 >::queryInterface ( css::uno::Type const &  rType)
inlinevirtual

Definition at line 95 of file compbase1.hxx.

References cppu::WeakComponentImplHelper_query().

◆ release()

template<class Ifc1 >
virtual void SAL_CALL cppu::PartialWeakComponentImplHelper1< Ifc1 >::release ( )
inlinevirtual

Definition at line 99 of file compbase1.hxx.


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