LibreOffice Module cppuhelper (master)
1
|
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting. More...
#include <implbase1.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 | |
~ImplHelper1 () 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 69 of file implbase1.hxx.
|
inlineprotected |
Definition at line 96 of file implbase1.hxx.
|
inlinevirtual |
Definition at line 87 of file implbase1.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 85 of file implbase1.hxx.
References cppu::ImplHelper_getTypes().
|
inlinevirtual |
Definition at line 83 of file implbase1.hxx.
References cppu::ImplHelper_query().