This interface represents simple types. More...
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IData > | 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 simple types.
Simple types are numbers, strings, pointers, UUIDs, void, pointers, and references. The interface does not provide any specific methods. It is just a common base interface for all simple types.
See Types for description of the type system.