Macros¶
-
SFPARSE_ERR_PARSE¶
SFPARSE_ERR_PARSEindicates fatal parse error has occurred, and it is not possible to continue the processing.
-
SFPARSE_ERR_EOF¶
SFPARSE_ERR_EOFindicates 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_NONEindicates no flag set.
-
SFPARSE_VALUE_FLAG_ESCAPED_STRING¶
SFPARSE_VALUE_FLAG_ESCAPED_STRINGindicates that a string contains escaped character(s).