MCPcopy Create free account
hub / github.com/Ubpa/RenderLab / ParseResult

Class ParseResult

include/3rdParty/rapidjson/error/error.h:106–135  ·  view source on GitHub ↗

Result of parsing (wraps ParseErrorCode) ! \ingroup RAPIDJSON_ERRORS \code Document doc; ParseResult ok = doc.Parse("[42]"); if (!ok) { fprintf(stderr, "JSON parse error: %s (%u)", GetParseError_En(ok.Code()), ok.Offset()); exit(EXIT_FAILURE); } \endcode \see GenericReader::Parse, GenericDocument::Parse */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

GenericDocumentMethod · 0.85
GenericDocumentClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected