Public Member Functions | |
ADTF_IID (IPluginInfo, "plugininfo.hollow.ucom.adtf.iid") | |
Marks the IPlugin to be castable with the ucom_cast. | |
virtual const char * | GetUrl () const =0 |
![]() | |
ADTF_IID (IPluginInfo, "plugininfo.ant.ucom.adtf.iid") | |
Marks the IPlugin to be castable with the ucom_cast<> | |
virtual IPlugin & | GetPlugin () const =0 |
virtual bool | IsValid () const =0 |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() | |
Additional Inherited Members | |
![]() | |
~IPluginInfo ()=default | |
Protected destructor --> Only the final implementation can be destroyed! | |
![]() | |
~IObject ()=default | |
Protected destructor --> Only the final implementation can be destroyed! | |
Definition at line 51 of file plugin_info_intf.h.
ADTF_IID | ( | IPluginInfo | , |
"plugininfo.hollow.ucom.adtf.iid" | ) |
Marks the IPlugin
to be castable with the ucom_cast.