#include <stddef.h>
#include <string>
#include "version.h"
Go to the source code of this file.
Define Documentation
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 amalgated to prevent private header inclusion. Remarks: it is automatically defined in the generated amalgated header.
Definition at line 81 of file config.h.
Definition at line 165 of file config.h.
Referenced by Json::Value::asString(), Json::codePointToUTF8(), Json::Reader::getFormattedErrorMessages(), Json::Value::getMemberNames(), Json::ValueIteratorBase::name(), Json::StreamWriterBuilder::newStreamWriter(), Json::normalizeEOL(), Json::operator>>(), Json::Reader::parse(), Json::parseFromStream(), Json::StreamWriterBuilder::validate(), Json::CharReaderBuilder::validate(), Json::valueToQuotedString(), and Json::valueToQuotedStringN().