Searched refs:JSON_API (Results 1 – 7 of 7) sorted by relevance
28 class JSON_API Writer {43 class JSON_API FastWriter : public Writer {94 class JSON_API StyledWriter : public Writer {155 class JSON_API StyledStreamWriter {194 std::string JSON_API valueToString(Int value);195 std::string JSON_API valueToString(UInt value);197 std::string JSON_API valueToString(LargestInt value);198 std::string JSON_API valueToString(LargestUInt value);199 std::string JSON_API valueToString(double value);200 std::string JSON_API valueToString(bool value);[all …]
49 #define JSON_API CPPTL_API macro52 #define JSON_API __declspec(dllexport) macro57 #define JSON_API __declspec(dllimport) macro61 #if !defined(JSON_API)62 #define JSON_API macro
75 class JSON_API StaticString {116 class JSON_API Value {508 class JSON_API PathArgument {539 class JSON_API Path {614 class JSON_API ValueMapAllocator {629 class JSON_API ValueInternalLink {666 class JSON_API ValueInternalMap {757 class JSON_API ValueInternalArray {877 class JSON_API ValueArrayAllocator {910 class JSON_API ValueIteratorBase {[all …]
31 class JSON_API Reader {268 JSON_API std::istream& operator>>(std::istream&, Value&);
19 class JSON_API Features {
149 #define JSON_API CPPTL_API macro152 #define JSON_API __declspec(dllexport) macro157 #define JSON_API __declspec(dllimport) macro161 #if !defined(JSON_API)162 #define JSON_API macro333 class JSON_API Features {425 class JSON_API Exception : public std::exception {440 class JSON_API RuntimeError : public Exception {451 class JSON_API LogicError : public Exception {501 class JSON_API StaticString {[all …]
48 - Patch #11: added missing JSON_API on some classes causing link issues