The type of kind alias. More...
Public Member Functions | |
virtual const IType * | get_aliased_type () const =0 |
Returns the type aliased by this type. More... | |
virtual Uint32 | get_type_modifiers () const =0 |
Returns the modifiers of this type. More... | |
virtual const char * | get_symbol () const =0 |
Returns the qualified name of the type, or NULL if no such name exists. More... | |
Static Public Attributes | |
static const Kind | s_kind = TK_ALIAS |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IType > | 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... | |
The type of kind alias.
Note that types with modifiers are represented solely using alias types, so a uniform
T
is an alias of the type T
(without a name).
|
pure virtual |
Returns the type aliased by this type.
|
pure virtual |
Returns the qualified name of the type, or NULL
if no such name exists.
|
pure virtual |
Returns the modifiers of this type.