nlohmann::detail::parser< BasicJsonType, InputAdapterType > Member List

This is the complete list of members for nlohmann::detail::parser< BasicJsonType, InputAdapterType >, including all inherited members.

accept(const bool strict=true)nlohmann::detail::parser< BasicJsonType, InputAdapterType >
parse(const bool strict, BasicJsonType &result)nlohmann::detail::parser< BasicJsonType, InputAdapterType >
parser(InputAdapterType &&adapter, const parser_callback_t< BasicJsonType > cb=nullptr, const bool allow_exceptions_=true, const bool skip_comments=false)nlohmann::detail::parser< BasicJsonType, InputAdapterType >explicit
sax_parse(SAX *sax, const bool strict=true)nlohmann::detail::parser< BasicJsonType, InputAdapterType >