A parameter reference expression. More...
Public Member Functions | |
virtual Size | get_index () const =0 |
Returns the index of the referenced parameter. More... | |
virtual void | set_index (Size index)=0 |
Sets the index of the referenced parameter. More... | |
Static Public Attributes | |
static const Kind | s_kind = EK_PARAMETER |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IExpression > | 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... | |
A parameter reference expression.
Parameter reference expressions appear as defaults of material or function definitions.
|
pure virtual |
Returns the index of the referenced parameter.
|
pure virtual |
Sets the index of the referenced parameter.
|
static |
The kind of this subclass.