Type specifier. More...
List of all members.
Type specifier.
EBNF-grammar:
type-specifier: rank-specifier pointer-specifier
rank-specifier: "[" (dim-separators)? "]"
dim-separators: (",")+
pointer-specifier: "*"
Rank of array (number of array dimensions). Rank is always greater or equal 1. Valid only if specifier_type is tsArrayPostfix.
Type specifier enumeration.