Oxygine  1
2g game engine
Json::Reader Member List

This is the complete list of members for Json::Reader, including all inherited members.

Char typedef (defined in Json::Reader)Json::Reader
getFormatedErrorMessages() constJson::Reader
getFormattedErrorMessages() constJson::Reader
getStructuredErrors() constJson::Reader
good() constJson::Reader
Location typedef (defined in Json::Reader)Json::Reader
parse(const std::string &document, Value &root, bool collectComments=true)Json::Reader
parse(const char *beginDoc, const char *endDoc, Value &root, bool collectComments=true)Json::Reader
parse(JSONCPP_ISTREAM &is, Value &root, bool collectComments=true)Json::Reader
pushError(const Value &value, const JSONCPP_STRING &message)Json::Reader
pushError(const Value &value, const JSONCPP_STRING &message, const Value &extra)Json::Reader
Reader()Json::Reader
Reader(const Features &features)Json::Reader