A value of type string. More...
Public Member Functions | |
const IType_string * | get_type () const =0 |
Returns the type of this value. More... | |
virtual const char * | get_value () const =0 |
Returns the value. More... | |
virtual void | set_value (const char *value)=0 |
Sets the value. More... | |
Static Public Attributes | |
static const Kind | s_kind = VK_STRING |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IValue_atomic > | 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 value of type string.
|
pure virtual |
Returns the type of this value.
Implements mi::neuraylib::IValue_atomic.
|
pure virtual |
Returns the value.
|
pure virtual |
Sets the value.