Enum VarType¶
Defined in File Variable.h
Enum Documentation¶
-
enum
URI::Template::VarType¶ Variable value type enumerator.
Describes type of the variable in the template.
Values:
-
enumerator
UNDEFINED¶ value is not defined
-
enumerator
STRING¶ value is a string
-
enumerator
LIST¶ value is a list of strings
-
enumerator
DICT¶ value is an associative dictionary of strings
-
enumerator