Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting.
More...
template<class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6>
class cppu::ImplHelper6< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6 >
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInterface(), but no reference counting.
- Derive:
- 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.