Go to the source code of this file.
Defines | |
| #define | wxJSON_MAJOR 1 |
| #define | wxJSON_MINOR 0 |
| #define | wxJSON_RELEASE 1 |
| #define | wxCHECK_JSON_VERSION(major, minor, release) |
| #define | WXDLLIMPEXP_JSON |
| #define | WXDLLIMPEXP_DATA_JSON(type) type |
| #define | __PRETTY_FUNCTION__ __WXFUNCTION__ |
| #define | LLONG_MAX 9223372036854775807 |
| #define | ULLONG_MAX 18446744073709551615 |
| #define | LLONG_MIN -9223372036854775808 |
| #define | INT_MIN -32768 |
| #define | INT_MAX 32767 |
| #define | UINT_MAX 65535 |
| #define | LONG_MIN -2.147.483.648 |
| #define | LONG_MAX 2.147.483.647 |
| #define | ULONG_MAX 4.294.967.295 |
| #define | SHORT_MAX 32767 |
| #define | SHORT_MIN -32768 |
| #define | USHORT_MAX 65535 |
| #define | wxJSON_NOABORT_ASSERT |
| #define | wxJSON_ASSERT(cond) |
| #define | wxJSONWRITER_LAST_COL 50 |
| #define | wxJSONWRITER_SPLIT_COL 75 |
| #define | wxJSONWRITER_MIN_LENGTH 15 |
| #define | wxJSONWRITER_TAB_LENGTH 4 |
| #define __PRETTY_FUNCTION__ __WXFUNCTION__ |
Referenced by wxJSONValue::AddComment(), wxJSONReader::AddError(), wxJSONReader::AddWarning(), wxJSONReader::GetChar(), wxJSONValue::GetCommentCount(), wxJSONValue::Init(), wxJSONValue::IsSameAs(), wxJSONValue::Item(), wxJSONValue::ItemAt(), wxJSONReader::ReadString(), wxJSONReader::ReadToken(), wxJSONReader::ReadUnicode(), wxJSONReader::ReadValue(), wxJSONReader::SkipComment(), wxJSONReader::SkipWhiteSpace(), wxJSONReader::StoreComment(), wxJSONReader::StoreValue(), wxJSONWriter::WriteChar(), wxJSONWriter::WriteKey(), wxJSONWriter::WritePrimitiveValue(), wxJSONWriter::WriteString(), wxJSONRefData::wxJSONRefData(), and wxJSONValue::wxJSONValue().
| #define INT_MAX 32767 |
Referenced by wxJSONValue::IsInt(), and wxJSONValue::IsUInt().
| #define INT_MIN -32768 |
| #define LLONG_MAX 9223372036854775807 |
Referenced by wxJSONReader::Strtoll().
| #define LLONG_MIN -9223372036854775808 |
| #define LONG_MAX 2.147.483.647 |
Referenced by wxJSONValue::GetType(), wxJSONValue::IsInt(), and wxJSONValue::IsUInt().
| #define LONG_MIN -2.147.483.648 |
Referenced by wxJSONValue::GetType().
| #define SHORT_MAX 32767 |
Referenced by wxJSONValue::GetType().
| #define SHORT_MIN -32768 |
Referenced by wxJSONValue::GetType().
| #define UINT_MAX 65535 |
| #define ULLONG_MAX 18446744073709551615 |
| #define ULONG_MAX 4.294.967.295 |
Referenced by wxJSONValue::GetType().
| #define USHORT_MAX 65535 |
Referenced by wxJSONValue::GetType().
| #define wxCHECK_JSON_VERSION | ( | major, | |||
| minor, | |||||
| release | ) |
Value:
(wxJSON_MAJOR > (major) || \ (wxJSON_MAJOR == (major) && wxJSON_MINOR > (minor)) || \ (wxJSON_MAJOR == (major) && wxJSON_MINOR == (minor) && wxJSON_RELEASE >= (release)))
| #define WXDLLIMPEXP_DATA_JSON | ( | type | ) | type |
| #define WXDLLIMPEXP_JSON |
| #define wxJSON_ASSERT | ( | cond | ) |
Referenced by wxJSONValue::AddComment(), wxJSONValue::Append(), wxJSONValue::AsArray(), wxJSONValue::AsBool(), wxJSONValue::AsCString(), wxJSONValue::AsDouble(), wxJSONValue::AsInt(), wxJSONValue::AsLong(), wxJSONValue::AsMap(), wxJSONValue::AsShort(), wxJSONValue::AsString(), wxJSONValue::AsUInt(), wxJSONValue::AsULong(), wxJSONValue::AsUShort(), wxJSONValue::Cat(), wxJSONReader::DoRead(), wxJSONValue::Dump(), wxJSONValue::Find(), wxJSONValue::Get(), wxJSONReader::GetChar(), wxJSONValue::GetComment(), wxJSONValue::GetCommentArray(), wxJSONValue::GetCommentCount(), wxJSONValue::GetCommentPos(), wxJSONValue::GetInfo(), wxJSONValue::GetMemberNames(), wxJSONValue::HasMember(), wxJSONValue::Init(), wxJSONValue::Item(), wxJSONValue::ItemAt(), wxJSONReader::Parse(), wxJSONValue::Remove(), wxJSONValue::Size(), wxJSONReader::StoreValue(), wxJSONWriter::WriteChar(), wxJSONWriter::WritePrimitiveValue(), and wxJSONValue::wxJSONValue().
| #define wxJSON_MAJOR 1 |
| #define wxJSON_MINOR 0 |
| #define wxJSON_NOABORT_ASSERT |
| #define wxJSON_RELEASE 1 |
| #define wxJSONWRITER_LAST_COL 50 |
Referenced by wxJSONWriter::WriteStringValue().
| #define wxJSONWRITER_MIN_LENGTH 15 |
Referenced by wxJSONWriter::WriteStringValue().
| #define wxJSONWRITER_SPLIT_COL 75 |
Referenced by wxJSONWriter::WriteStringValue().
| #define wxJSONWRITER_TAB_LENGTH 4 |
Referenced by wxJSONWriter::WriteChar().
1.5.5