#include "wx/wxprec.h"#include <wx/object.h>#include <wx/hashmap.h>#include <wx/dynarray.h>#include <wx/arrstr.h>#include "json_defs.h"Go to the source code of this file.
| #define _WX_JSONVAL_H |
| #define VAL_INT m_valInt64 |
| #define VAL_UINT m_valUInt64 |
| anonymous enum |
| enum wxJSONType |
The type of the value held by the wxJSONRefData class.
| WX_DECLARE_OBJARRAY | ( | wxJSONValue | , | |
| wxJSONInternalArray | ||||
| ) |
| WX_DECLARE_STRING_HASH_MAP | ( | wxJSONValue | , | |
| wxJSONInternalMap | ||||
| ) |
| class WXDLLIMPEXP_JSON wxJSONInternalArray |
| class WXDLLIMPEXP_JSON wxJSONInternalMap |
| class WXDLLIMPEXP_JSON wxJSONReader |
| class WXDLLIMPEXP_JSON wxJSONRefData |
1.4.7