Implementation helper implementing interface css::lang::XTypeProvider and queryInterface(), but no reference counting.
More...
#include <implbase2.hxx>
template<class Ifc1, class Ifc2>
class cppu::ImplHelper2< Ifc1, Ifc2 >
Implementation helper implementing interface css::lang::XTypeProvider and queryInterface(), but no reference counting.
- Derive:
- Inherit from this class giving your interface(s) to be implemented as template argument(s). Your base class defines method implementations, acquire(), release() and delegates incoming queryInterface() calls to this base class.
◆ ~ImplHelper2()
template<class Ifc1 , class Ifc2 >
◆ getImplementationId()
template<class Ifc1 , class Ifc2 >
◆ getTypes()
template<class Ifc1 , class Ifc2 >
virtual css::uno::Sequence< css::uno::Type > cppu::ImplHelper2< Ifc1, Ifc2 >::getTypes |
( |
| ) |
|
|
inlinevirtual |
◆ queryInterface()
template<class Ifc1 , class Ifc2 >
virtual css::uno::Any cppu::ImplHelper2< Ifc1, Ifc2 >::queryInterface |
( |
css::uno::Type const & |
rType | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: