| AddError(const wxString &descr) | wxJSONReader | [protected] |
| AddError(const wxString &fmt, const wxString &str) | wxJSONReader | [protected] |
| AddError(const wxString &fmt, wxChar ch) | wxJSONReader | [protected] |
| AddWarning(int type, const wxString &descr) | wxJSONReader | [protected] |
| AppendUnicodeSequence(wxString &s, int hex) | wxJSONReader | [protected] |
| DoRead(wxJSONValue &val) | wxJSONReader | [protected] |
| DoStrto_ll(const wxString &str, wxUint64 *ui64, wxChar *sign) | wxJSONReader | [protected, static] |
| GetChar() | wxJSONReader | [protected] |
| GetErrorCount() const | wxJSONReader | |
| GetErrors() const | wxJSONReader | |
| GetStart() | wxJSONReader | [protected] |
| GetWarningCount() const | wxJSONReader | |
| GetWarnings() const | wxJSONReader | |
| m_charPos | wxJSONReader | [protected] |
| m_colNo | wxJSONReader | [protected] |
| m_comment | wxJSONReader | [protected] |
| m_commentLine | wxJSONReader | [protected] |
| m_conv | wxJSONReader | [protected] |
| m_current | wxJSONReader | [protected] |
| m_errors | wxJSONReader | [protected] |
| m_flags | wxJSONReader | [protected] |
| m_inObject | wxJSONReader | [protected] |
| m_inType | wxJSONReader | [protected] |
| m_lastStored | wxJSONReader | [protected] |
| m_level | wxJSONReader | [protected] |
| m_lineNo | wxJSONReader | [protected] |
| m_maxErrors | wxJSONReader | [protected] |
| m_next | wxJSONReader | [protected] |
| m_peekChar | wxJSONReader | [protected] |
| m_warnings | wxJSONReader | [protected] |
| NumBytes(char ch) | wxJSONReader | [protected] |
| Parse(const wxString &doc, wxJSONValue *val) | wxJSONReader | |
| Parse(wxInputStream &doc, wxJSONValue *val) | wxJSONReader | |
| Parse(wxJSONValue *val) | wxJSONReader | [protected] |
| PeekChar() | wxJSONReader | [protected] |
| ReadChar() | wxJSONReader | [protected] |
| ReadString(wxJSONValue &val) | wxJSONReader | [protected] |
| ReadToken(int ch, wxString &s) | wxJSONReader | [protected] |
| ReadUnicode(long int &hex) | wxJSONReader | [protected] |
| ReadValue(int ch, wxJSONValue &val) | wxJSONReader | [protected] |
| SkipComment() | wxJSONReader | [protected] |
| SkipWhiteSpace() | wxJSONReader | [protected] |
| StoreComment(const wxJSONValue *parent) | wxJSONReader | [protected] |
| StoreValue(int ch, const wxString &key, wxJSONValue &value, wxJSONValue &parent) | wxJSONReader | [protected] |
| Strtoll(const wxString &str, wxInt64 *i64) | wxJSONReader | [static] |
| Strtoull(const wxString &str, wxUint64 *ui64) | wxJSONReader | [static] |
| UTF8NumBytes(char ch) | wxJSONReader | [static] |
| wxJSONReader(int flags=wxJSONREADER_TOLERANT, int maxErrors=30) | wxJSONReader | |
| ~wxJSONReader() | wxJSONReader | [virtual] |