JsonCpp project page JsonCpp home page

include/json/config.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Json
 

JSON (JavaScript Object Notation).


Defines

#define JSON_USE_EXCEPTION   1
 If defined, indicates that json library is embedded in CppTL library.
#define JSON_API
 If defined, indicates that the source file is amalgated to prevent private header inclusion.
#define JSONCPP_DEPRECATED(message)
#define JSON_HAS_INT64

Typedefs

typedef int Json::Int
typedef unsigned int Json::UInt
typedef __int64 Json::Int64
typedef unsigned __int64 Json::UInt64
typedef Int64 Json::LargestInt
typedef UInt64 Json::LargestUInt

Define Documentation

#define JSON_API

If defined, indicates that the source file is amalgated to prevent private header inclusion.

Remarks: it is automatically defined in the generated amalgated header.

Definition at line 51 of file config.h.

#define JSON_HAS_INT64

Definition at line 105 of file config.h.

#define JSON_USE_EXCEPTION   1

If defined, indicates that json library is embedded in CppTL library.

If defined, indicates that json may leverage CppTL library If defined, indicates that cpptl vector based map should be used instead of std::map as Value container.

Definition at line 22 of file config.h.

#define JSONCPP_DEPRECATED ( message   ) 

Definition at line 84 of file config.h.