Enum ModifierType¶
Defined in File Modifier.h
Enum Documentation¶
-
enum
URI::Template
::
ModifierType
¶ Variable modifier type enumerator.
Describes type of the modifier a variable has in the expression.
Values:
-
enumerator
NONE
¶ no modifier
-
enumerator
LENGTH
¶ variable expansion is limited in length
-
enumerator
EXPLODE
¶ expansion process is applied to each member of a composite value
-
enumerator