This interface represents the void type. More...
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IData_simple > | 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... | |
![]() | |
virtual const char * | get_type_name () const =0 |
Returns the type name. 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 represents the void type.
An instance of this interface does not store any data. The type exists primarily for a matter of completeness to express common C++ types as interfaces. For example, if types derived from mi::IData are used to represent function or method signatures, this type can be used to represent functions or methods that return void
.