Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
comet::declspec_comtype< ITF, BASE > Struct Template Reference
[ATL conversion., ATL conversion.]
#include <comet/atl_module.h>
Public Types | |
| typedef BASE | base |
Static Public Member Functions | |
| const uuid_t & | uuid () |
Detailed Description
template<typename ITF, typename BASE = ::IUnknown>
struct comet::declspec_comtype< ITF, BASE >
Helper to create a 'comtype' for a non-comet interface. namespace comet{ template<> struct comtype<IApplicationOption> : declspec_comtype<IApplicationOption, ::IDispatch > { }; };
The documentation for this struct was generated from the following file: