An annotation is similar to a direct call expression, but without corresponding definition and return type. More...
Public Member Functions | |
virtual const char * | get_name () const =0 |
Returns the name of the annotation. More... | |
virtual void | set_name (const char *name)=0 |
Sets the name of the annotation. More... | |
virtual const IExpression_list * | get_arguments () const =0 |
Returns the arguments of the annotation. 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... | |
An annotation is similar to a direct call expression, but without corresponding definition and return type.
Annotations can be created with mi::neuraylib::IExpression_factory::create_annotation().
|
pure virtual |
Returns the arguments of the annotation.
The arguments of annotations are always constant expressions.
|
pure virtual |
Returns the name of the annotation.
|
pure virtual |
Sets the name of the annotation.