AddComment(const wxString &str, int position=wxJSONVALUE_COMMENT_DEFAULT) | wxJSONValue | |
AddComment(const wxArrayString &comments, int position=wxJSONVALUE_COMMENT_DEFAULT) | wxJSONValue | |
AllocExclusive() | wxJSONValue | [protected] |
Append(const wxJSONValue &value) | wxJSONValue | |
Append(bool b) | wxJSONValue | |
Append(int i) | wxJSONValue | |
Append(unsigned int ui) | wxJSONValue | |
Append(short int i) | wxJSONValue | |
Append(unsigned short int ui) | wxJSONValue | |
Append(long int l) | wxJSONValue | |
Append(unsigned long int ul) | wxJSONValue | |
Append(wxInt64 i) | wxJSONValue | |
Append(wxUint64 ui) | wxJSONValue | |
Append(double d) | wxJSONValue | |
Append(const wxChar *str) | wxJSONValue | |
Append(const wxString &str) | wxJSONValue | |
AsArray() const | wxJSONValue | |
AsBool() const | wxJSONValue | |
AsBool(bool &b) const | wxJSONValue | |
AsCString() const | wxJSONValue | |
AsCString(wxChar *ch) const | wxJSONValue | |
AsDouble() const | wxJSONValue | |
AsDouble(double &d) const | wxJSONValue | |
AsInt() const | wxJSONValue | |
AsInt(int &i) const | wxJSONValue | |
AsInt32() const | wxJSONValue | |
AsInt32(wxInt32 &i32) const | wxJSONValue | |
AsInt64() const | wxJSONValue | |
AsInt64(wxInt64 &i64) const | wxJSONValue | |
AsLong() const | wxJSONValue | |
AsLong(long int &l) const | wxJSONValue | |
AsMap() const | wxJSONValue | |
AsShort() const | wxJSONValue | |
AsShort(short int &s) const | wxJSONValue | |
AsString() const | wxJSONValue | |
AsString(wxString &str) const | wxJSONValue | |
AsUInt() const | wxJSONValue | |
AsUInt(unsigned int &ui) const | wxJSONValue | |
AsUInt32() const | wxJSONValue | |
AsUInt32(wxUint32 &ui32) const | wxJSONValue | |
AsUInt64() const | wxJSONValue | |
AsUInt64(wxUint64 &ui64) const | wxJSONValue | |
AsULong() const | wxJSONValue | |
AsULong(unsigned long &ul) const | wxJSONValue | |
AsUShort() const | wxJSONValue | |
AsUShort(unsigned short &us) const | wxJSONValue | |
Cat(const wxChar *str) | wxJSONValue | |
Cat(const wxString &str) | wxJSONValue | |
Clear() | wxJSONValue | |
ClearComments() | wxJSONValue | |
CloneRefData(const wxJSONRefData *data) const | wxJSONValue | [protected, virtual] |
COW() | wxJSONValue | [protected] |
CreateRefData() const | wxJSONValue | [protected, virtual] |
DeepCopy(const wxJSONValue &other) | wxJSONValue | [protected] |
Dump(bool deep=false, int mode=0) const | wxJSONValue | |
Find(unsigned index) const | wxJSONValue | [protected] |
Find(const wxString &key) const | wxJSONValue | [protected] |
Get(const wxString &key, const wxJSONValue &defaultValue) const | wxJSONValue | |
GetComment(int idx=-1) const | wxJSONValue | |
GetCommentArray() const | wxJSONValue | |
GetCommentCount() const | wxJSONValue | |
GetCommentPos() const | wxJSONValue | |
GetInfo() const | wxJSONValue | |
GetLineNo() const | wxJSONValue | |
GetMemberNames() const | wxJSONValue | |
GetRefData() const | wxJSONValue | |
GetType() const | wxJSONValue | |
HasMember(unsigned index) const | wxJSONValue | |
HasMember(const wxString &key) const | wxJSONValue | |
Init(wxJSONType type) | wxJSONValue | [protected] |
IsArray() const | wxJSONValue | |
IsBool() const | wxJSONValue | |
IsCString() const | wxJSONValue | |
IsDouble() const | wxJSONValue | |
IsInt() const | wxJSONValue | |
IsInt32() const | wxJSONValue | |
IsInt64() const | wxJSONValue | |
IsLong() const | wxJSONValue | |
IsNull() const | wxJSONValue | |
IsObject() const | wxJSONValue | |
IsSameAs(const wxJSONValue &other) const | wxJSONValue | |
IsShort() const | wxJSONValue | |
IsString() const | wxJSONValue | |
IsUInt() const | wxJSONValue | |
IsUInt32() const | wxJSONValue | |
IsUInt64() const | wxJSONValue | |
IsULong() const | wxJSONValue | |
IsUShort() const | wxJSONValue | |
IsValid() const | wxJSONValue | |
Item(unsigned index) | wxJSONValue | |
Item(const wxString &key) | wxJSONValue | |
ItemAt(unsigned index) const | wxJSONValue | |
ItemAt(const wxString &key) const | wxJSONValue | |
m_refData | wxJSONValue | [protected] |
operator=(int i) | wxJSONValue | |
operator=(unsigned int ui) | wxJSONValue | |
operator=(short int i) | wxJSONValue | |
operator=(unsigned short int ui) | wxJSONValue | |
operator=(long int l) | wxJSONValue | |
operator=(unsigned long int ul) | wxJSONValue | |
operator=(wxInt64 i) | wxJSONValue | |
operator=(wxUint64 ui) | wxJSONValue | |
operator=(bool b) | wxJSONValue | |
operator=(double d) | wxJSONValue | |
operator=(const wxChar *str) | wxJSONValue | |
operator=(const wxString &str) | wxJSONValue | |
operator=(const wxJSONValue &value) | wxJSONValue | |
operator[](unsigned index) | wxJSONValue | |
operator[](const wxString &key) | wxJSONValue | |
Ref(const wxJSONValue &clone) | wxJSONValue | [protected] |
Remove(int index) | wxJSONValue | |
Remove(const wxString &key) | wxJSONValue | |
SetLineNo(int num) | wxJSONValue | |
SetRefData(wxJSONRefData *data) | wxJSONValue | [protected] |
SetType(wxJSONType type) | wxJSONValue | |
Size() const | wxJSONValue | |
TypeToString(wxJSONType type) | wxJSONValue | [static] |
UnRef() | wxJSONValue | [protected] |
UnShare() | wxJSONValue | [protected] |
wxJSONReader class | wxJSONValue | [friend] |
wxJSONValue() | wxJSONValue | |
wxJSONValue(wxJSONType type) | wxJSONValue | |
wxJSONValue(int i) | wxJSONValue | |
wxJSONValue(unsigned int i) | wxJSONValue | |
wxJSONValue(short i) | wxJSONValue | |
wxJSONValue(unsigned short i) | wxJSONValue | |
wxJSONValue(long int i) | wxJSONValue | |
wxJSONValue(unsigned long int i) | wxJSONValue | |
wxJSONValue(wxInt64 i) | wxJSONValue | |
wxJSONValue(wxUint64 ui) | wxJSONValue | |
wxJSONValue(bool b) | wxJSONValue | |
wxJSONValue(double d) | wxJSONValue | |
wxJSONValue(const wxChar *str) | wxJSONValue | |
wxJSONValue(const wxString &str) | wxJSONValue | |
wxJSONValue(const wxJSONValue &other) | wxJSONValue | |
~wxJSONValue() | wxJSONValue | [virtual] |