Go to the source code of this file.
Namespaces | |
Json | |
JSON (JavaScript Object Notation). | |
Macros | |
#define | JSON_API |
#define | JSON_CONFIG_H_INCLUDED |
#define | JSON_FORWARDS_H_INCLUDED |
#define | JSON_HAS_INT64 |
#define | JSON_IS_AMALGAMATION |
#define | JSON_USE_EXCEPTION 1 |
If defined, indicates that json library is embedded in CppTL library. More... | |
#define | JSONCPP_DEPRECATED(message) |
Typedefs | |
typedef unsigned int | Json::ArrayIndex |
typedef int | Json::Int |
typedef long long int | Json::Int64 |
typedef Int64 | Json::LargestInt |
typedef UInt64 | Json::LargestUInt |
typedef unsigned int | Json::UInt |
typedef unsigned long long int | Json::UInt64 |
#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 136 of file json-forwards.h.
#define JSON_CONFIG_H_INCLUDED |
Definition at line 92 of file json-forwards.h.
#define JSON_FORWARDS_H_INCLUDED |
Definition at line 215 of file json-forwards.h.
#define JSON_HAS_INT64 |
Definition at line 190 of file json-forwards.h.
#define JSON_IS_AMALGAMATION |
Json-cpp amalgated forward header (http://jsoncpp.sourceforge.net/). It is intended to be used with #include "json/json-forwards.h" This header provides forward declaration for all JsonCpp types. If defined, indicates that the source file is amalgated to prevent private header inclusion.
Definition at line 80 of file json-forwards.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 107 of file json-forwards.h.
#define JSONCPP_DEPRECATED | ( | message | ) |
Definition at line 169 of file json-forwards.h.