Interface for the discovery result. More...
Public Member Functions | |
virtual const IMdl_package_info * | get_graph () const =0 |
Returns a pointer to the root of the discovered graph. More... | |
virtual Size | get_search_paths_count () const =0 |
Returns the number of search paths. More... | |
virtual const char * | get_search_path (Size index) const =0 |
Returns the search path in the local file system referenced by index. 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... | |
Interface for the discovery result.
|
pure virtual |
Returns a pointer to the root of the discovered graph.
|
pure virtual |
Returns the search path in the local file system referenced by index.
index | Index in the search path list of this discovery result. |
|
pure virtual |
Returns the number of search paths.