ADTF  3.18.2
adtf::ucom::catwo Namespace Reference

Namespace for all functionality provided since v3.2. More...

Namespaces

 detail
 Namespace for all internally used uCOM functionality implemented.
 

Classes

class  object
 Use this template if you want to implement an ucom::ant::IObject based Interface and/or subclass an existing class that implements ucom::ant::IObject. More...
 
class  object< Base, Bases... >
 Use this template if you want to implement an ucom::ant::IObject based Interface and/or subclass an existing class that implements ucom::ant::IObject. More...
 

Typedefs

template<typename Base , typename... Bases>
using object_base_type_helper = typename std::conditional< std::is_base_of< object<>, Base >::value, detail::derive_from< Base, detail::object_without_iobject< Bases... > >, detail::derive_from< Base, object< Bases... > >>::type
 

Detailed Description

Namespace for all functionality provided since v3.2.