The C++ framework for developing highly scalable, high performance servers on Windows platforms.

config.h File Reference


Namespaces

namespace  Json

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. Remarks: it is automatically defined in the generated amalgated header.
#define JSONCPP_DEPRECATED(message)   __declspec(deprecated(message))
 Indicates that the following function is deprecated.
#define JSON_HAS_INT64

Typedefs

typedef int Int
typedef unsigned int UInt
typedef __int64 Int64
typedef unsigned __int64 UInt64
typedef Int64 LargestInt
typedef UInt64 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.

#define JSON_HAS_INT64

#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. If defined, indicates that Json specific container should be used (hash table & simple deque container with customizable allocator). THIS FEATURE IS STILL EXPERIMENTAL! There is know bugs: See #3177332 Force usage of standard new/malloc based allocator instead of memory pool based allocator. The memory pools allocator used optimization (initializing Value and ValueInternalLink as if it was a POD) that may cause some validation tool to report errors. Only has effects if JSON_VALUE_USE_INTERNAL_MAP is defined.

#define JSONCPP_DEPRECATED ( message   )     __declspec(deprecated(message))

Indicates that the following function is deprecated.


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3