ADTF  3.18.2
derive_from_without_hierarchy< Base, NextBase >

This template checks if the first base implements the requested interface, otherwise checks the next base. More...

Inheritance diagram for derive_from_without_hierarchy< Base, NextBase >:
[legend]

Protected Member Functions

tResult GetInterface (const char *i_strIID, void *&o_pInterface)
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const
 
void Destroy () const
 

Detailed Description

template<typename Base, typename NextBase>
class adtf::ucom::catwo::detail::derive_from_without_hierarchy< Base, NextBase >

This template checks if the first base implements the requested interface, otherwise checks the next base.

Definition at line 172 of file object.h.