This interface is the base interface of all types. More...
Public Member Functions | |
virtual const char * | get_type_name () const =0 |
Returns the type name. 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... |
|
This interface is the base interface of all types.
See Types for description of the type system.
This base interface provides a single method get_type_name() to allow dynamic inspection of type names. See Types for possible type names.
|
pure virtual |
Returns the type name.