Enum OperatorType¶
Defined in File Operator.h
Enum Documentation¶
-
enum
URI::Template::OperatorType¶ Operator type enumerator.
Describes type of the operator expression has.
Values:
-
enumerator
NONE¶ no operator
-
enumerator
RESERVED_CHARS¶ reserved character strings
-
enumerator
FRAGMENT¶ fragment identifiers prefixed by “#”;
-
enumerator
LABEL¶ name labels or extensions prefixed by “.”
-
enumerator
PATH¶ path segments prefixed by “/”
-
enumerator
PATH_PARAMETER¶ path parameter name or name=value pairs prefixed by “;”
-
enumerator
QUERY¶ query component beginning with “?” and consisting of name=value pairs separated by “&”
-
enumerator
QUERY_CONTINUE¶ continuation of query-style &name=value pairs
-
enumerator