$extrastylesheet
Go to the source code of this file.
Namespaces | |
namespace | Json |
JSON (JavaScript Object Notation). | |
Defines | |
#define | JSONCPP_OVERRIDE |
If defined, indicates that json library is embedded in CppTL library. | |
#define | JSONCPP_NOEXCEPT throw() |
#define | JSON_HAS_INT64 |
#define | JSONCPP_STRING std::string |
#define | JSONCPP_OSTRINGSTREAM std::ostringstream |
#define | JSONCPP_OSTREAM std::ostream |
#define | JSONCPP_ISTRINGSTREAM std::istringstream |
#define | JSONCPP_ISTREAM std::istream |
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_HAS_INT64 |
#define JSONCPP_ISTREAM std::istream |
#define JSONCPP_ISTRINGSTREAM std::istringstream |
#define JSONCPP_NOEXCEPT throw() |
#define JSONCPP_OSTREAM std::ostream |
#define JSONCPP_OSTRINGSTREAM std::ostringstream |
Definition at line 180 of file config.h.
Referenced by Json::parseFromStream(), and Json::writeString().
#define JSONCPP_OVERRIDE |
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 the source file is amalgamated to prevent private header inclusion. Remarks: it is automatically defined in the generated amalgamated header.
#define JSONCPP_STRING std::string |
Definition at line 179 of file config.h.
Referenced by Json::Value::asString(), Json::codePointToUTF8(), Json::Reader::getFormattedErrorMessages(), Json::Value::getMemberNames(), Json::ValueIteratorBase::name(), Json::StreamWriterBuilder::newStreamWriter(), Json::operator>>(), Json::Reader::parse(), Json::parseFromStream(), Json::toHex16Bit(), Json::Value::toStyledString(), Json::StreamWriterBuilder::validate(), Json::CharReaderBuilder::validate(), and Json::valueToQuotedStringN().