Argo  1.0
A C++ library for handling JSON.
argo::parser Member List

This is the complete list of members for argo::parser, including all inherited members.

load(const std::string &file_name)argo::parserstatic
max_message_lengthargo::parserstatic
max_nesting_depthargo::parserstatic
max_token_lengthargo::parserstatic
parse(std::istream &i)argo::parserstatic
parse(int fd)argo::parserstatic
parse(FILE *f)argo::parserstatic
parse(const char *s)argo::parserstatic
parse(const std::string &s)argo::parserstatic
parse()argo::parser
parser(reader &r, bool read_all=true, size_t p_max_token_length=max_token_length, size_t p_max_nesting_depth=max_nesting_depth, bool p_convert_numbers=true, bool p_fallback_to_double=true, bool p_convert_strings=true)argo::parser