ADTF  3.18.2
derive_from< Base, NextBase >

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

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

Detailed Description

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

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

It defines an ucom::ant::IObject resolve path if the base is a subclass of ucom::ant::IObject.

Definition at line 268 of file object.h.