Macros ====== .. macro:: SFPARSE_ERR_PARSE :macro:`SFPARSE_ERR_PARSE` indicates fatal parse error has occurred, and it is not possible to continue the processing. .. macro:: SFPARSE_ERR_EOF :macro:`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. .. macro:: SFPARSE_VALUE_FLAG_NONE :macro:`SFPARSE_VALUE_FLAG_NONE` indicates no flag set. .. macro:: SFPARSE_VALUE_FLAG_ESCAPED_STRING :macro:`SFPARSE_VALUE_FLAG_ESCAPED_STRING` indicates that a string contains escaped character(s).