Macros¶
-
SFPARSE_ERR_PARSE¶
SFPARSE_ERR_PARSE
indicates fatal parse error has occurred, and it is not possible to continue the processing.
-
SFPARSE_ERR_EOF¶
SFPARSE_ERR_EOF
indicates that there is nothing left to read. The context of this error varies depending on the function that returns this error code.
-
SFPARSE_VALUE_FLAG_NONE¶
SFPARSE_VALUE_FLAG_NONE
indicates no flag set.
-
SFPARSE_VALUE_FLAG_ESCAPED_STRING¶
SFPARSE_VALUE_FLAG_ESCAPED_STRING
indicates that a string contains escaped character(s).