JsonCpp project page | JsonCpp home page |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Json |
Defines | |
#define | JSON_USE_EXCEPTION 1 |
If defined, indicates that Json use exception to report invalid type manipulation instead of C assert macro. | |
#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 JSON_API |
#define JSON_USE_EXCEPTION 1 |
|
hosts this site. |
Send comments to: Json-cpp Developers |