LibreOffice
LibreOffice 24.8 SDK C/C++ API Reference
 
Loading...
Searching...
No Matches
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 > Class Template Reference

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

#include <implbase7.hxx>

Inheritance diagram for cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >:

Public Member Functions

 ImplInheritanceHelper7 ()
 
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::TypegetTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8getImplementationId () SAL_OVERRIDE
 

Protected Member Functions

template<typename T1>
 ImplInheritanceHelper7 (T1 const &arg1)
 
template<typename T1, typename T2>
 ImplInheritanceHelper7 (T1 const &arg1, T2 const &arg2)
 
template<typename T1, typename T2, typename T3>
 ImplInheritanceHelper7 (T1 const &arg1, T2 const &arg2, T3 const &arg3)
 
template<typename T1, typename T2, typename T3, typename T4>
 ImplInheritanceHelper7 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
 
template<typename T1, typename T2, typename T3, typename T4, typename T5>
 ImplInheritanceHelper7 (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>
 ImplInheritanceHelper7 (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 Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
class cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >

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

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

Attention
The BaseClass has to be complete in a sense, that css::uno::XInterface 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:
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).

Constructor & Destructor Documentation

◆ ImplInheritanceHelper7() [1/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
template<typename T1>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( T1 const & arg1)
inlineexplicitprotected

◆ ImplInheritanceHelper7() [2/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
template<typename T1, typename T2>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( T1 const & arg1,
T2 const & arg2 )
inlineprotected

◆ ImplInheritanceHelper7() [3/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
template<typename T1, typename T2, typename T3>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( T1 const & arg1,
T2 const & arg2,
T3 const & arg3 )
inlineprotected

◆ ImplInheritanceHelper7() [4/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
template<typename T1, typename T2, typename T3, typename T4>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( T1 const & arg1,
T2 const & arg2,
T3 const & arg3,
T4 const & arg4 )
inlineprotected

◆ ImplInheritanceHelper7() [5/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
template<typename T1, typename T2, typename T3, typename T4, typename T5>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( T1 const & arg1,
T2 const & arg2,
T3 const & arg3,
T4 const & arg4,
T5 const & arg5 )
inlineprotected

◆ ImplInheritanceHelper7() [6/7]

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

◆ ImplInheritanceHelper7() [7/7]

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::ImplInheritanceHelper7 ( )
inline

Member Function Documentation

◆ acquire()

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
virtual void cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::acquire ( )
inlinevirtual

◆ getImplementationId()

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
virtual css::uno::Sequence< sal_Int8 > cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::getImplementationId ( )
inlinevirtual

◆ getTypes()

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
virtual css::uno::Sequence< css::uno::Type > cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::getTypes ( )
inlinevirtual

◆ queryInterface()

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
virtual css::uno::Any cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::queryInterface ( css::uno::Type const & rType)
inlinevirtual

◆ release()

template<class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7>
virtual void cppu::ImplInheritanceHelper7< BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7 >::release ( )
inlinevirtual

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