comet::aggregates< COCLASS, > Class Template Reference
[Interface implementations.Interface implementations.]

#include <comet/impqi.h>

List of all members.

Public Member Functions

template<typename T> bool qi (T *This, const uuid_t &iid, com_ptr<::IUnknown > &unk)

Protected Member Functions

template<typename T> void create_aggregate (T *This, DWORD dwClsContext=CLSCTX_ALL)


Detailed Description

template<typename COCLASS, COMET_LIST_TEMPLATE>
class comet::aggregates< COCLASS, >

Aggregate an interface.
                        class coclass_implementation<CoMyClass>
                                        : public coclass<CoMyClass, thread_model::Free, aggregates<IMyInterface> >
                        {
                           coclass_implementation()
                           {
                                        aggregates<IMyInterface>create_aggregate::create_aggregate(this, CLSCTX_ALL);
                           }
                        };

See also:
coclass


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