Represents a plugin. More...
Public Member Functions | |
virtual base::Plugin * | get_plugin () const =0 |
Returns the plugin itself. More... | |
virtual const char * | get_plugin_library_path () const =0 |
Returns the library path of the plugin. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
Own type. More... | |
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
Declares the interface ID (IID) of this interface. More... | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Represents a plugin.
This interface is used to represent loaded plugins as reference-counted interfaces since mi::base::Plugin is not
reference-counted. In addition, it provides the path from where the plugin was loaded.
|
pure virtual |
Returns the plugin itself.
|
pure virtual |
Returns the library path of the plugin.
NULL
in case of failure.