#include <jsonval.h>
Public Attributes | |
wxInt64 | m_valInt |
wxUint64 | m_valUInt |
double | m_valDouble |
const wxChar * | m_valCString |
bool | m_valBool |
wxString | m_valString |
wxJSONInternalArray | m_valArray |
wxJSONInternalMap | m_valMap |
Note that this structure is not a union as in the previous versions. This allow to store instances of the string, ObjArray and HashMap objects (no more pointers to them)
const wxChar* wxJSONValueHolder::m_valCString |
wxInt64 wxJSONValueHolder::m_valInt |
wxString wxJSONValueHolder::m_valString |
wxUint64 wxJSONValueHolder::m_valUInt |