comet::implement_internal_qi< ITF_LIST > Class Template Reference
[Interface implementations.Interface implementations.]

#include <comet/impqi.h>

List of all members.

Public Member Functions

::IUnknown * get_unknown () const
HRESULT QueryInterfaceInternal (REFIID riid, void **ppv)


Detailed Description

template<typename ITF_LIST>
class comet::implement_internal_qi< ITF_LIST >

Implementation of QueryInterfaceInternal. Inherits from all the types defined in ITF_LIST. This implementation is used in aggregation.
Parameters:
ITF_LIST interface implementation list.


Member Function Documentation

template<typename ITF_LIST>
::IUnknown* comet::implement_internal_qi< ITF_LIST >::get_unknown  )  const [inline]
 

Get at the unknown for this class. Is especially useful using aggregateable_coclass in getting at a pointer from which to QueryInterface from.


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