, including all inherited members.
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] |
AppendUES(wxMemoryBuffer &utf8Buff, const char *uesBuffer) | wxJSONReader | [protected] |
ConvertCharByChar(wxString &s, const wxMemoryBuffer &utf8Buffer) | wxJSONReader | [protected] |
DoRead(wxInputStream &doc, wxJSONValue &val) | wxJSONReader | [protected] |
DoStrto_ll(const wxString &str, wxUint64 *ui64, wxChar *sign) | wxJSONReader | [static] |
GetDepth() const | wxJSONReader | |
GetErrorCount() const | wxJSONReader | |
GetErrors() const | wxJSONReader | |
GetStart(wxInputStream &is) | wxJSONReader | [protected] |
GetWarningCount() const | wxJSONReader | |
GetWarnings() const | wxJSONReader | |
m_colNo | wxJSONReader | [protected] |
m_comment | wxJSONReader | [protected] |
m_commentLine | wxJSONReader | [protected] |
m_current | wxJSONReader | [protected] |
m_depth | wxJSONReader | [protected] |
m_errors | wxJSONReader | [protected] |
m_flags | wxJSONReader | [protected] |
m_lastStored | wxJSONReader | [protected] |
m_level | wxJSONReader | [protected] |
m_lineNo | wxJSONReader | [protected] |
m_maxErrors | wxJSONReader | [protected] |
m_next | wxJSONReader | [protected] |
m_noUtf8 | 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 | |
PeekChar(wxInputStream &is) | wxJSONReader | [protected] |
ReadChar(wxInputStream &is) | wxJSONReader | [protected] |
ReadString(wxInputStream &is, wxJSONValue &val) | wxJSONReader | [protected] |
ReadToken(wxInputStream &is, int ch, wxString &s) | wxJSONReader | [protected] |
ReadUES(wxInputStream &is, char *uesBuffer) | wxJSONReader | [protected] |
ReadValue(wxInputStream &is, int ch, wxJSONValue &val) | wxJSONReader | [protected] |
SkipComment(wxInputStream &is) | wxJSONReader | [protected] |
SkipWhiteSpace(wxInputStream &is) | 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] |