Abstract interface for a discovery graph node. More...
Public Types | |
enum | Kind |
The kinds of the graph nodes. More... | |
![]() | |
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... | |
![]() | |
typedef Uuid_t< 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 > | IID |
Declares the interface ID (IID) of this interface. More... | |
Public Member Functions | |
virtual Kind | get_kind () const =0 |
Returns the kind of the graph node. More... | |
virtual const char * | get_qualified_name () const =0 |
Returns the qualified name of the graph node. More... | |
virtual const char * | get_simple_name () const =0 |
Returns the simple_name (tail of the qualified_name) of the graph node. More... | |
Additional Inherited Members | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Abstract interface for a discovery graph node.
It provides the common functionality of all different discovery graph node interfaces.
The kinds of the graph nodes.
|
pure virtual |
Returns the kind of the graph node.
|
pure virtual |
Returns the qualified name of the graph node.
|
pure virtual |
Returns the simple_name (tail of the qualified_name) of the graph node.