This is the complete list of members for wxJSONValue, including all inherited members.
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) (defined in wxJSONValue) | wxJSONValue | |
Append(long int l) | wxJSONValue | |
Append(unsigned long int ul) (defined in wxJSONValue) | wxJSONValue | |
Append(double d) | wxJSONValue | |
Append(const wxChar *str) | wxJSONValue | |
Append(const wxString &str) | wxJSONValue | |
Append(const wxMemoryBuffer &buff) | wxJSONValue | |
Append(const void *buff, size_t len) | wxJSONValue | |
ArrayToMemoryBuff(const wxJSONValue &value) | wxJSONValue | static |
AsArray() const | wxJSONValue | |
AsBool() const | wxJSONValue | |
AsBool(bool &b) const (defined in wxJSONValue) | wxJSONValue | |
AsCString() const | wxJSONValue | |
AsCString(wxChar *ch) const (defined in wxJSONValue) | wxJSONValue | |
AsDouble() const | wxJSONValue | |
AsDouble(double &d) const (defined in wxJSONValue) | wxJSONValue | |
AsInt() const | wxJSONValue | |
AsInt(int &i) const | wxJSONValue | |
AsLong() const | wxJSONValue | |
AsLong(long int &l) const (defined in wxJSONValue) | wxJSONValue | |
AsMap() const | wxJSONValue | |
AsMemoryBuff() const | wxJSONValue | |
AsMemoryBuff(wxMemoryBuffer &buff) const | wxJSONValue | |
AsShort() const | wxJSONValue | |
AsShort(short int &s) const (defined in wxJSONValue) | wxJSONValue | |
AsString() const | wxJSONValue | |
AsString(wxString &str) const | wxJSONValue | |
AsUInt() const | wxJSONValue | |
AsUInt(unsigned int &ui) const (defined in wxJSONValue) | wxJSONValue | |
AsULong() const | wxJSONValue | |
AsULong(unsigned long &ul) const (defined in wxJSONValue) | wxJSONValue | |
AsUShort() const | wxJSONValue | |
AsUShort(unsigned short &us) const (defined in wxJSONValue) | wxJSONValue | |
Cat(const wxChar *str) | wxJSONValue | |
Cat(const wxString &str) | wxJSONValue | |
Cat(const wxMemoryBuffer &buff) | wxJSONValue | |
Clear() | wxJSONValue | |
ClearComments() | wxJSONValue | |
CloneRefData(const wxJSONRefData *data) const | wxJSONValue | protectedvirtual |
CompareMemoryBuff(const wxMemoryBuffer &buff1, const wxMemoryBuffer &buff2) | wxJSONValue | static |
CompareMemoryBuff(const wxMemoryBuffer &buff1, const void *buff2) | wxJSONValue | static |
COW() | wxJSONValue | protected |
CreateRefData() const | wxJSONValue | protectedvirtual |
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 | |
IsLong() const | wxJSONValue | |
IsMemoryBuff() const | wxJSONValue | |
IsNull() const | wxJSONValue | |
IsObject() const | wxJSONValue | |
IsSameAs(const wxJSONValue &other) const | wxJSONValue | |
IsShort() const | wxJSONValue | |
IsString() const | wxJSONValue | |
IsUInt() 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 |
MemoryBuffToString(const wxMemoryBuffer &buff, size_t len=-1) | wxJSONValue | static |
MemoryBuffToString(const void *buff, size_t len, size_t actualLen=-1) | wxJSONValue | static |
operator=(int i) | wxJSONValue | |
operator=(unsigned int ui) | wxJSONValue | |
operator=(short int i) (defined in wxJSONValue) | wxJSONValue | |
operator=(unsigned short int ui) (defined in wxJSONValue) | wxJSONValue | |
operator=(long int l) (defined in wxJSONValue) | wxJSONValue | |
operator=(unsigned long int ul) (defined in wxJSONValue) | wxJSONValue | |
operator=(bool b) | wxJSONValue | |
operator=(double d) | wxJSONValue | |
operator=(const wxChar *str) | wxJSONValue | |
operator=(const wxString &str) | wxJSONValue | |
operator=(const wxMemoryBuffer &buff) | wxJSONValue | |
operator=(const wxJSONValue &value) | wxJSONValue | |
operator[](unsigned index) | wxJSONValue | |
operator[](const wxString &key) | wxJSONValue | |
operator[](unsigned index) const (defined in wxJSONValue) | wxJSONValue | |
operator[](const wxString &key) const (defined in wxJSONValue) | 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 | |
wxJSONReader (defined in wxJSONValue) | wxJSONValue | friend |
wxJSONValue() | wxJSONValue | |
wxJSONValue(wxJSONType type) | wxJSONValue | |
wxJSONValue(int i) | wxJSONValue | |
wxJSONValue(unsigned int i) | wxJSONValue | |
wxJSONValue(short i) (defined in wxJSONValue) | wxJSONValue | |
wxJSONValue(unsigned short i) | wxJSONValue | |
wxJSONValue(long int i) | wxJSONValue | |
wxJSONValue(unsigned long int i) | wxJSONValue | |
wxJSONValue(bool b) | wxJSONValue | |
wxJSONValue(double d) | wxJSONValue | |
wxJSONValue(const wxChar *str) | wxJSONValue | |
wxJSONValue(const wxString &str) | wxJSONValue | |
wxJSONValue(const wxMemoryBuffer &buff) | wxJSONValue | |
wxJSONValue(const void *buff, size_t len) | wxJSONValue | |
wxJSONValue(const wxJSONValue &other) | wxJSONValue | |
~wxJSONValue() | wxJSONValue | virtual |