json_defs.h File Reference

Go to the source code of this file.

Defines

#define wxJSON_MAJOR   1
#define wxJSON_MINOR   1
#define wxJSON_RELEASE   0
#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   -2147483648
#define LONG_MAX   2147483647
#define ULONG_MAX   4294967295
#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 Documentation

#define wxJSON_MAJOR   1

#define wxJSON_MINOR   1

#define wxJSON_RELEASE   0

#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_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   -2147483648

#define LONG_MAX   2147483647

#define ULONG_MAX   4294967295

#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


Generated on Fri Nov 13 22:52:29 2009 for wxJSON by  doxygen 1.5.5