LibreOffice Module cppuhelper (master)
1
|
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting. More...
#include <implbase12.hxx>
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 | |
~ImplHelper12 () throw () | |
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting.
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 81 of file implbase12.hxx.
|
inlineprotected |
Definition at line 108 of file implbase12.hxx.
|
inlinevirtual |
Definition at line 99 of file implbase12.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 97 of file implbase12.hxx.
References cppu::ImplHelper_getTypes().
|
inlinevirtual |
Definition at line 95 of file implbase12.hxx.
References cppu::ImplHelper_query().