ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IPluginInfoabstract

Plugin interface. More...

#include <plugin_info_intf.h>

Inheritance diagram for IPluginInfo:
[legend]

Public Member Functions

 ADTF_IID (IPluginInfo, "plugininfo.ant.ucom.adtf.iid")
 Marks the IPlugin to be castable with the ucom_cast<>
 
virtual IPluginGetPlugin () const =0
 
virtual bool IsValid () const =0
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Protected Member Functions

 ~IPluginInfo ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

Plugin interface.

Definition at line 23 of file plugin_info_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( IPluginInfo ,
"plugininfo.ant.ucom.adtf.iid"  )

Marks the IPlugin to be castable with the ucom_cast<>

See also
ADTF_IID(_interface, _striid)