ADTF
|
Plugin Info default interface implementation. More...
Public Member Functions | |
cPluginInfo (IPlugin *poPlugin) | |
CTOR to reference to the given Plugin. More... | |
~cPluginInfo () | |
DTOR. | |
virtual IPlugin & | GetPlugin () const |
Gets the given poPlugin of CTOR. More... | |
virtual bool | IsValid () const |
Checks wether the given poPlugin of CTOR is valid or not. More... | |
Public Member Functions inherited from object< ant::IPluginInfo > | |
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
Query interfaces on an object. More... | |
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
Provides const correct interface querying. More... | |
void | Destroy () const override |
Destruct and deallocate instantiations of type IObject . More... | |
Public Member Functions inherited from IObject | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Private Member Functions | |
cPluginInfo () | |
CTOR. | |
Private Attributes | |
IPlugin * | m_poPlugin |
Additional Inherited Members | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Plugin Info default interface implementation.
Definition at line 23 of file plugin_info.h.
cPluginInfo | ( | IPlugin * | poPlugin | ) |
CTOR to reference to the given Plugin.
[in] | poPlugin | pointer to the plugin. |
|
virtual |
Gets the given poPlugin
of CTOR.
poPlugin
of CTOR
|
virtual |
Checks wether the given poPlugin of CTOR is valid or not.
true | GetPlugin return value is valid. |
false | GetPlugin return value is not valid. |