wxJSONValueHolder Struct Reference

The actual value held by the wxJSONValue class (internal use). More...

#include <jsonval.h>

List of all members.

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


Detailed Description

The actual value held by the wxJSONValue class (internal use).

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)


Member Data Documentation

wxJSONInternalArray wxJSONValueHolder::m_valArray

bool wxJSONValueHolder::m_valBool

const wxChar* wxJSONValueHolder::m_valCString

double wxJSONValueHolder::m_valDouble

wxInt64 wxJSONValueHolder::m_valInt

wxJSONInternalMap wxJSONValueHolder::m_valMap

wxString wxJSONValueHolder::m_valString

wxUint64 wxJSONValueHolder::m_valUInt


The documentation for this struct was generated from the following file:
Generated on Fri Jun 6 22:55:31 2008 for wxJSON by  doxygen 1.4.7