The type of kind array. More...
Public Member Functions | |
virtual const IType * | get_element_type () const =0 |
Returns the type of the array elements. More... | |
virtual bool | is_immediate_sized () const =0 |
Indicates whether the array is immediate-sized or deferred-sized. More... | |
virtual Size | get_size () const =0 |
Returns the size of the array in case of immediate-sized arrays, and -1 otherwise. More... | |
virtual const char * | get_deferred_size () const =0 |
Returns the abstract size of the array in case of deferred-sized arrays, and NULL otherwise. More... | |
Static Public Attributes | |
static const Kind | s_kind = TK_ARRAY |
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_compound > | 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 array.
|
pure virtual |
Returns the abstract size of the array in case of deferred-sized arrays, and NULL
otherwise.
Note that the empty string is a valid return value for deferred-sized arrays.
|
pure virtual |
Returns the type of the array elements.
|
pure virtual |
Returns the size of the array in case of immediate-sized arrays, and -1 otherwise.
Implements mi::neuraylib::IType_compound.
|
pure virtual |
Indicates whether the array is immediate-sized or deferred-sized.