Version: 0.6.0
wxJSONValue Member List

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()wxJSONValueprotected
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)wxJSONValuestatic
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 wxJSONValueprotectedvirtual
CompareMemoryBuff(const wxMemoryBuffer &buff1, const wxMemoryBuffer &buff2)wxJSONValuestatic
CompareMemoryBuff(const wxMemoryBuffer &buff1, const void *buff2)wxJSONValuestatic
COW()wxJSONValueprotected
CreateRefData() const wxJSONValueprotectedvirtual
DeepCopy(const wxJSONValue &other)wxJSONValueprotected
Dump(bool deep=false, int mode=0) const wxJSONValue
Find(unsigned index) const wxJSONValueprotected
Find(const wxString &key) const wxJSONValueprotected
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)wxJSONValueprotected
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_refDatawxJSONValueprotected
MemoryBuffToString(const wxMemoryBuffer &buff, size_t len=-1)wxJSONValuestatic
MemoryBuffToString(const void *buff, size_t len, size_t actualLen=-1)wxJSONValuestatic
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)wxJSONValueprotected
Remove(int index)wxJSONValue
Remove(const wxString &key)wxJSONValue
SetLineNo(int num)wxJSONValue
SetRefData(wxJSONRefData *data)wxJSONValueprotected
SetType(wxJSONType type)wxJSONValue
Size() const wxJSONValue
TypeToString(wxJSONType type)wxJSONValuestatic
UnRef()wxJSONValueprotected
UnShare()wxJSONValue
wxJSONReader (defined in wxJSONValue)wxJSONValuefriend
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()wxJSONValuevirtual