Struct SArrayIterationInfo#

Struct Documentation#

struct SArrayIterationInfo#

Array iteration information contains the variable that is used for iteration and the array dimension expression to determine the upper boundary.

Public Members

std::string ssArrayIterator#

The name of the variable used for the array iteration.

std::string ssCountExpression#

The expression used to identify the maximum array elements.