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

Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting. More...

#include <implbase3.hxx>

Inheritance diagram for cppu::ImplHelper3< Ifc1, Ifc2, Ifc3 >:
[legend]
Collaboration diagram for cppu::ImplHelper3< Ifc1, Ifc2, Ifc3 >:
[legend]

Classes

struct  cd
 

Public Member Functions

virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) 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
 

Protected Member Functions

 ~ImplHelper3 () SAL_NOEXCEPT
 

Detailed Description

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

Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting.

Derive: \n
Inherit from this class giving your interface(s) to be implemented as template argument(s). Your sub class defines method implementations for these interface(s) including acquire()/ release() and delegates incoming queryInterface() calls to this base class.

Definition at line 75 of file implbase3.hxx.

Constructor & Destructor Documentation

◆ ~ImplHelper3()

template<class Ifc1 , class Ifc2 , class Ifc3 >
cppu::ImplHelper3< Ifc1, Ifc2, Ifc3 >::~ImplHelper3 ( )
inlineprotected

Definition at line 99 of file implbase3.hxx.

Member Function Documentation

◆ getImplementationId()

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

Definition at line 93 of file implbase3.hxx.

References cppu::ImplHelper_getImplementationId().

◆ getTypes()

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

Definition at line 91 of file implbase3.hxx.

References cppu::ImplHelper_getTypes().

◆ queryInterface()

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

Definition at line 89 of file implbase3.hxx.

References cppu::ImplHelper_query().


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