DCArrayParameter

class DCArrayParameter

Bases: DCParameter

This represents an array of some other kind of object, meaning this parameter type accepts an arbitrary (or possibly fixed) number of nested fields, all of which are of the same type.

Inheritance diagram

Inheritance diagram of DCArrayParameter

int get_array_size(void) const

Returns the fixed number of elements in this array, or -1 if the array may contain a variable number of elements.

DCParameter *get_element_type(void) const

Returns the type of the individual elements of this array.