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

Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inheriting from a BaseClass. More...

#include <implbase2.hxx>

Inheritance diagram for cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >:
[legend]
Collaboration diagram for cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >:
[legend]

Classes

struct  cd
 

Public Member Functions

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

Protected Member Functions

template<typename T1 >
 AggImplInheritanceHelper2 (T1 const &arg1)
 
template<typename T1 , typename T2 >
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2)
 
template<typename T1 , typename T2 , typename T3 >
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3)
 
template<typename T1 , typename T2 , typename T3 , typename T4 >
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
 
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
 
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 >
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
 

Detailed Description

template<class BaseClass, class Ifc1, class Ifc2>
class cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >

Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inheriting from a BaseClass.

All acquire(), release() and queryInterface() calls are delegated to the BaseClass. Upon queryAggregation(), if a demanded interface is not supported by this class directly, the request is delegated to the BaseClass.

Attention: \n
The BaseClass has to be complete in a sense, that css::uno::XInterface, css::uno::XAggregation and css::lang::XTypeProvider are implemented properly. The BaseClass must have at least one ctor that can be called with six or fewer arguments, of which none is of non-const reference type.
Derive: \n
Inherit from this class giving your additional interface(s) to be implemented as template argument(s). Your sub class defines method implementations for these interface(s).

Definition at line 246 of file implbase2.hxx.

Constructor & Destructor Documentation

◆ AggImplInheritanceHelper2() [1/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1)
inlineexplicitprotected

Definition at line 253 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [2/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 , typename T2 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1,
T2 const &  arg2 
)
inlineprotected

Definition at line 255 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [3/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 , typename T2 , typename T3 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1,
T2 const &  arg2,
T3 const &  arg3 
)
inlineprotected

Definition at line 258 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [4/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 , typename T2 , typename T3 , typename T4 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1,
T2 const &  arg2,
T3 const &  arg3,
T4 const &  arg4 
)
inlineprotected

Definition at line 262 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [5/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1,
T2 const &  arg2,
T3 const &  arg3,
T4 const &  arg4,
T5 const &  arg5 
)
inlineprotected

Definition at line 267 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [6/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( T1 const &  arg1,
T2 const &  arg2,
T3 const &  arg3,
T4 const &  arg4,
T5 const &  arg5,
T6 const &  arg6 
)
inlineprotected

Definition at line 274 of file implbase2.hxx.

◆ AggImplInheritanceHelper2() [7/7]

template<class BaseClass , class Ifc1 , class Ifc2 >
cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::AggImplInheritanceHelper2 ( )
inline

Definition at line 279 of file implbase2.hxx.

Member Function Documentation

◆ acquire()

template<class BaseClass , class Ifc1 , class Ifc2 >
virtual void SAL_CALL cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::acquire ( )
inlinevirtual

Definition at line 289 of file implbase2.hxx.

◆ getImplementationId()

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

Definition at line 295 of file implbase2.hxx.

References cppu::ImplHelper_getImplementationId().

◆ getTypes()

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

Definition at line 293 of file implbase2.hxx.

References cppu::ImplInhHelper_getTypes().

◆ queryAggregation()

template<class BaseClass , class Ifc1 , class Ifc2 >
virtual css::uno::Any SAL_CALL cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::queryAggregation ( css::uno::Type const &  rType)
inlinevirtual

Definition at line 282 of file implbase2.hxx.

References cppu::ImplHelper_queryNoXInterface().

◆ queryInterface()

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

Definition at line 280 of file implbase2.hxx.

References cppu::queryInterface().

◆ release()

template<class BaseClass , class Ifc1 , class Ifc2 >
virtual void SAL_CALL cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::release ( )
inlinevirtual

Definition at line 291 of file implbase2.hxx.


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