ADTF  3.18.2
base_dispatcher< Interface, typename std::enable_if< is_interface< Interface >::value >::type >

This template returns a pointer to the implemented Interface if requested. More...

Inheritance diagram for base_dispatcher< Interface, typename std::enable_if< is_interface< Interface >::value >::type >:
[legend]

Protected Member Functions

tResult GetInterfaceStatic (const char *i_strIID, void *&o_pInterface)
 
tResult GetInterfaceStatic (const char *i_strIID, const void *&o_pInterface) const
 

Detailed Description

template<typename Interface>
struct adtf::ucom::catwo::detail::base_dispatcher< Interface, typename std::enable_if< is_interface< Interface >::value >::type >

This template returns a pointer to the implemented Interface if requested.

Definition at line 138 of file object.h.