diff --git a/Info.plist b/Info.plist index 12a83dbe8..2a5cd7227 100644 --- a/Info.plist +++ b/Info.plist @@ -8,7 +8,7 @@ CFBundleIdentifier me.nlohmann.json CFBundleVersion - 3.0 + 1.0.0-rc1 DocSetFeedName Doxygen generated docs DocSetPublisherIdentifier diff --git a/Nodes.xml b/Nodes.xml index 4f7f49a01..0394de8e6 100644 --- a/Nodes.xml +++ b/Nodes.xml @@ -302,6 +302,27 @@ + + iterator_wrapper + classnlohmann_1_1basic__json_1_1iterator__wrapper.html + + + iterator_wrapper + classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html + a784f17dec56c1ec90b0b73eb8307ea7d + + + begin + classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html + a80305d6ac43b6fb53c62256e450485ac + + + end + classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html + ab5951e20b05998e768943acd0b418c81 + + + json_reverse_iterator classnlohmann_1_1basic__json_1_1json__reverse__iterator.html @@ -1182,6 +1203,10 @@ + + nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >::iterator_wrapper + classnlohmann_1_1basic__json_1_1iterator__wrapper.html + reverse_iterator diff --git a/Tokens.xml b/Tokens.xml index 51aaa89e0..6ee8541c4 100644 --- a/Tokens.xml +++ b/Tokens.xml @@ -2884,6 +2884,53 @@ return the value of an iterator json.hpp + + + nlohmann::basic_json::iterator_wrapper + c + cl + nlohmann::basic_json::iterator_wrapper + + classnlohmann_1_1basic__json_1_1iterator__wrapper.html + wrapper to access iterator member functions in range-based for + json.hpp + + + + iterator_wrapper + cpp + instm + nlohmann::basic_json::iterator_wrapper + + classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html + a784f17dec56c1ec90b0b73eb8307ea7d + construct iterator wrapper from a container + json.hpp + + + + begin + cpp + instm + nlohmann::basic_json::iterator_wrapper + + classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html + a80305d6ac43b6fb53c62256e450485ac + return iterator begin (needed for range-based for) + json.hpp + + + + end + cpp + instm + nlohmann::basic_json::iterator_wrapper + + classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html + ab5951e20b05998e768943acd0b418c81 + return iterator end (needed for range-based for) + json.hpp + nlohmann::basic_json::json_reverse_iterator diff --git a/annotated.html b/annotated.html index 13708b27c..c476a1978 100644 --- a/annotated.html +++ b/annotated.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -93,15 +93,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');  Cbasic_jsonClass to store JSON values  Cconst_iteratorConst random access iterator for the basic_json class  CiteratorMutable random access iterator for the basic_json class - Cjson_reverse_iteratorTemplate for a reverse iterator class - NstdSTL namespace - Chash< nlohmann::json >Hash value for JSON objects + Citerator_wrapperWrapper to access iterator member functions in range-based for + Cjson_reverse_iteratorTemplate for a reverse iterator class + NstdSTL namespace + Chash< nlohmann::json >Hash value for JSON objects diff --git a/classes.html b/classes.html index 68bd5bbea..e2440cd8c 100644 --- a/classes.html +++ b/classes.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -90,20 +90,23 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
B | C | H | I | J
+ + + - - - + + + +
  b  
-
  c  
  h  
+
basic_json::iterator_wrapper (nlohmann)   
  j  
+
basic_json (nlohmann)   hash< nlohmann::json > (std)   
  c  
  i  
-
  j  
-
basic_json (nlohmann)   basic_json::const_iterator (nlohmann)   hash< nlohmann::json > (std)   basic_json::iterator (nlohmann)   basic_json::json_reverse_iterator (nlohmann)   
basic_json::json_reverse_iterator (nlohmann)   
basic_json::const_iterator (nlohmann)   basic_json::iterator (nlohmann)   
B | C | H | I | J
diff --git a/classnlohmann_1_1basic__json-members.html b/classnlohmann_1_1basic__json-members.html index 489420768..de4acbdab 100644 --- a/classnlohmann_1_1basic__json-members.html +++ b/classnlohmann_1_1basic__json-members.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -231,7 +231,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/classnlohmann_1_1basic__json.html b/classnlohmann_1_1basic__json.html index 33af65354..b4b90fa71 100644 --- a/classnlohmann_1_1basic__json.html +++ b/classnlohmann_1_1basic__json.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -111,6 +111,9 @@ Classes class  iterator  a mutable random access iterator for the basic_json class More...
  +class  iterator_wrapper + wrapper to access iterator member functions in range-based for More...
+  class  json_reverse_iterator  a template for a reverse iterator class More...
  @@ -627,7 +630,7 @@ class nlohmann::basic_json diff --git a/classnlohmann_1_1basic__json_1_1const__iterator-members.html b/classnlohmann_1_1basic__json_1_1const__iterator-members.html index 55009b31b..17ffc1e23 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator-members.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator-members.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -128,7 +128,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/classnlohmann_1_1basic__json_1_1const__iterator.html b/classnlohmann_1_1basic__json_1_1const__iterator.html index 483aba084..a79b68a59 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -216,7 +216,7 @@ class nlohmann::basic_json::const_iterator diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html b/classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html index 5f373f4a7..1e1b479a5 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html b/classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html index edd991685..51cbc0bb2 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html b/classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html index 18c76fbcd..487c641e4 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html b/classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html index cb957eacc..4871afb1d 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html b/classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html index ab8f8c694..5f67f0617 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html b/classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html index a2af23b16..d3f4583b1 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html b/classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html index 509083475..b96d0cb90 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html b/classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html index abc8d0b49..e4571141c 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html b/classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html index 7d378c64a..9b9efb52e 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html b/classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html index 004d7dceb..490210061 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html b/classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html index 3fd654a36..1f6d330a1 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html b/classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html index 950fbce3c..2ee9286e6 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html b/classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html index 514ae02b7..7c3f6f4b9 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html b/classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html index ca97375b3..1fdf50c72 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html b/classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html index bfc020869..2d1c9f762 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html b/classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html index 71d774a76..11239621e 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html b/classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html index 1f6318e54..b8af00092 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html b/classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html index 525085e4b..f65ad85f9 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html b/classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html index fc3f91271..3ddb961ed 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html b/classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html index b9fab8667..0b0064f73 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -150,7 +150,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html b/classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html index 50f060d81..d96fa66cd 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html b/classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html index 227458107..4b3845562 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html b/classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html index 1330ae6fa..06e2dde88 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html b/classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html index dc9f48e98..3ef75a7bd 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -147,7 +147,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html b/classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html index 7ce74555a..65e7505fa 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html b/classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html index 4d071169c..bf389f154 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html b/classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html index 7572409c1..b0ff275a5 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html b/classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html index e766c3667..22f56c947 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html b/classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html index ef2c4276b..90f225d92 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html b/classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html index af59fc79c..379f5d50d 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html b/classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html index 4219e2230..13c0b39e2 100644 --- a/classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html +++ b/classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -151,7 +151,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator-members.html b/classnlohmann_1_1basic__json_1_1iterator-members.html index 8ea0d58bb..4da7f9cc1 100644 --- a/classnlohmann_1_1basic__json_1_1iterator-members.html +++ b/classnlohmann_1_1basic__json_1_1iterator-members.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -135,7 +135,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/classnlohmann_1_1basic__json_1_1iterator.html b/classnlohmann_1_1basic__json_1_1iterator.html index 8031db9f7..14dae2c56 100644 --- a/classnlohmann_1_1basic__json_1_1iterator.html +++ b/classnlohmann_1_1basic__json_1_1iterator.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -267,7 +267,7 @@ class nlohmann::basic_json::iterator diff --git a/classnlohmann_1_1basic__json_1_1iterator__wrapper-members.html b/classnlohmann_1_1basic__json_1_1iterator__wrapper-members.html new file mode 100644 index 000000000..6c74ac8e8 --- /dev/null +++ b/classnlohmann_1_1basic__json_1_1iterator__wrapper-members.html @@ -0,0 +1,108 @@ + + + + + + +JSON for Modern C++: Member List + + + + + + + + + + + +
+
+ + + + + + +
+
JSON for Modern C++ +  1.0.0-rc1 +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
nlohmann::basic_json::iterator_wrapper Member List
+
+
+ +

This is the complete list of members for nlohmann::basic_json::iterator_wrapper, including all inherited members.

+ + + + +
begin()nlohmann::basic_json::iterator_wrapperinline
end()nlohmann::basic_json::iterator_wrapperinline
iterator_wrapper(basic_json &cont)nlohmann::basic_json::iterator_wrapperinline
+ + + + diff --git a/classnlohmann_1_1basic__json_1_1iterator__wrapper.html b/classnlohmann_1_1basic__json_1_1iterator__wrapper.html new file mode 100644 index 000000000..4cfb35bb4 --- /dev/null +++ b/classnlohmann_1_1basic__json_1_1iterator__wrapper.html @@ -0,0 +1,129 @@ + + + + + + +JSON for Modern C++: nlohmann::basic_json::iterator_wrapper Class Reference + + + + + + + + + + + +
+
+ + + + + + +
+
JSON for Modern C++ +  1.0.0-rc1 +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
nlohmann::basic_json::iterator_wrapper Class Reference
+
+
+ +

wrapper to access iterator member functions in range-based for + More...

+ +

#include <json.hpp>

+ + + + + + + + + + + +

+Public Member Functions

 iterator_wrapper (basic_json &cont)
 construct iterator wrapper from a container More...
 
iterator_wrapper_internal begin ()
 return iterator begin (needed for range-based for) More...
 
iterator_wrapper_internal end ()
 return iterator end (needed for range-based for) More...
 
+

Detailed Description

+

template<template< typename U, typename V, typename...Args > class ObjectType = std::map, template< typename U, typename...Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = int64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator>
+class nlohmann::basic_json::iterator_wrapper

+ +

This class allows to access key() and value() during range-based for loops. In these loops, a reference to the JSON values is returned, so there is no access to the underlying iterator.

+
+ + + + diff --git a/classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html b/classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html new file mode 100644 index 000000000..fd46dafe2 --- /dev/null +++ b/classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html @@ -0,0 +1,131 @@ + + + + + + +JSON for Modern C++: nlohmann::basic_json::iterator_wrapper::iterator_wrapper + + + + + + + + + + + +
+
+ + + + + + +
+
JSON for Modern C++ +  1.0.0-rc1 +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+ + + + + +
+ + + +
+
+
+template<template< typename U, typename V, typename...Args > class ObjectType = std::map, template< typename U, typename...Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = int64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator>
+ + + + + +
+ + + + + + + + +
nlohmann::basic_json::iterator_wrapper::iterator_wrapper (basic_jsoncont)
+
+inline
+
+ +
+
+
+
+ + + + diff --git a/classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html b/classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html new file mode 100644 index 000000000..46749dc5c --- /dev/null +++ b/classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html @@ -0,0 +1,130 @@ + + + + + + +JSON for Modern C++: nlohmann::basic_json::iterator_wrapper::begin + + + + + + + + + + + +
+
+ + + + + + +
+
JSON for Modern C++ +  1.0.0-rc1 +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+ + + + + +
+ + + +
+
+
+template<template< typename U, typename V, typename...Args > class ObjectType = std::map, template< typename U, typename...Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = int64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator>
+ + + + + +
+ + + + + + + +
iterator_wrapper_internal nlohmann::basic_json::iterator_wrapper::begin ()
+
+inline
+
+ +
+
+
+
+ + + + diff --git a/classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html b/classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html new file mode 100644 index 000000000..7cbf522ab --- /dev/null +++ b/classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html @@ -0,0 +1,130 @@ + + + + + + +JSON for Modern C++: nlohmann::basic_json::iterator_wrapper::end + + + + + + + + + + + +
+
+ + + + + + +
+
JSON for Modern C++ +  1.0.0-rc1 +
+
+
+ + + + + +
+
+ + +
+ +
+ + +
+
+ + + + + +
+ + + +
+
+
+template<template< typename U, typename V, typename...Args > class ObjectType = std::map, template< typename U, typename...Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = int64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator>
+ + + + + +
+ + + + + + + +
iterator_wrapper_internal nlohmann::basic_json::iterator_wrapper::end ()
+
+inline
+
+ +
+
+
+
+ + + + diff --git a/classnlohmann_1_1basic__json_1_1iterator_a037e5f3de196ff4cea8a95a8a4e35882.html b/classnlohmann_1_1basic__json_1_1iterator_a037e5f3de196ff4cea8a95a8a4e35882.html index 29462dd60..2c785bafb 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a037e5f3de196ff4cea8a95a8a4e35882.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a037e5f3de196ff4cea8a95a8a4e35882.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a0a43bd93e6e46645ed0b93d3af7bfe22.html b/classnlohmann_1_1basic__json_1_1iterator_a0a43bd93e6e46645ed0b93d3af7bfe22.html index c5930e73a..25e86ccb6 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a0a43bd93e6e46645ed0b93d3af7bfe22.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a0a43bd93e6e46645ed0b93d3af7bfe22.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a0c0acb68cc2a50a0e8782f860184883f.html b/classnlohmann_1_1basic__json_1_1iterator_a0c0acb68cc2a50a0e8782f860184883f.html index cc3cdc811..20d92002f 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a0c0acb68cc2a50a0e8782f860184883f.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a0c0acb68cc2a50a0e8782f860184883f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a0eb7ac9b746fb6f931ae728f70f92a8e.html b/classnlohmann_1_1basic__json_1_1iterator_a0eb7ac9b746fb6f931ae728f70f92a8e.html index 0c5fc54c2..a64bd5a3f 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a0eb7ac9b746fb6f931ae728f70f92a8e.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a0eb7ac9b746fb6f931ae728f70f92a8e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a1220b360a07b0605f7d2f4b3cfd16736.html b/classnlohmann_1_1basic__json_1_1iterator_a1220b360a07b0605f7d2f4b3cfd16736.html index bedc51aae..817b095e6 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a1220b360a07b0605f7d2f4b3cfd16736.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a1220b360a07b0605f7d2f4b3cfd16736.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a21d32a4547ba4cbadd8b435a6a0d0e1b.html b/classnlohmann_1_1basic__json_1_1iterator_a21d32a4547ba4cbadd8b435a6a0d0e1b.html index 61c3805d2..8f231e885 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a21d32a4547ba4cbadd8b435a6a0d0e1b.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a21d32a4547ba4cbadd8b435a6a0d0e1b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a302d810a0685f8d39368eaa65c833acf.html b/classnlohmann_1_1basic__json_1_1iterator_a302d810a0685f8d39368eaa65c833acf.html index b6d2645aa..61953367b 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a302d810a0685f8d39368eaa65c833acf.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a302d810a0685f8d39368eaa65c833acf.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a33277dbf06ac5c1e7102e26f6b5e2c00.html b/classnlohmann_1_1basic__json_1_1iterator_a33277dbf06ac5c1e7102e26f6b5e2c00.html index 8f7cb0095..b8d9e1d78 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a33277dbf06ac5c1e7102e26f6b5e2c00.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a33277dbf06ac5c1e7102e26f6b5e2c00.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a4ae612fa9eb59784047b40f0419db65d.html b/classnlohmann_1_1basic__json_1_1iterator_a4ae612fa9eb59784047b40f0419db65d.html index 752822ec0..f83f8bfb4 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a4ae612fa9eb59784047b40f0419db65d.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a4ae612fa9eb59784047b40f0419db65d.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html b/classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html index 992cddb85..c2a6f0ef9 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a7031e759ee52d1283aada0ff81108a5e.html b/classnlohmann_1_1basic__json_1_1iterator_a7031e759ee52d1283aada0ff81108a5e.html index cb64e2f82..ba3a6118d 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a7031e759ee52d1283aada0ff81108a5e.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a7031e759ee52d1283aada0ff81108a5e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a799627115ae852c4bb9ca2042ce0aa94.html b/classnlohmann_1_1basic__json_1_1iterator_a799627115ae852c4bb9ca2042ce0aa94.html index 400e8a91b..7401ba9a5 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a799627115ae852c4bb9ca2042ce0aa94.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a799627115ae852c4bb9ca2042ce0aa94.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html b/classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html index c19117ce3..3cbf94681 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_a9fcfda575b08d0c73b6274cdbbe7f184.html b/classnlohmann_1_1basic__json_1_1iterator_a9fcfda575b08d0c73b6274cdbbe7f184.html index ac2f5811a..31c2a8bf4 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_a9fcfda575b08d0c73b6274cdbbe7f184.html +++ b/classnlohmann_1_1basic__json_1_1iterator_a9fcfda575b08d0c73b6274cdbbe7f184.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_aa2bd10afdcfc70acb8eaabbd2f6496f0.html b/classnlohmann_1_1basic__json_1_1iterator_aa2bd10afdcfc70acb8eaabbd2f6496f0.html index 4d836f3c5..304ddb1bc 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_aa2bd10afdcfc70acb8eaabbd2f6496f0.html +++ b/classnlohmann_1_1basic__json_1_1iterator_aa2bd10afdcfc70acb8eaabbd2f6496f0.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -128,7 +128,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html b/classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html index 82a3df74d..f45869c95 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html +++ b/classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_ab5cf753cb2f8ce53b9f3e54c39e50ee3.html b/classnlohmann_1_1basic__json_1_1iterator_ab5cf753cb2f8ce53b9f3e54c39e50ee3.html index e27fa1633..507f2e087 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_ab5cf753cb2f8ce53b9f3e54c39e50ee3.html +++ b/classnlohmann_1_1basic__json_1_1iterator_ab5cf753cb2f8ce53b9f3e54c39e50ee3.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -140,7 +140,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html b/classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html index a85dc3cfc..59ec6896b 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html +++ b/classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -128,7 +128,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_af64127418c567660d92b1afdfe9676db.html b/classnlohmann_1_1basic__json_1_1iterator_af64127418c567660d92b1afdfe9676db.html index 7f146a624..1af9abc0b 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_af64127418c567660d92b1afdfe9676db.html +++ b/classnlohmann_1_1basic__json_1_1iterator_af64127418c567660d92b1afdfe9676db.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -139,7 +139,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1iterator_afe65b5a0572c7bfdd7ccc942bb8e9fe2.html b/classnlohmann_1_1basic__json_1_1iterator_afe65b5a0572c7bfdd7ccc942bb8e9fe2.html index f43e595d7..2ca9421e7 100644 --- a/classnlohmann_1_1basic__json_1_1iterator_afe65b5a0572c7bfdd7ccc942bb8e9fe2.html +++ b/classnlohmann_1_1basic__json_1_1iterator_afe65b5a0572c7bfdd7ccc942bb8e9fe2.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -128,7 +128,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator-members.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator-members.html index d9cf2e332..470e2b979 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator-members.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator-members.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator.html index 38fb1d023..7fd931d0b 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -171,7 +171,7 @@ class nlohmann::basic_json::json_reverse_iterator< Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a03e542423284327d3801cf078f1c2b44.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a03e542423284327d3801cf078f1c2b44.html index 753fa2f12..706f48c74 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a03e542423284327d3801cf078f1c2b44.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a03e542423284327d3801cf078f1c2b44.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a0b494ef7570d031216f907d2c85ec323.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a0b494ef7570d031216f907d2c85ec323.html index 46ac3fc47..ae76518e1 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a0b494ef7570d031216f907d2c85ec323.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a0b494ef7570d031216f907d2c85ec323.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a15e9cf4c5a43238e82ab69c4a295c491.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a15e9cf4c5a43238e82ab69c4a295c491.html index 72ddfce4a..af6743b75 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a15e9cf4c5a43238e82ab69c4a295c491.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a15e9cf4c5a43238e82ab69c4a295c491.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -136,7 +136,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a1c84e6d1f047ab4105fa665f455158a7.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a1c84e6d1f047ab4105fa665f455158a7.html index 7f437c0af..93ae43f33 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a1c84e6d1f047ab4105fa665f455158a7.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a1c84e6d1f047ab4105fa665f455158a7.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a2a1dc92fbec862883c8b89755c787c99.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a2a1dc92fbec862883c8b89755c787c99.html index 2ef416f0b..a54373c63 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a2a1dc92fbec862883c8b89755c787c99.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a2a1dc92fbec862883c8b89755c787c99.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a5ee9ec91a6ddcd8d72278d681361626f.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a5ee9ec91a6ddcd8d72278d681361626f.html index c08db63b9..eb25ec34f 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a5ee9ec91a6ddcd8d72278d681361626f.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a5ee9ec91a6ddcd8d72278d681361626f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -125,7 +125,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a61d31531e0dfc5448e7fa15678b05bbe.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a61d31531e0dfc5448e7fa15678b05bbe.html index 7ced3aea4..ee5c95e6d 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a61d31531e0dfc5448e7fa15678b05bbe.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a61d31531e0dfc5448e7fa15678b05bbe.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -136,7 +136,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a6bd38ed124df0332ba3263a9176b0101.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a6bd38ed124df0332ba3263a9176b0101.html index e69cc6507..ca6b9045b 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a6bd38ed124df0332ba3263a9176b0101.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a6bd38ed124df0332ba3263a9176b0101.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a70086e392779ecbbc9e6845b2be126a0.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a70086e392779ecbbc9e6845b2be126a0.html index 70b2f2f31..bfc99a4a7 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a70086e392779ecbbc9e6845b2be126a0.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_a70086e392779ecbbc9e6845b2be126a0.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_aa82b48aee07baee284f8340b37ec6864.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_aa82b48aee07baee284f8340b37ec6864.html index 3f9e2891f..53407bc92 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_aa82b48aee07baee284f8340b37ec6864.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_aa82b48aee07baee284f8340b37ec6864.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html index d3cfc82b1..17fb78aa9 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -125,7 +125,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ac427d8f61858c13b7c16649bfbf75e76.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ac427d8f61858c13b7c16649bfbf75e76.html index 5d32120b2..44c2d0bb8 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ac427d8f61858c13b7c16649bfbf75e76.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ac427d8f61858c13b7c16649bfbf75e76.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ad3d6837b6f97065625c6c65f62f4b6d4.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ad3d6837b6f97065625c6c65f62f4b6d4.html index 33f1336ca..6855cc314 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ad3d6837b6f97065625c6c65f62f4b6d4.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ad3d6837b6f97065625c6c65f62f4b6d4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -136,7 +136,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ae988bd36b7d098b1157871f83b2d6265.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ae988bd36b7d098b1157871f83b2d6265.html index 72c71a21e..410df1d80 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ae988bd36b7d098b1157871f83b2d6265.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_ae988bd36b7d098b1157871f83b2d6265.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -137,7 +137,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_af972fce017b24906236ab235857a11a8.html b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_af972fce017b24906236ab235857a11a8.html index 301ea1295..cabdcafc7 100644 --- a/classnlohmann_1_1basic__json_1_1json__reverse__iterator_af972fce017b24906236ab235857a11a8.html +++ b/classnlohmann_1_1basic__json_1_1json__reverse__iterator_af972fce017b24906236ab235857a11a8.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -136,7 +136,7 @@ template<typename Base > diff --git a/classnlohmann_1_1basic__json_a01a2643289b69cd71d9b3f3fc209b748.html b/classnlohmann_1_1basic__json_a01a2643289b69cd71d9b3f3fc209b748.html index 6b2505f88..d3de3b969 100644 --- a/classnlohmann_1_1basic__json_a01a2643289b69cd71d9b3f3fc209b748.html +++ b/classnlohmann_1_1basic__json_a01a2643289b69cd71d9b3f3fc209b748.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
16  std::cout << "number of elements with key \"two\": " << count_two << '\n';
17  std::cout << "number of elements with key \"three\": " << count_three << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
size_type count(typename object_t::key_type key) const
returns the number of occurrences of a key in a JSON object
Definition: json.hpp:3134
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
size_type count(typename object_t::key_type key) const
returns the number of occurrences of a key in a JSON object
Definition: json.hpp:3157
Output (play with this example online):
number of elements with key "two": 1
 number of elements with key "three": 0
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/count.cpp -o count 
@@ -287,7 +287,7 @@ number of elements with key "three": 0 diff --git a/classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html b/classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html index 570bd35e2..b368d658d 100644 --- a/classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html +++ b/classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -286,8 +286,8 @@ In case the parameter value is not a number, a JSON null value is creat
19  std::cout << j_nan << '\n';
20  std::cout << j23 << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
42.2299995422363
 null
 23.42
@@ -302,7 +302,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a058be74840ddfec9dad9755ac8dc8b99.html b/classnlohmann_1_1basic__json_a058be74840ddfec9dad9755ac8dc8b99.html
index 9e8204a10..b4dc2df9f 100644
--- a/classnlohmann_1_1basic__json_a058be74840ddfec9dad9755ac8dc8b99.html
+++ b/classnlohmann_1_1basic__json_a058be74840ddfec9dad9755ac8dc8b99.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_number() << '\n';
24  std::cout << j_string.is_number() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
bool is_number() const noexcept
return whether value is a number
Definition: json.hpp:1842
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
bool is_number() const noexcept
return whether value is a number
Definition: json.hpp:1865
Output (play with this example online):
false
 false
 true
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a0998ed4a76d1e5048fd043475eb7bfde.html b/classnlohmann_1_1basic__json_a0998ed4a76d1e5048fd043475eb7bfde.html
index a527f0c4e..8d0324b72 100644
--- a/classnlohmann_1_1basic__json_a0998ed4a76d1e5048fd043475eb7bfde.html
+++ b/classnlohmann_1_1basic__json_a0998ed4a76d1e5048fd043475eb7bfde.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -292,9 +292,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << j_array.max_size() << '\n';
23  std::cout << j_string.max_size() << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
size_type max_size() const noexcept
returns the maximum possible number of elements
Definition: json.hpp:3507
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
size_type max_size() const noexcept
returns the maximum possible number of elements
Definition: json.hpp:3530
Output (play with this example online):
0
 1
 1
@@ -312,7 +312,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a0a7560122349628cf4942a316aa6d21f.html b/classnlohmann_1_1basic__json_a0a7560122349628cf4942a316aa6d21f.html
index 6af20c808..4b9532ac4 100644
--- a/classnlohmann_1_1basic__json_a0a7560122349628cf4942a316aa6d21f.html
+++ b/classnlohmann_1_1basic__json_a0a7560122349628cf4942a316aa6d21f.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << array << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
[1,2,3,4,5]
 null
 [1,2,3,4,5,6,7]
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html b/classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html
index 2eec1b6ba..2a794eb1d 100644
--- a/classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html
+++ b/classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,9 +274,9 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // serialize the JSON object
14  std::cout << j << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
ObjectType< StringType, basic_json, std::less< StringType >, AllocatorType< std::pair< const StringType, basic_json >>> object_t
a type for an object
Definition: json.hpp:304
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
ObjectType< StringType, basic_json, std::less< StringType >, AllocatorType< std::pair< const StringType, basic_json >>> object_t
a type for an object
Definition: json.hpp:327
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{"one":1,"two":2}
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__object_t.cpp -o basic_json__object_t 
See also
basic_json(const CompatibleObjectType&)
@@ -289,7 +289,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html b/classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html index 2f7c5e340..5460f2b4b 100644 --- a/classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html +++ b/classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,8 +288,8 @@ template<typename CompatibleNumberIntegerType , typename std::enable_if< s
25  std::cout << j17 << '\n';
26  std::cout << j8 << '\n';
27 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
42
 23
 1024
@@ -306,7 +306,7 @@ template<typename CompatibleNumberIntegerType , typename std::enable_if< s
 
 
 
diff --git a/classnlohmann_1_1basic__json_a0e372f4c5a90c6be7242a2d7a3709b48.html b/classnlohmann_1_1basic__json_a0e372f4c5a90c6be7242a2d7a3709b48.html
index 8dd193aaa..ae9f9b437 100644
--- a/classnlohmann_1_1basic__json_a0e372f4c5a90c6be7242a2d7a3709b48.html
+++ b/classnlohmann_1_1basic__json_a0e372f4c5a90c6be7242a2d7a3709b48.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << object << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
{"one":1,"two":2}
 null
 {"four":4,"one":1,"three":3,"two":2}
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a122640e7e2db1814fc7bbb3c122ec76e.html b/classnlohmann_1_1basic__json_a122640e7e2db1814fc7bbb3c122ec76e.html
index 0746bc90f..704b4bf90 100644
--- a/classnlohmann_1_1basic__json_a122640e7e2db1814fc7bbb3c122ec76e.html
+++ b/classnlohmann_1_1basic__json_a122640e7e2db1814fc7bbb3c122ec76e.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -292,8 +292,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " == " << number_2 << " " << (number_1 == number_2) << '\n';
22  std::cout << string_1 << " == " << string_2 << " " << (string_1 == string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] == [1,2,4] false
 {"A":"a","B":"b"} == {"A":"a","B":"b"} true
 17 == 17 true
@@ -308,7 +308,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a13e5642dbfa1602c937d295a085413cc.html b/classnlohmann_1_1basic__json_a13e5642dbfa1602c937d295a085413cc.html
index 46165b8f3..8cdc57aff 100644
--- a/classnlohmann_1_1basic__json_a13e5642dbfa1602c937d295a085413cc.html
+++ b/classnlohmann_1_1basic__json_a13e5642dbfa1602c937d295a085413cc.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html b/classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html index aaa724a09..1658fbf5b 100644 --- a/classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html +++ b/classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,9 +274,9 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // serialize the JSON array
14  std::cout << j << '\n';
15 }
-
StringType string_t
a type for a string
Definition: json.hpp:387
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
StringType string_t
a type for a string
Definition: json.hpp:410
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"The quick brown fox jumps over the lazy doc"
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__string_t.cpp -o basic_json__string_t 
See also
basic_json(const typename string_t::value_type*)
@@ -291,7 +291,7 @@ basic_json(const CompatibleStringType&)
diff --git a/classnlohmann_1_1basic__json_a1683189bd539313b5559f07961166c8b.html b/classnlohmann_1_1basic__json_a1683189bd539313b5559f07961166c8b.html index 899214029..2394fd2f2 100644 --- a/classnlohmann_1_1basic__json_a1683189bd539313b5559f07961166c8b.html +++ b/classnlohmann_1_1basic__json_a1683189bd539313b5559f07961166c8b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a16a275d0201e9aedc87c933c764b8869.html b/classnlohmann_1_1basic__json_a16a275d0201e9aedc87c933c764b8869.html index d6846da3e..4a61c2b7f 100644 --- a/classnlohmann_1_1basic__json_a16a275d0201e9aedc87c933c764b8869.html +++ b/classnlohmann_1_1basic__json_a16a275d0201e9aedc87c933c764b8869.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,9 +288,9 @@ template<template< typename U, typename V, typename...Args > class Obje
25  std::cout << "out of range" << '\n';
26  }
27 }
-
a class to store JSON values
Definition: json.hpp:159
-
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2450
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2473
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"il brutto"
 out of range
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/at__object_t_key_type_const.cpp -o at__object_t_key_type_const 
@@ -303,7 +303,7 @@ out of range diff --git a/classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html b/classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html index a8e927ba3..acf3e7c43 100644 --- a/classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html +++ b/classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -276,9 +276,9 @@ template<typename T , typename std::enable_if< not(std::is_same< T, int
12  // serialize the JSON numbers
13  std::cout << j << '\n';
14 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:475
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:498
Output (play with this example online):
42
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__number_integer_t.cpp -o basic_json__number_integer_t 
See also
basic_json(const int)
@@ -291,7 +291,7 @@ template<typename T , typename std::enable_if< not(std::is_same< T, int diff --git a/classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html b/classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html index 2a5abc9e8..edb439b5f 100644 --- a/classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html +++ b/classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -277,7 +277,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html b/classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html index 124463839..ded4ffdf0 100644 --- a/classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html +++ b/classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -271,8 +271,8 @@ template<template< typename U, typename V, typename...Args > class Obje
10  // serialize the JSON array
11  std::cout << j << '\n';
12 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"The quick brown fox jumps over the lazy doc"
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__string_t_value_type.cpp -o basic_json__string_t_value_type 
See also
basic_json(const string_t&)
@@ -287,7 +287,7 @@ basic_json(const CompatibleStringType&)
diff --git a/classnlohmann_1_1basic__json_a266c4dd24d11a86e4831523af5d9df4d.html b/classnlohmann_1_1basic__json_a266c4dd24d11a86e4831523af5d9df4d.html index e7216fd27..d3dc37a14 100644 --- a/classnlohmann_1_1basic__json_a266c4dd24d11a86e4831523af5d9df4d.html +++ b/classnlohmann_1_1basic__json_a266c4dd24d11a86e4831523af5d9df4d.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -295,8 +295,8 @@ This function is required for compatibility reasons with Clang.
28  // output changed object
29  std::cout << std::setw(4) << object << '\n';
30 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
2
 
 {
@@ -326,7 +326,7 @@ This function is required for compatibility reasons with Clang.
 
 
 
diff --git a/classnlohmann_1_1basic__json_a2adfc8d24bea3908398cbf325b5dc1d7.html b/classnlohmann_1_1basic__json_a2adfc8d24bea3908398cbf325b5dc1d7.html
index 4672289c6..c44ab8bf5 100644
--- a/classnlohmann_1_1basic__json_a2adfc8d24bea3908398cbf325b5dc1d7.html
+++ b/classnlohmann_1_1basic__json_a2adfc8d24bea3908398cbf325b5dc1d7.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,10 +270,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
const_reverse_iterator crbegin() const
returns a const reverse iterator to the last element
Definition: json.hpp:3333
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
const_reverse_iterator crbegin() const
returns a const reverse iterator to the last element
Definition: json.hpp:3356
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/crbegin.cpp -o crbegin 
@@ -285,7 +285,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a2bb1b109282149119a070be4ac76f820.html b/classnlohmann_1_1basic__json_a2bb1b109282149119a070be4ac76f820.html index ee82839bf..e4af2ca9f 100644 --- a/classnlohmann_1_1basic__json_a2bb1b109282149119a070be4ac76f820.html +++ b/classnlohmann_1_1basic__json_a2bb1b109282149119a070be4ac76f820.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_object() << '\n';
24  std::cout << j_string.is_object() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_object() const noexcept
return whether value is an object
Definition: json.hpp:1895
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_object() const noexcept
return whether value is an object
Definition: json.hpp:1918
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 false
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a31af4b416e9ccb373291a645da7f83d7.html b/classnlohmann_1_1basic__json_a31af4b416e9ccb373291a645da7f83d7.html
index 37f03e916..5acea7cfa 100644
--- a/classnlohmann_1_1basic__json_a31af4b416e9ccb373291a645da7f83d7.html
+++ b/classnlohmann_1_1basic__json_a31af4b416e9ccb373291a645da7f83d7.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -281,11 +281,11 @@ template<template< typename U, typename V, typename...Args > class Obje
32  std::cout << (t_array == json::value_t::array) << '\n';
33  std::cout << (t_string == json::value_t::string) << '\n';
34 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
-
value_t
the JSON type enumeration
Definition: json.hpp:551
+
value_t
the JSON type enumeration
Definition: json.hpp:574
array (ordered collection of values)
number value (floating-point)
@@ -308,7 +308,7 @@ true diff --git a/classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html b/classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html index 55e17f13a..760496fc0 100644 --- a/classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html +++ b/classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,8 +270,8 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << a << '\n';
15  std::cout << b << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
null
 23
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__moveconstructor.cpp -o basic_json__moveconstructor 
@@ -284,7 +284,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a34d6a60dd99e9f33b8273a1c8db5669b.html b/classnlohmann_1_1basic__json_a34d6a60dd99e9f33b8273a1c8db5669b.html index aca591995..3bd1220f6 100644 --- a/classnlohmann_1_1basic__json_a34d6a60dd99e9f33b8273a1c8db5669b.html +++ b/classnlohmann_1_1basic__json_a34d6a60dd99e9f33b8273a1c8db5669b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,8 +283,8 @@ template<template< typename U, typename V, typename...Args > class Obje
16  std::cout << std::setw(4) << j_object << "\n\n";
17  std::cout << std::setw(2) << j_array << "\n\n";
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{"one":1,"two":2}
 
 [1,2,4,8,16]
@@ -312,7 +312,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a429c2606865483ff357cccc1b1c46569.html b/classnlohmann_1_1basic__json_a429c2606865483ff357cccc1b1c46569.html
index af5454acc..9b2344ef2 100644
--- a/classnlohmann_1_1basic__json_a429c2606865483ff357cccc1b1c46569.html
+++ b/classnlohmann_1_1basic__json_a429c2606865483ff357cccc1b1c46569.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << array << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
[1,2,3,4,5]
 null
 [1,2,3,4,5,6,7]
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html b/classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html
index 6166b98f3..2f5f9bda3 100644
--- a/classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html
+++ b/classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -271,10 +271,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
const_iterator cbegin() const
returns a const iterator to the first element
Definition: json.hpp:3198
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
a const random access iterator for the basic_json class
Definition: json.hpp:4938
+
a class to store JSON values
Definition: json.hpp:182
+
const_iterator cbegin() const
returns a const iterator to the first element
Definition: json.hpp:3221
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
a const random access iterator for the basic_json class
Definition: json.hpp:4961
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/cbegin.cpp -o cbegin 
@@ -286,7 +286,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a4943b7f16ddc4e0df33c0cae7ef14471.html b/classnlohmann_1_1basic__json_a4943b7f16ddc4e0df33c0cae7ef14471.html index 9bd2b571e..dc857e082 100644 --- a/classnlohmann_1_1basic__json_a4943b7f16ddc4e0df33c0cae7ef14471.html +++ b/classnlohmann_1_1basic__json_a4943b7f16ddc4e0df33c0cae7ef14471.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
const_reverse_iterator crend() const
returns a const reverse iterator to one before the first
Definition: json.hpp:3354
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
const_reverse_iterator crend() const
returns a const reverse iterator to one before the first
Definition: json.hpp:3377
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/crend.cpp -o crend 
@@ -288,7 +288,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a4ad3f27ecece8f644e8dca69a97eb67f.html b/classnlohmann_1_1basic__json_a4ad3f27ecece8f644e8dca69a97eb67f.html index 1c26d2933..ed1b0594e 100644 --- a/classnlohmann_1_1basic__json_a4ad3f27ecece8f644e8dca69a97eb67f.html +++ b/classnlohmann_1_1basic__json_a4ad3f27ecece8f644e8dca69a97eb67f.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
const_reverse_iterator crend() const
returns a const reverse iterator to one before the first
Definition: json.hpp:3354
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
const_reverse_iterator crend() const
returns a const reverse iterator to one before the first
Definition: json.hpp:3377
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/crend.cpp -o crend 
@@ -288,7 +288,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a4bf695ddf4a00ea8feea2c725ec847f1.html b/classnlohmann_1_1basic__json_a4bf695ddf4a00ea8feea2c725ec847f1.html index 7eb0e2272..29e84bc81 100644 --- a/classnlohmann_1_1basic__json_a4bf695ddf4a00ea8feea2c725ec847f1.html +++ b/classnlohmann_1_1basic__json_a4bf695ddf4a00ea8feea2c725ec847f1.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,10 +278,10 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << "value = " << value << '\n';
18  std::cout << "object = " << object << '\n';
19 }
-
a class to store JSON values
Definition: json.hpp:159
-
ObjectType< StringType, basic_json, std::less< StringType >, AllocatorType< std::pair< const StringType, basic_json >>> object_t
a type for an object
Definition: json.hpp:304
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3934
+
a class to store JSON values
Definition: json.hpp:182
+
ObjectType< StringType, basic_json, std::less< StringType >, AllocatorType< std::pair< const StringType, basic_json >>> object_t
a type for an object
Definition: json.hpp:327
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3957
Output (play with this example online):
value = {"translation":{"cow":"Kuh","dog":"Hund"}}
 object = {"one":"eins","two":"zwei"}
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/swap__object_t.cpp -o swap__object_t 
@@ -294,7 +294,7 @@ object = {"one":"eins","two":"zwei"} diff --git a/classnlohmann_1_1basic__json_a4d688b5ff534d3ab4e284b3191061529.html b/classnlohmann_1_1basic__json_a4d688b5ff534d3ab4e284b3191061529.html index 96e51bbf0..45d0c8710 100644 --- a/classnlohmann_1_1basic__json_a4d688b5ff534d3ab4e284b3191061529.html +++ b/classnlohmann_1_1basic__json_a4d688b5ff534d3ab4e284b3191061529.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,10 +270,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
const_reverse_iterator crbegin() const
returns a const reverse iterator to the last element
Definition: json.hpp:3333
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
const_reverse_iterator crbegin() const
returns a const reverse iterator to the last element
Definition: json.hpp:3356
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/crbegin.cpp -o crbegin 
@@ -285,7 +285,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a55edaf09e1f7785463475f809d987cee.html b/classnlohmann_1_1basic__json_a55edaf09e1f7785463475f809d987cee.html index 6abdddd4d..d1b27188f 100644 --- a/classnlohmann_1_1basic__json_a55edaf09e1f7785463475f809d987cee.html +++ b/classnlohmann_1_1basic__json_a55edaf09e1f7785463475f809d987cee.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -295,10 +295,10 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << *new_pos << '\n';
15  std::cout << v << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3756
+
a class to store JSON values
Definition: json.hpp:182
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3779
Output (play with this example online):
7
 [1,2,7,7,7,7,7,7,7,3,4]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/insert__count.cpp -o insert__count 
@@ -311,7 +311,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html b/classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html index 64850e8f4..2e666c545 100644 --- a/classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html +++ b/classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -297,10 +297,10 @@ template<template< typename U, typename V, typename...Args > class Obje
27  std::cout << j_array_empty.empty() << '\n';
28  std::cout << j_string.empty() << '\n';
29 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool empty() const noexcept
checks whether the container is empty
Definition: json.hpp:3396
+
a class to store JSON values
Definition: json.hpp:182
+
bool empty() const noexcept
checks whether the container is empty
Definition: json.hpp:3419
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
Output (play with this example online):
true
 false
@@ -321,7 +321,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a57703688bee6b9736ab3a430d8d246f2.html b/classnlohmann_1_1basic__json_a57703688bee6b9736ab3a430d8d246f2.html
index cae628567..e24b99cb0 100644
--- a/classnlohmann_1_1basic__json_a57703688bee6b9736ab3a430d8d246f2.html
+++ b/classnlohmann_1_1basic__json_a57703688bee6b9736ab3a430d8d246f2.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -285,8 +285,8 @@ template<template< typename U, typename V, typename...Args > class Obje
22  // output changed array
23  std::cout << array << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
4
 [1,2,3,4,6]
 [1,2,3,4,6,null,null,null,null,null,11]
@@ -300,7 +300,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a57a96ab3ff1ce7b48a754129fb12c982.html b/classnlohmann_1_1basic__json_a57a96ab3ff1ce7b48a754129fb12c982.html
index 0b4d859a7..6ef69fd18 100644
--- a/classnlohmann_1_1basic__json_a57a96ab3ff1ce7b48a754129fb12c982.html
+++ b/classnlohmann_1_1basic__json_a57a96ab3ff1ce7b48a754129fb12c982.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,10 +278,10 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << "value = " << value << '\n';
18  std::cout << "string = " << string << '\n';
19 }
-
StringType string_t
a type for a string
Definition: json.hpp:387
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3934
+
StringType string_t
a type for a string
Definition: json.hpp:410
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3957
Output (play with this example online):
value = ["the good","the fast","the ugly"]
 string = the bad
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/swap__string_t.cpp -o swap__string_t 
@@ -294,7 +294,7 @@ string = the bad diff --git a/classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html b/classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html index 9d2bb2caa..02ea3b474 100644 --- a/classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html +++ b/classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -263,8 +263,8 @@ template<template< typename U, typename V, typename...Args > class Obje
10  // serialize the JSON null value
11  std::cout << j << '\n';
12 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
null
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json.cpp -o basic_json 
See also
basic_json(std::nullptr_t)
@@ -277,7 +277,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a5c8bb5200f5eac10d31e26be46e5b1ac.html b/classnlohmann_1_1basic__json_a5c8bb5200f5eac10d31e26be46e5b1ac.html index 553380ea9..9b76d38b2 100644 --- a/classnlohmann_1_1basic__json_a5c8bb5200f5eac10d31e26be46e5b1ac.html +++ b/classnlohmann_1_1basic__json_a5c8bb5200f5eac10d31e26be46e5b1ac.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,8 +288,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " == " << number_2 << " " << (number_1 > number_2) << '\n';
22  std::cout << string_1 << " == " << string_2 << " " << (string_1 > string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] == [1,2,4] false
 {"A":"a","B":"b"} == {"A":"a","B":"b"} false
 17 == 17.0000000000001 false
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a5e34c5435e557d0bf666bd7311211405.html b/classnlohmann_1_1basic__json_a5e34c5435e557d0bf666bd7311211405.html
index 1a47e7d81..7187b922c 100644
--- a/classnlohmann_1_1basic__json_a5e34c5435e557d0bf666bd7311211405.html
+++ b/classnlohmann_1_1basic__json_a5e34c5435e557d0bf666bd7311211405.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,8 +283,8 @@ template<template< typename U, typename V, typename...Args > class Obje
16  std::cout << std::setw(4) << j_object << "\n\n";
17  std::cout << std::setw(2) << j_array << "\n\n";
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{"one":1,"two":2}
 
 [1,2,4,8,16]
@@ -312,7 +312,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a5f0aad50ed7e8aec3128fe018c18b3fe.html b/classnlohmann_1_1basic__json_a5f0aad50ed7e8aec3128fe018c18b3fe.html
index fad616d69..9dd2924bb 100644
--- a/classnlohmann_1_1basic__json_a5f0aad50ed7e8aec3128fe018c18b3fe.html
+++ b/classnlohmann_1_1basic__json_a5f0aad50ed7e8aec3128fe018c18b3fe.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -310,9 +310,9 @@ template<typename ValueType , typename std::enable_if< not std::is_pointer
47  std::cout << i.first << ": " << i.second << '\n';
48  }
49 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
ValueType get() const
get a value (explicit)
Definition: json.hpp:2285
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
ValueType get() const
get a value (explicit)
Definition: json.hpp:2308
Output (play with this example online):
1
 42 42
 17.23 17
@@ -337,7 +337,7 @@ array: [1,2,3,4,5]
 
 
 
diff --git a/classnlohmann_1_1basic__json_a5fd8b54389698edf0c08e2dd001f610b.html b/classnlohmann_1_1basic__json_a5fd8b54389698edf0c08e2dd001f610b.html
index 673b7a966..15140d07c 100644
--- a/classnlohmann_1_1basic__json_a5fd8b54389698edf0c08e2dd001f610b.html
+++ b/classnlohmann_1_1basic__json_a5fd8b54389698edf0c08e2dd001f610b.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a60ca396028b8d9714c6e10efbf475af6.html b/classnlohmann_1_1basic__json_a60ca396028b8d9714c6e10efbf475af6.html index 0fb1310a9..8c82d534b 100644 --- a/classnlohmann_1_1basic__json_a60ca396028b8d9714c6e10efbf475af6.html +++ b/classnlohmann_1_1basic__json_a60ca396028b8d9714c6e10efbf475af6.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -293,8 +293,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  // serialize JSON
22  std::cout << std::setw(2) << j << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{
   "array": [
     1,
@@ -319,7 +319,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a62136b62f0ec60c0f2b5a3ce9aaa19b4.html b/classnlohmann_1_1basic__json_a62136b62f0ec60c0f2b5a3ce9aaa19b4.html
index d53309581..5ba510d18 100644
--- a/classnlohmann_1_1basic__json_a62136b62f0ec60c0f2b5a3ce9aaa19b4.html
+++ b/classnlohmann_1_1basic__json_a62136b62f0ec60c0f2b5a3ce9aaa19b4.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_boolean() << '\n';
24  std::cout << j_string.is_boolean() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_boolean() const noexcept
return whether value is a boolean
Definition: json.hpp:1824
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_boolean() const noexcept
return whether value is a boolean
Definition: json.hpp:1847
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 true
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a63691315292df8e1522b00d37ebb1ffc.html b/classnlohmann_1_1basic__json_a63691315292df8e1522b00d37ebb1ffc.html
index eaf304bfe..346937646 100644
--- a/classnlohmann_1_1basic__json_a63691315292df8e1522b00d37ebb1ffc.html
+++ b/classnlohmann_1_1basic__json_a63691315292df8e1522b00d37ebb1ffc.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,7 +270,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a652414dd930cb3af3b6f454cc535a23e.html b/classnlohmann_1_1basic__json_a652414dd930cb3af3b6f454cc535a23e.html index bf655fecc..250d7b19e 100644 --- a/classnlohmann_1_1basic__json_a652414dd930cb3af3b6f454cc535a23e.html +++ b/classnlohmann_1_1basic__json_a652414dd930cb3af3b6f454cc535a23e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -294,9 +294,9 @@ template<template< typename U, typename V, typename...Args > class Obje
31  std::cout << "out of range" << '\n';
32  }
33 }
-
a class to store JSON values
Definition: json.hpp:159
-
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2450
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2473
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"il brutto"
 {"the bad":"il cattivo","the good":"il buono","the ugly":"il brutto"}
 out of range
@@ -310,7 +310,7 @@ out of range
 
 
 
diff --git a/classnlohmann_1_1basic__json_a656939a3dc9a6047e4afacd9e11b83a6.html b/classnlohmann_1_1basic__json_a656939a3dc9a6047e4afacd9e11b83a6.html
index 799c71c73..8f770a742 100644
--- a/classnlohmann_1_1basic__json_a656939a3dc9a6047e4afacd9e11b83a6.html
+++ b/classnlohmann_1_1basic__json_a656939a3dc9a6047e4afacd9e11b83a6.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -276,11 +276,11 @@ template<typename PointerType , typename std::enable_if< std::is_pointer&l
18  std::cout << *p1 << ' ' << *p2 << ' ' << *p3 << ' ' << *p4 << '\n';
19  std::cout << std::boolalpha << (p5 == nullptr) << '\n';
20 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
PointerType get_ptr() noexcept
get a pointer value (implicit)
Definition: json.hpp:2366
-
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:475
-
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:535
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
PointerType get_ptr() noexcept
get a pointer value (implicit)
Definition: json.hpp:2389
+
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:498
+
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:558
Output (play with this example online):
17 17 17 17
 true
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/get_ptr.cpp -o get_ptr 
@@ -293,7 +293,7 @@ true diff --git a/classnlohmann_1_1basic__json_a6944904b3b59769b1cf62ac2532cbe33.html b/classnlohmann_1_1basic__json_a6944904b3b59769b1cf62ac2532cbe33.html index a3a114ecc..dbde94be0 100644 --- a/classnlohmann_1_1basic__json_a6944904b3b59769b1cf62ac2532cbe33.html +++ b/classnlohmann_1_1basic__json_a6944904b3b59769b1cf62ac2532cbe33.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -266,7 +266,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a6a67c72ba65322bfcb28d170617dcdff.html b/classnlohmann_1_1basic__json_a6a67c72ba65322bfcb28d170617dcdff.html index a104c6ec7..87dd31191 100644 --- a/classnlohmann_1_1basic__json_a6a67c72ba65322bfcb28d170617dcdff.html +++ b/classnlohmann_1_1basic__json_a6a67c72ba65322bfcb28d170617dcdff.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << array << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
[1,2,3,4,5]
 null
 [1,2,3,4,5,6,7]
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html b/classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html
index 0ce424d1e..23690ebc7 100644
--- a/classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html
+++ b/classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -306,11 +306,11 @@ template<class InputIT , typename std::enable_if< std::is_same< InputIT
19  std::cout << j_number_range << '\n';
20  std::cout << j_object_range << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3090
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3113
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
["bravo","charly"]
 42
 {"one":"eins"}
@@ -324,7 +324,7 @@ template<class InputIT , typename std::enable_if< std::is_same< InputIT
 
 
 
diff --git a/classnlohmann_1_1basic__json_a6bbd3e72a870f1ba81ff6886b063b0fe.html b/classnlohmann_1_1basic__json_a6bbd3e72a870f1ba81ff6886b063b0fe.html
index a7bb61b38..2b4900825 100644
--- a/classnlohmann_1_1basic__json_a6bbd3e72a870f1ba81ff6886b063b0fe.html
+++ b/classnlohmann_1_1basic__json_a6bbd3e72a870f1ba81ff6886b063b0fe.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html b/classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html index 47ab620d1..b21d85691 100644 --- a/classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html +++ b/classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -275,9 +275,9 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // print values
14  std::cout << j_array << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2869
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2892
Output (play with this example online):
[0,1,3,4,5]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/erase__size_type.cpp -o erase__size_type 
@@ -289,7 +289,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a6e2e21da48f5d9471716cd868a068327.html b/classnlohmann_1_1basic__json_a6e2e21da48f5d9471716cd868a068327.html index c9b430700..8f7857b88 100644 --- a/classnlohmann_1_1basic__json_a6e2e21da48f5d9471716cd868a068327.html +++ b/classnlohmann_1_1basic__json_a6e2e21da48f5d9471716cd868a068327.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,8 +288,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " == " << number_2 << " " << (number_1 != number_2) << '\n';
22  std::cout << string_1 << " == " << string_2 << " " << (string_1 != string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] == [1,2,4] true
 {"A":"a","B":"b"} == {"A":"a","B":"b"} false
 17 == 17 false
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a71eba33d906745e66f340952b79fbce3.html b/classnlohmann_1_1basic__json_a71eba33d906745e66f340952b79fbce3.html
index 2542b6db3..facc2fd7d 100644
--- a/classnlohmann_1_1basic__json_a71eba33d906745e66f340952b79fbce3.html
+++ b/classnlohmann_1_1basic__json_a71eba33d906745e66f340952b79fbce3.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a72ba20783ecb3eec98bd6a3b870d565c.html b/classnlohmann_1_1basic__json_a72ba20783ecb3eec98bd6a3b870d565c.html index 2741864a8..9464b61fc 100644 --- a/classnlohmann_1_1basic__json_a72ba20783ecb3eec98bd6a3b870d565c.html +++ b/classnlohmann_1_1basic__json_a72ba20783ecb3eec98bd6a3b870d565c.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,10 +274,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
const_iterator cend() const
returns a const iterator to one past the last element
Definition: json.hpp:3253
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
a const random access iterator for the basic_json class
Definition: json.hpp:4938
+
a class to store JSON values
Definition: json.hpp:182
+
const_iterator cend() const
returns a const iterator to one past the last element
Definition: json.hpp:3276
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
a const random access iterator for the basic_json class
Definition: json.hpp:4961
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/cend.cpp -o cend 
@@ -289,7 +289,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a749e58042d8069f4f048ee4d23c43f63.html b/classnlohmann_1_1basic__json_a749e58042d8069f4f048ee4d23c43f63.html index fe7806593..e16267e79 100644 --- a/classnlohmann_1_1basic__json_a749e58042d8069f4f048ee4d23c43f63.html +++ b/classnlohmann_1_1basic__json_a749e58042d8069f4f048ee4d23c43f63.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << array << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
[1,2,3,4,5]
 null
 [1,2,3,4,5,6,7]
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a74a943800c7f103d0990d7eef82c6453.html b/classnlohmann_1_1basic__json_a74a943800c7f103d0990d7eef82c6453.html
index 2e08fca28..cd8e0fe3d 100644
--- a/classnlohmann_1_1basic__json_a74a943800c7f103d0990d7eef82c6453.html
+++ b/classnlohmann_1_1basic__json_a74a943800c7f103d0990d7eef82c6453.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,8 +288,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " >= " << number_2 << " " << (number_1 >= number_2) << '\n';
22  std::cout << string_1 << " >= " << string_2 << " " << (string_1 >= string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] >= [1,2,4] false
 {"A":"a","B":"b"} >= {"A":"a","B":"b"} true
 17 >= 17.0000000000001 false
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a74ccfa471a0c061876b247f820f3c741.html b/classnlohmann_1_1basic__json_a74ccfa471a0c061876b247f820f3c741.html
index 02d61509a..18ffd6e70 100644
--- a/classnlohmann_1_1basic__json_a74ccfa471a0c061876b247f820f3c741.html
+++ b/classnlohmann_1_1basic__json_a74ccfa471a0c061876b247f820f3c741.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -319,14 +319,14 @@ template<template< typename U, typename V, typename...Args > class Obje
53  json j_filtered = json::parse(ss, cb);
54  std::cout << std::setw(4) << j_filtered << '\n';
55 }
-
basic_json<> json
default JSON class
Definition: json.hpp:7122
-
a class to store JSON values
Definition: json.hpp:159
-
std::function< bool(int depth, parse_event_t event, basic_json &parsed)> parser_callback_t
per-element parser callback type
Definition: json.hpp:749
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void clear() noexcept
clears the contents
Definition: json.hpp:3562
+
basic_json<> json
default JSON class
Definition: json.hpp:7272
+
a class to store JSON values
Definition: json.hpp:182
+
std::function< bool(int depth, parse_event_t event, basic_json &parsed)> parser_callback_t
per-element parser callback type
Definition: json.hpp:772
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void clear() noexcept
clears the contents
Definition: json.hpp:3585
the parser read a key of a value in an object
-
static basic_json parse(const string_t &s, parser_callback_t cb=nullptr)
deserialize from string
Definition: json.hpp:4422
-
parse_event_t
JSON callback events.
Definition: json.hpp:685
+
static basic_json parse(const string_t &s, parser_callback_t cb=nullptr)
deserialize from string
Definition: json.hpp:4445
+
parse_event_t
JSON callback events.
Definition: json.hpp:708
Output (play with this example online):
{
     "Image": {
         "Animated": false,
@@ -372,7 +372,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html b/classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html
index 8145b6b96..0513feba7 100644
--- a/classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html
+++ b/classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -307,11 +307,11 @@ template<class InteratorType , typename std::enable_if< std::is_same< I
28  std::cout << j_array << '\n';
29  std::cout << j_string << '\n';
30 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3090
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2869
+
a class to store JSON values
Definition: json.hpp:182
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3113
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2892
Output (play with this example online):
null
 null
 null
@@ -328,7 +328,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html b/classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html
index 4d0b2ecb6..c49852d2b 100644
--- a/classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html
+++ b/classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -299,9 +299,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << j_array << '\n';
23  std::cout << j_string << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
@@ -325,7 +325,7 @@ false diff --git a/classnlohmann_1_1basic__json_a7c08f966200af98db0313a3b517ce0a9.html b/classnlohmann_1_1basic__json_a7c08f966200af98db0313a3b517ce0a9.html index f123321c5..d2088fbb6 100644 --- a/classnlohmann_1_1basic__json_a7c08f966200af98db0313a3b517ce0a9.html +++ b/classnlohmann_1_1basic__json_a7c08f966200af98db0313a3b517ce0a9.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
reverse_iterator rend()
returns an iterator to the reverse-end
Definition: json.hpp:3304
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
reverse_iterator rend()
returns an iterator to the reverse-end
Definition: json.hpp:3327
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/rend.cpp -o rend 
@@ -288,7 +288,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_a7c19a5c3be6cc755377ee41eade78baf.html b/classnlohmann_1_1basic__json_a7c19a5c3be6cc755377ee41eade78baf.html index 86a38ac71..9f9106836 100644 --- a/classnlohmann_1_1basic__json_a7c19a5c3be6cc755377ee41eade78baf.html +++ b/classnlohmann_1_1basic__json_a7c19a5c3be6cc755377ee41eade78baf.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << "value at key \"two\": " << *it_two << '\n';
18  std::cout << "\"three\" was found: " << (it_three != j_object.end()) << '\n';
19 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3090
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3113
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"two" was found: true
 value at key "two": 2
 "three" was found: false
@@ -290,7 +290,7 @@ value at key "two": 2
 
 
 
diff --git a/classnlohmann_1_1basic__json_a7d0db3b728d820d4984df78d97d2b104.html b/classnlohmann_1_1basic__json_a7d0db3b728d820d4984df78d97d2b104.html
index f0d1065d3..b66d857a7 100644
--- a/classnlohmann_1_1basic__json_a7d0db3b728d820d4984df78d97d2b104.html
+++ b/classnlohmann_1_1basic__json_a7d0db3b728d820d4984df78d97d2b104.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html b/classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html index 4afdd14e5..2a0b264dc 100644 --- a/classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html +++ b/classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -277,9 +277,9 @@ template<template< typename U, typename V, typename...Args > class Obje
15  std::cout << j_object << '\n';
16  std::cout << count_one << " " << count_three << '\n';
17 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2869
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2892
Output (play with this example online):
{"two":2}
 1 0
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/erase__key_type.cpp -o erase__key_type 
@@ -292,7 +292,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a7dab69b10b98e7bc694339720e37fb2b.html b/classnlohmann_1_1basic__json_a7dab69b10b98e7bc694339720e37fb2b.html index 5b3cf051d..b7602f05e 100644 --- a/classnlohmann_1_1basic__json_a7dab69b10b98e7bc694339720e37fb2b.html +++ b/classnlohmann_1_1basic__json_a7dab69b10b98e7bc694339720e37fb2b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << "value at key \"two\": " << *it_two << '\n';
18  std::cout << "\"three\" was found: " << (it_three != j_object.end()) << '\n';
19 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3090
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3113
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"two" was found: true
 value at key "two": 2
 "three" was found: false
@@ -290,7 +290,7 @@ value at key "two": 2
 
 
 
diff --git a/classnlohmann_1_1basic__json_a7f97a91ad8f1d5cf0b9213bd24f247c4.html b/classnlohmann_1_1basic__json_a7f97a91ad8f1d5cf0b9213bd24f247c4.html
index 752e70f3c..eef5a15cf 100644
--- a/classnlohmann_1_1basic__json_a7f97a91ad8f1d5cf0b9213bd24f247c4.html
+++ b/classnlohmann_1_1basic__json_a7f97a91ad8f1d5cf0b9213bd24f247c4.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -286,8 +286,8 @@ template<template< typename U, typename V, typename...Args > class Obje
19  std::cout << string << " != nullptr " << (string != nullptr) << '\n';
20  std::cout << null << " != nullptr " << (null != nullptr) << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78

Output (play with this example online):

[1,2,3] != nullptr true
 {"A":"a","B":"b"} != nullptr true
 17 != nullptr true
@@ -302,7 +302,7 @@ null != nullptr false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html b/classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html
index 18136aa43..571038c95 100644
--- a/classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html
+++ b/classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,9 +278,9 @@ In case the parameter value is not a number, a JSON null value is creat
19  std::cout << j_nan << '\n';
20  std::cout << j_infinity << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:535
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:558
Output (play with this example online):
3.14159265358979
 null
 null
@@ -294,7 +294,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_a80ceaa3bdd346292273b309e08525c1c.html b/classnlohmann_1_1basic__json_a80ceaa3bdd346292273b309e08525c1c.html
index 2278880a9..a83e8ecb0 100644
--- a/classnlohmann_1_1basic__json_a80ceaa3bdd346292273b309e08525c1c.html
+++ b/classnlohmann_1_1basic__json_a80ceaa3bdd346292273b309e08525c1c.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a83cbbfbf5d3ecbad6de8ece0be6b36c4.html b/classnlohmann_1_1basic__json_a83cbbfbf5d3ecbad6de8ece0be6b36c4.html index 77ec57217..c473c5432 100644 --- a/classnlohmann_1_1basic__json_a83cbbfbf5d3ecbad6de8ece0be6b36c4.html +++ b/classnlohmann_1_1basic__json_a83cbbfbf5d3ecbad6de8ece0be6b36c4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -282,10 +282,10 @@ template<template< typename U, typename V, typename...Args > class Obje
26  //std::cout << j_array_empty.front() << '\n'; // would throw
27  std::cout << j_string.front() << '\n';
28 }
-
reference front()
access the first element
Definition: json.hpp:2781
-
a class to store JSON values
Definition: json.hpp:159
+
reference front()
access the first element
Definition: json.hpp:2804
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
Output (play with this example online):
true
 17
@@ -303,7 +303,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a87db51b6b936fb2ea293cdbc8702dcb8.html b/classnlohmann_1_1basic__json_a87db51b6b936fb2ea293cdbc8702dcb8.html
index 25afff7b7..e8c31ec07 100644
--- a/classnlohmann_1_1basic__json_a87db51b6b936fb2ea293cdbc8702dcb8.html
+++ b/classnlohmann_1_1basic__json_a87db51b6b936fb2ea293cdbc8702dcb8.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,8 +288,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " <= " << number_2 << " " << (number_1 <= number_2) << '\n';
22  std::cout << string_1 << " <= " << string_2 << " " << (string_1 <= string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] <= [1,2,4] true
 {"A":"a","B":"b"} <= {"A":"a","B":"b"} true
 17 <= 17.0000000000001 true
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a8b526709d395142b68d21abfbfff17c3.html b/classnlohmann_1_1basic__json_a8b526709d395142b68d21abfbfff17c3.html
index 236817f93..5681f83a7 100644
--- a/classnlohmann_1_1basic__json_a8b526709d395142b68d21abfbfff17c3.html
+++ b/classnlohmann_1_1basic__json_a8b526709d395142b68d21abfbfff17c3.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -282,10 +282,10 @@ template<template< typename U, typename V, typename...Args > class Obje
26  //std::cout << j_array_empty.front() << '\n'; // would throw
27  std::cout << j_string.front() << '\n';
28 }
-
reference front()
access the first element
Definition: json.hpp:2781
-
a class to store JSON values
Definition: json.hpp:159
+
reference front()
access the first element
Definition: json.hpp:2804
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
Output (play with this example online):
true
 17
@@ -303,7 +303,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_a8c40cd9ead4de7c82f28268bdf0ec98a.html b/classnlohmann_1_1basic__json_a8c40cd9ead4de7c82f28268bdf0ec98a.html
index b3f9f5b21..9c566fe2b 100644
--- a/classnlohmann_1_1basic__json_a8c40cd9ead4de7c82f28268bdf0ec98a.html
+++ b/classnlohmann_1_1basic__json_a8c40cd9ead4de7c82f28268bdf0ec98a.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -296,9 +296,9 @@ template<template< typename U, typename V, typename...Args > class Obje
31  std::cout << j_array << '\n';
32  std::cout << j_string << '\n';
33 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void clear() noexcept
clears the contents
Definition: json.hpp:3562
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void clear() noexcept
clears the contents
Definition: json.hpp:3585
Output (play with this example online):
null
 false
 0
@@ -316,7 +316,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a8e34088252a3ee6b2377f3a1f26dd1ba.html b/classnlohmann_1_1basic__json_a8e34088252a3ee6b2377f3a1f26dd1ba.html
index 207dda413..6b3ca6d53 100644
--- a/classnlohmann_1_1basic__json_a8e34088252a3ee6b2377f3a1f26dd1ba.html
+++ b/classnlohmann_1_1basic__json_a8e34088252a3ee6b2377f3a1f26dd1ba.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -275,8 +275,8 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // output element with key "two"
14  std::cout << object["two"] << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
2
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/operatorarray__key_type_const.cpp -o operatorarray__key_type_const 
@@ -288,7 +288,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a8fa74698f4061e18ec664009f3af1ddf.html b/classnlohmann_1_1basic__json_a8fa74698f4061e18ec664009f3af1ddf.html index a0464fdf9..da7cc65ab 100644 --- a/classnlohmann_1_1basic__json_a8fa74698f4061e18ec664009f3af1ddf.html +++ b/classnlohmann_1_1basic__json_a8fa74698f4061e18ec664009f3af1ddf.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -300,11 +300,11 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << *new_pos << '\n';
18  std::cout << v << '\n';
19 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3756
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3779
Output (play with this example online):
"one"
 [1,2,3,4,"one","two","three","four"]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/insert__range.cpp -o insert__range 
@@ -317,7 +317,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html b/classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html index 3aba3ff0b..ff6f2a435 100644 --- a/classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html +++ b/classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -259,8 +259,8 @@ template<template< typename U, typename V, typename...Args > class Obje
10  // serialize the JSON null value
11  std::cout << j << '\n';
12 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
null
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__nullptr_t.cpp -o basic_json__nullptr_t 
See also
basic_json()
@@ -273,7 +273,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html b/classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html index 6efc8bdc2..76bee7516 100644 --- a/classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html +++ b/classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -308,8 +308,8 @@ template<class CompatibleObjectType , typename std::enable_if< std::is_con
39  std::cout << j_mmap << '\n';
40  std::cout << j_ummap << '\n';
41 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{"one":1,"three":3,"two":2}
 {"one":1.2,"three":3.4,"two":2.3}
 {"one":true,"three":false,"two":true}
@@ -325,7 +325,7 @@ template<class CompatibleObjectType , typename std::enable_if< std::is_con
 
 
 
diff --git a/classnlohmann_1_1basic__json_a9730b9f7bc2150e641fe20198d4477c7.html b/classnlohmann_1_1basic__json_a9730b9f7bc2150e641fe20198d4477c7.html
index 15413cc9d..068cc380d 100644
--- a/classnlohmann_1_1basic__json_a9730b9f7bc2150e641fe20198d4477c7.html
+++ b/classnlohmann_1_1basic__json_a9730b9f7bc2150e641fe20198d4477c7.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -286,8 +286,8 @@ template<template< typename U, typename V, typename...Args > class Obje
19  std::cout << string << " == nullptr " << (string == nullptr) << '\n';
20  std::cout << null << " == nullptr " << (null == nullptr) << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78

Output (play with this example online):

[1,2,3] == nullptr false
 {"A":"a","B":"b"} == nullptr false
 17 == nullptr false
@@ -302,7 +302,7 @@ null == nullptr true
 
 
 
diff --git a/classnlohmann_1_1basic__json_a98e05a2c9b8f74bd60442772cddeee52.html b/classnlohmann_1_1basic__json_a98e05a2c9b8f74bd60442772cddeee52.html
index b0f27c4ef..a15665602 100644
--- a/classnlohmann_1_1basic__json_a98e05a2c9b8f74bd60442772cddeee52.html
+++ b/classnlohmann_1_1basic__json_a98e05a2c9b8f74bd60442772cddeee52.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -286,8 +286,8 @@ template<template< typename U, typename V, typename...Args > class Obje
19  std::cout << string << " == nullptr " << (string == nullptr) << '\n';
20  std::cout << null << " == nullptr " << (null == nullptr) << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78

Output (play with this example online):

[1,2,3] == nullptr false
 {"A":"a","B":"b"} == nullptr false
 17 == nullptr false
@@ -302,7 +302,7 @@ null == nullptr true
 
 
 
diff --git a/classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html b/classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html
index 0d9b00d19..4d227678a 100644
--- a/classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html
+++ b/classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_structured() << '\n';
24  std::cout << j_string.is_structured() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_structured() const noexcept
return whether type is structured
Definition: json.hpp:1790
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_structured() const noexcept
return whether type is structured
Definition: json.hpp:1813
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 false
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_a9daafb4c15ed5a008cb825bbd8c29d87.html b/classnlohmann_1_1basic__json_a9daafb4c15ed5a008cb825bbd8c29d87.html
index ff1f7bc55..aa145a338 100644
--- a/classnlohmann_1_1basic__json_a9daafb4c15ed5a008cb825bbd8c29d87.html
+++ b/classnlohmann_1_1basic__json_a9daafb4c15ed5a008cb825bbd8c29d87.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,8 +278,8 @@ template<typename T , std::size_t n>
13  // output element with key "two"
14  std::cout << object["two"] << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
2
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/operatorarray__key_type_const.cpp -o operatorarray__key_type_const 
@@ -291,7 +291,7 @@ template<typename T , std::size_t n> diff --git a/classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html b/classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html index 4e1917622..b242ec9f7 100644 --- a/classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html +++ b/classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -282,11 +282,11 @@ template<template< typename U, typename V, typename...Args > class Obje
26  //std::cout << j_array_empty.back() << '\n'; // would throw
27  std::cout << j_string.back() << '\n';
28 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
-
reference back()
access the last element
Definition: json.hpp:2813
+
reference back()
access the last element
Definition: json.hpp:2836
Output (play with this example online):
true
 17
 23.42
@@ -303,7 +303,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html b/classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html
index 6e862fa83..270a51269 100644
--- a/classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html
+++ b/classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,10 +274,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
const_iterator cend() const
returns a const iterator to one past the last element
Definition: json.hpp:3253
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
a const random access iterator for the basic_json class
Definition: json.hpp:4938
+
a class to store JSON values
Definition: json.hpp:182
+
const_iterator cend() const
returns a const iterator to one past the last element
Definition: json.hpp:3276
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
a const random access iterator for the basic_json class
Definition: json.hpp:4961
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/cend.cpp -o cend 
@@ -289,7 +289,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_aa5a06ef7009d3a8c72cc173f1f5da760.html b/classnlohmann_1_1basic__json_aa5a06ef7009d3a8c72cc173f1f5da760.html index 7513ebe45..d15959a0e 100644 --- a/classnlohmann_1_1basic__json_aa5a06ef7009d3a8c72cc173f1f5da760.html +++ b/classnlohmann_1_1basic__json_aa5a06ef7009d3a8c72cc173f1f5da760.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_number_integer() << '\n';
24  std::cout << j_string.is_number_integer() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_number_integer() const noexcept
return whether value is an integer number
Definition: json.hpp:1860
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_number_integer() const noexcept
return whether value is an integer number
Definition: json.hpp:1883
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 false
 true
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_aa6a24b176f9599a21d662cc5f8e1ca76.html b/classnlohmann_1_1basic__json_aa6a24b176f9599a21d662cc5f8e1ca76.html
index f84ff9ef6..b7ddf0b34 100644
--- a/classnlohmann_1_1basic__json_aa6a24b176f9599a21d662cc5f8e1ca76.html
+++ b/classnlohmann_1_1basic__json_aa6a24b176f9599a21d662cc5f8e1ca76.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -260,7 +260,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aa71e977d31f470689883ac60d16ea4ac.html b/classnlohmann_1_1basic__json_aa71e977d31f470689883ac60d16ea4ac.html index 95ef967b6..ebdc9d9a2 100644 --- a/classnlohmann_1_1basic__json_aa71e977d31f470689883ac60d16ea4ac.html +++ b/classnlohmann_1_1basic__json_aa71e977d31f470689883ac60d16ea4ac.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,10 +278,10 @@ template<template< typename U, typename V, typename...Args > class Obje
17  std::cout << "value = " << value << '\n';
18  std::cout << "array = " << array << '\n';
19 }
-
ArrayType< basic_json, AllocatorType< basic_json >> array_t
a type for an array
Definition: json.hpp:343
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3934
+
ArrayType< basic_json, AllocatorType< basic_json >> array_t
a type for an array
Definition: json.hpp:366
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3957
Output (play with this example online):
value = {"array":["Snap","Crackle","Pop"]}
 array = [1,2,3,4]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/swap__array_t.cpp -o swap__array_t 
@@ -294,7 +294,7 @@ array = [1,2,3,4] diff --git a/classnlohmann_1_1basic__json_aa8e533b4290ade5bf5a33104a69b202a.html b/classnlohmann_1_1basic__json_aa8e533b4290ade5bf5a33104a69b202a.html index a0f94a38c..009863d52 100644 --- a/classnlohmann_1_1basic__json_aa8e533b4290ade5bf5a33104a69b202a.html +++ b/classnlohmann_1_1basic__json_aa8e533b4290ade5bf5a33104a69b202a.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -275,7 +275,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aac185a137428a7337aa620de07bfbbd7.html b/classnlohmann_1_1basic__json_aac185a137428a7337aa620de07bfbbd7.html index f5e995220..0ddaf8b10 100644 --- a/classnlohmann_1_1basic__json_aac185a137428a7337aa620de07bfbbd7.html +++ b/classnlohmann_1_1basic__json_aac185a137428a7337aa620de07bfbbd7.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -268,7 +268,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aacd442b66140c764c594ac8ad7dfd5b3.html b/classnlohmann_1_1basic__json_aacd442b66140c764c594ac8ad7dfd5b3.html index 333326bcc..2e60c3a2f 100644 --- a/classnlohmann_1_1basic__json_aacd442b66140c764c594ac8ad7dfd5b3.html +++ b/classnlohmann_1_1basic__json_aacd442b66140c764c594ac8ad7dfd5b3.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -292,8 +292,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  std::cout << number_1 << " == " << number_2 << " " << (number_1 < number_2) << '\n';
22  std::cout << string_1 << " == " << string_2 << " " << (string_1 < string_2) << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3] == [1,2,4] true
 {"A":"a","B":"b"} == {"A":"a","B":"b"} false
 17 == 17.0000000000001 true
@@ -308,7 +308,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_aacf6c869f6a9c66ac1bc99e93f310044.html b/classnlohmann_1_1basic__json_aacf6c869f6a9c66ac1bc99e93f310044.html
index 2e3511c11..feab26ec4 100644
--- a/classnlohmann_1_1basic__json_aacf6c869f6a9c66ac1bc99e93f310044.html
+++ b/classnlohmann_1_1basic__json_aacf6c869f6a9c66ac1bc99e93f310044.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -262,7 +262,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aaf363408931d76472ded14017e59c9e8.html b/classnlohmann_1_1basic__json_aaf363408931d76472ded14017e59c9e8.html index df6a8f44f..c05ddbc36 100644 --- a/classnlohmann_1_1basic__json_aaf363408931d76472ded14017e59c9e8.html +++ b/classnlohmann_1_1basic__json_aaf363408931d76472ded14017e59c9e8.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -293,8 +293,8 @@ template<template< typename U, typename V, typename...Args > class Obje
21  // serialize JSON
22  std::cout << std::setw(2) << j << '\n';
23 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{
   "array": [
     1,
@@ -319,7 +319,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html b/classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html
index b1be69872..c56e9ad65 100644
--- a/classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html
+++ b/classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -249,7 +249,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ab14e3503305622fb5ab01a7f490916e8.html b/classnlohmann_1_1basic__json_ab14e3503305622fb5ab01a7f490916e8.html index c470f360b..d064ae529 100644 --- a/classnlohmann_1_1basic__json_ab14e3503305622fb5ab01a7f490916e8.html +++ b/classnlohmann_1_1basic__json_ab14e3503305622fb5ab01a7f490916e8.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,10 +288,10 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << *new_pos << '\n';
15  std::cout << v << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3756
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3779
Output (play with this example online):
7
 [1,2,3,4,7,8,9]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/insert__ilist.cpp -o insert__ilist 
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html b/classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html index 739c60ac5..a2761990c 100644 --- a/classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html +++ b/classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,10 +273,10 @@ Illustration from cppreference.com
16  // serialize the element that the iterator points to
17  std::cout << *it << '\n';
18 }
-
a class to store JSON values
Definition: json.hpp:159
-
a mutable random access iterator for the basic_json class
Definition: json.hpp:5442
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
a mutable random access iterator for the basic_json class
Definition: json.hpp:5465
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/end.cpp -o end 
@@ -288,7 +288,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html b/classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html index a6fd941bf..a0a71f2c8 100644 --- a/classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html +++ b/classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_primitive() << '\n';
24  std::cout << j_string.is_primitive() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
bool is_primitive() const noexcept
return whether type is primitive
Definition: json.hpp:1772
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
bool is_primitive() const noexcept
return whether type is primitive
Definition: json.hpp:1795
Output (play with this example online):
true
 true
 true
@@ -292,7 +292,7 @@ true
 
 
 
diff --git a/classnlohmann_1_1basic__json_ab67345ba5c81c903eddd4eb2a24ac658.html b/classnlohmann_1_1basic__json_ab67345ba5c81c903eddd4eb2a24ac658.html
index 04a2f1df7..f32fd2e48 100644
--- a/classnlohmann_1_1basic__json_ab67345ba5c81c903eddd4eb2a24ac658.html
+++ b/classnlohmann_1_1basic__json_ab67345ba5c81c903eddd4eb2a24ac658.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,10 +288,10 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << *new_pos << '\n';
15  std::cout << v << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3756
+
a class to store JSON values
Definition: json.hpp:182
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3779
Output (play with this example online):
10
 [1,2,10,3,4]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/insert.cpp -o insert 
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ab8682827348d8eb61507bbe8c7829ce8.html b/classnlohmann_1_1basic__json_ab8682827348d8eb61507bbe8c7829ce8.html index 642497e5d..e9f8fd566 100644 --- a/classnlohmann_1_1basic__json_ab8682827348d8eb61507bbe8c7829ce8.html +++ b/classnlohmann_1_1basic__json_ab8682827348d8eb61507bbe8c7829ce8.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_number_float() << '\n';
24  std::cout << j_string.is_number_float() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
bool is_number_float() const noexcept
return whether value is a floating-point number
Definition: json.hpp:1878
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
bool is_number_float() const noexcept
return whether value is a floating-point number
Definition: json.hpp:1901
Output (play with this example online):
false
 false
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html b/classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html
index d30830c91..a532da5de 100644
--- a/classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html
+++ b/classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -282,11 +282,11 @@ template<template< typename U, typename V, typename...Args > class Obje
26  //std::cout << j_array_empty.back() << '\n'; // would throw
27  std::cout << j_string.back() << '\n';
28 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
-
reference back()
access the last element
Definition: json.hpp:2813
+
reference back()
access the last element
Definition: json.hpp:2836
Output (play with this example online):
true
 17
 23.42
@@ -303,7 +303,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_abb086fd840bedb05e0aee67f70eba1a9.html b/classnlohmann_1_1basic__json_abb086fd840bedb05e0aee67f70eba1a9.html
index 34c2f3130..7c53ae6a5 100644
--- a/classnlohmann_1_1basic__json_abb086fd840bedb05e0aee67f70eba1a9.html
+++ b/classnlohmann_1_1basic__json_abb086fd840bedb05e0aee67f70eba1a9.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_null() << '\n';
24  std::cout << j_string.is_null() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_null() const noexcept
return whether value is null
Definition: json.hpp:1807
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_null() const noexcept
return whether value is null
Definition: json.hpp:1830
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
true
 false
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html b/classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html
index 9e4cbb170..72b716043 100644
--- a/classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html
+++ b/classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_string() << '\n';
24  std::cout << j_string.is_string() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
bool is_string() const noexcept
return whether value is a string
Definition: json.hpp:1929
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
bool is_string() const noexcept
return whether value is a string
Definition: json.hpp:1952
Output (play with this example online):
false
 false
 false
@@ -292,7 +292,7 @@ true
 
 
 
diff --git a/classnlohmann_1_1basic__json_ac4011bd0781e51afe4994d2b09fd27e9.html b/classnlohmann_1_1basic__json_ac4011bd0781e51afe4994d2b09fd27e9.html
index ad39ea21c..b366c667e 100644
--- a/classnlohmann_1_1basic__json_ac4011bd0781e51afe4994d2b09fd27e9.html
+++ b/classnlohmann_1_1basic__json_ac4011bd0781e51afe4994d2b09fd27e9.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ac66fedfefc284420b01124cd24cb06c2.html b/classnlohmann_1_1basic__json_ac66fedfefc284420b01124cd24cb06c2.html index 8d6d54ee3..48f0f3929 100644 --- a/classnlohmann_1_1basic__json_ac66fedfefc284420b01124cd24cb06c2.html +++ b/classnlohmann_1_1basic__json_ac66fedfefc284420b01124cd24cb06c2.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -276,11 +276,11 @@ template<typename PointerType , typename std::enable_if< std::is_pointer&l
18  std::cout << *p1 << ' ' << *p2 << ' ' << *p3 << ' ' << *p4 << '\n';
19  std::cout << std::boolalpha << (p5 == nullptr) << '\n';
20 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
ValueType get() const
get a value (explicit)
Definition: json.hpp:2285
-
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:475
-
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:535
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
ValueType get() const
get a value (explicit)
Definition: json.hpp:2308
+
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:498
+
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:558
Output (play with this example online):
17 17 17 17
 true
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/get__PointerType.cpp -o get__PointerType 
@@ -294,7 +294,7 @@ true diff --git a/classnlohmann_1_1basic__json_ac82abedf356d252e0589850c3d8b35ba.html b/classnlohmann_1_1basic__json_ac82abedf356d252e0589850c3d8b35ba.html index 502efdb35..d20923157 100644 --- a/classnlohmann_1_1basic__json_ac82abedf356d252e0589850c3d8b35ba.html +++ b/classnlohmann_1_1basic__json_ac82abedf356d252e0589850c3d8b35ba.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -259,7 +259,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html b/classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html index 8c20b8988..52c027351 100644 --- a/classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html +++ b/classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -280,8 +280,8 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << j1 << " = " << j2 << '\n';
15  std::cout << std::boolalpha << (j1 == j2) << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
["one","two",3,4.5,false] = ["one","two",3,4.5,false]
 true
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__basic_json.cpp -o basic_json__basic_json 
@@ -294,7 +294,7 @@ true diff --git a/classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html b/classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html index 697bee66a..fd8394f7b 100644 --- a/classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html +++ b/classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -269,8 +269,8 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // serialize the JSON numbers
14  std::cout << j << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
17
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__const_int.cpp -o basic_json__const_int 
See also
basic_json(const number_integer_t)
@@ -283,7 +283,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html b/classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html index c366d6b97..d49dcf00a 100644 --- a/classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html +++ b/classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,10 +270,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
a mutable random access iterator for the basic_json class
Definition: json.hpp:5442
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
a mutable random access iterator for the basic_json class
Definition: json.hpp:5465
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/begin.cpp -o begin 
@@ -285,7 +285,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_ace8338e57fdb11e1955c2a0c2d782069.html b/classnlohmann_1_1basic__json_ace8338e57fdb11e1955c2a0c2d782069.html index 7e5e47f38..34854beac 100644 --- a/classnlohmann_1_1basic__json_ace8338e57fdb11e1955c2a0c2d782069.html +++ b/classnlohmann_1_1basic__json_ace8338e57fdb11e1955c2a0c2d782069.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -257,7 +257,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ad1f617d29e8923dd40c89153f792b1bc.html b/classnlohmann_1_1basic__json_ad1f617d29e8923dd40c89153f792b1bc.html index 03e942b9a..8983760b9 100644 --- a/classnlohmann_1_1basic__json_ad1f617d29e8923dd40c89153f792b1bc.html +++ b/classnlohmann_1_1basic__json_ad1f617d29e8923dd40c89153f792b1bc.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -278,9 +278,9 @@ template<template< typename U, typename V, typename...Args > class Obje
15  std::cout << j_empty_init_list << '\n';
16  std::cout << j_list_of_pairs << '\n';
17 }
-
static basic_json object(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an object from an initializer list
Definition: json.hpp:1372
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
static basic_json object(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an object from an initializer list
Definition: json.hpp:1395
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{}
 {}
 {"one":1,"two":2}
@@ -297,7 +297,7 @@ basic_json array(std::initializer_list<basic_json>) - create a JSON array
 
 
 
diff --git a/classnlohmann_1_1basic__json_ad1fea64ed433a6f4e7408c8c7bbc4a37.html b/classnlohmann_1_1basic__json_ad1fea64ed433a6f4e7408c8c7bbc4a37.html
index 3ad0715da..162399b0d 100644
--- a/classnlohmann_1_1basic__json_ad1fea64ed433a6f4e7408c8c7bbc4a37.html
+++ b/classnlohmann_1_1basic__json_ad1fea64ed433a6f4e7408c8c7bbc4a37.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -273,9 +273,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_discarded() << '\n';
24  std::cout << j_string.is_discarded() << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
-
bool is_discarded() const noexcept
return whether value is discarded
Definition: json.hpp:1951
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
bool is_discarded() const noexcept
return whether value is discarded
Definition: json.hpp:1974
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 false
 false
@@ -293,7 +293,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_ad2c4513cef5d8db760c4b2d871eea42c.html b/classnlohmann_1_1basic__json_ad2c4513cef5d8db760c4b2d871eea42c.html
index 3f02f5707..3c2e7f70e 100644
--- a/classnlohmann_1_1basic__json_ad2c4513cef5d8db760c4b2d871eea42c.html
+++ b/classnlohmann_1_1basic__json_ad2c4513cef5d8db760c4b2d871eea42c.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -253,7 +253,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html b/classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html index a9e5529d8..8ab03079a 100644 --- a/classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html +++ b/classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -318,12 +318,12 @@ template<class InteratorType , typename std::enable_if< std::is_same< I
28  std::cout << j_array << '\n';
29  std::cout << j_string << '\n';
30 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3221
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3090
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2869
+
a class to store JSON values
Definition: json.hpp:182
+
iterator end()
returns an iterator to one past the last element
Definition: json.hpp:3244
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
iterator find(typename object_t::key_type key)
find an element in a JSON object
Definition: json.hpp:3113
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
InteratorType erase(InteratorType pos)
remove element given an iterator
Definition: json.hpp:2892
Output (play with this example online):
null
 null
 null
@@ -340,7 +340,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html b/classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html
index df9f0de2b..471ca6b5f 100644
--- a/classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html
+++ b/classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -325,8 +325,8 @@ template<class CompatibleArrayType , typename std::enable_if< not std::is_
56  std::cout << j_mset << '\n';
57  std::cout << j_umset << '\n';
58 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[1,2,3,4]
 [1.2,2.3,3.4,5.6]
 [true,true,false,true]
@@ -347,7 +347,7 @@ template<class CompatibleArrayType , typename std::enable_if< not std::is_
 
 
 
diff --git a/classnlohmann_1_1basic__json_ad81f3cedf09ccd70b2f3239d148c8752.html b/classnlohmann_1_1basic__json_ad81f3cedf09ccd70b2f3239d148c8752.html
index 8df2f5d14..ce9189471 100644
--- a/classnlohmann_1_1basic__json_ad81f3cedf09ccd70b2f3239d148c8752.html
+++ b/classnlohmann_1_1basic__json_ad81f3cedf09ccd70b2f3239d148c8752.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,16 +272,16 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << (j_array.type() == json::value_t::array) << '\n';
24  std::cout << (j_string.type() == json::value_t::string) << '\n';
25 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
number value (floating-point)
-
value_t type() const noexcept
return the type of the JSON value (explicit)
Definition: json.hpp:1753
+
value_t type() const noexcept
return the type of the JSON value (explicit)
Definition: json.hpp:1776
Output (play with this example online):
true
 true
 true
@@ -299,7 +299,7 @@ true
 
 
 
diff --git a/classnlohmann_1_1basic__json_ad8e0c5d04f016d1b3ac7369e5c73bedf.html b/classnlohmann_1_1basic__json_ad8e0c5d04f016d1b3ac7369e5c73bedf.html
index b509aba71..9bf5ae6ac 100644
--- a/classnlohmann_1_1basic__json_ad8e0c5d04f016d1b3ac7369e5c73bedf.html
+++ b/classnlohmann_1_1basic__json_ad8e0c5d04f016d1b3ac7369e5c73bedf.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -271,10 +271,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
const_iterator cbegin() const
returns a const iterator to the first element
Definition: json.hpp:3198
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
a const random access iterator for the basic_json class
Definition: json.hpp:4938
+
a class to store JSON values
Definition: json.hpp:182
+
const_iterator cbegin() const
returns a const iterator to the first element
Definition: json.hpp:3221
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
a const random access iterator for the basic_json class
Definition: json.hpp:4961
Output (play with this example online):
1
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/cbegin.cpp -o cbegin 
@@ -286,7 +286,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_ada8e01109a60088e4db2a670d4903b54.html b/classnlohmann_1_1basic__json_ada8e01109a60088e4db2a670d4903b54.html index 899647980..7b97b4ec6 100644 --- a/classnlohmann_1_1basic__json_ada8e01109a60088e4db2a670d4903b54.html +++ b/classnlohmann_1_1basic__json_ada8e01109a60088e4db2a670d4903b54.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -289,10 +289,10 @@ template<template< typename U, typename V, typename...Args > class Obje
26  std::cout << "out of range" << '\n';
27  }
28 }
-
static basic_json array(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an array from an initializer list
Definition: json.hpp:1334
-
a class to store JSON values
Definition: json.hpp:159
-
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2450
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
static basic_json array(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an array from an initializer list
Definition: json.hpp:1357
+
a class to store JSON values
Definition: json.hpp:182
+
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2473
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"third"
 ["first","second","third","fourth"]
 out of range
@@ -306,7 +306,7 @@ out of range
 
 
 
diff --git a/classnlohmann_1_1basic__json_adbd4c16c9ac641b2a4736bc2c6787d83.html b/classnlohmann_1_1basic__json_adbd4c16c9ac641b2a4736bc2c6787d83.html
index 10f276d00..a0efe748d 100644
--- a/classnlohmann_1_1basic__json_adbd4c16c9ac641b2a4736bc2c6787d83.html
+++ b/classnlohmann_1_1basic__json_adbd4c16c9ac641b2a4736bc2c6787d83.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html b/classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html index f043c06a3..26e90600b 100644 --- a/classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html +++ b/classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -281,9 +281,9 @@ template<template< typename U, typename V, typename...Args > class Obje
15  std::cout << array_1 << '\n';
16  std::cout << array_5 << '\n';
17 }
-
basic_json<> json
default JSON class
Definition: json.hpp:7122
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
basic_json<> json
default JSON class
Definition: json.hpp:7272
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[]
 ["Hello"]
 ["Hello","Hello","Hello","Hello","Hello"]
@@ -297,7 +297,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_ade7bd6e0fe221fec9d3fa9b430f5ce76.html b/classnlohmann_1_1basic__json_ade7bd6e0fe221fec9d3fa9b430f5ce76.html
index b17628665..2f2610586 100644
--- a/classnlohmann_1_1basic__json_ade7bd6e0fe221fec9d3fa9b430f5ce76.html
+++ b/classnlohmann_1_1basic__json_ade7bd6e0fe221fec9d3fa9b430f5ce76.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,9 +274,9 @@ template<template< typename U, typename V, typename...Args > class Obje
18  std::cout << j_array.dump(0) << "\n\n";
19  std::cout << j_array.dump(4) << "\n\n";
20 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
string_t dump(const int indent=-1) const
serialization
Definition: json.hpp:1724
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
string_t dump(const int indent=-1) const
serialization
Definition: json.hpp:1747
Output (play with this example online):
{"one":1,"two":2}
 
 {"one":1,"two":2}
@@ -322,7 +322,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_ae19d3fe7f9ded97236715406e94ab979.html b/classnlohmann_1_1basic__json_ae19d3fe7f9ded97236715406e94ab979.html
index 64ec61308..bf42c13aa 100644
--- a/classnlohmann_1_1basic__json_ae19d3fe7f9ded97236715406e94ab979.html
+++ b/classnlohmann_1_1basic__json_ae19d3fe7f9ded97236715406e94ab979.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -276,11 +276,11 @@ template<typename PointerType , typename std::enable_if< std::is_pointer&l
18  std::cout << *p1 << ' ' << *p2 << ' ' << *p3 << ' ' << *p4 << '\n';
19  std::cout << std::boolalpha << (p5 == nullptr) << '\n';
20 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
PointerType get_ptr() noexcept
get a pointer value (implicit)
Definition: json.hpp:2366
-
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:475
-
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:535
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
PointerType get_ptr() noexcept
get a pointer value (implicit)
Definition: json.hpp:2389
+
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:498
+
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:558
Output (play with this example online):
17 17 17 17
 true
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/get_ptr.cpp -o get_ptr 
@@ -293,7 +293,7 @@ true diff --git a/classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html b/classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html index 1cae0adb8..f7659fca0 100644 --- a/classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html +++ b/classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -267,8 +267,8 @@ template<template< typename U, typename V, typename...Args > class Obje
12  std::cout << j_truth << '\n';
13  std::cout << j_falsity << '\n';
14 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
true
 false
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__boolean_t.cpp -o basic_json__boolean_t 
@@ -281,7 +281,7 @@ false diff --git a/classnlohmann_1_1basic__json_ae347859ec88176ef76a0cbe5b4514fcf.html b/classnlohmann_1_1basic__json_ae347859ec88176ef76a0cbe5b4514fcf.html index 1ce4147b6..8d214d486 100644 --- a/classnlohmann_1_1basic__json_ae347859ec88176ef76a0cbe5b4514fcf.html +++ b/classnlohmann_1_1basic__json_ae347859ec88176ef76a0cbe5b4514fcf.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -286,8 +286,8 @@ template<template< typename U, typename V, typename...Args > class Obje
19  std::cout << string << " != nullptr " << (string != nullptr) << '\n';
20  std::cout << null << " != nullptr " << (null != nullptr) << '\n';
21 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78

Output (play with this example online):

[1,2,3] != nullptr true
 {"A":"a","B":"b"} != nullptr true
 17 != nullptr true
@@ -302,7 +302,7 @@ null != nullptr false
 
 
 
diff --git a/classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html b/classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html
index b82e5c0bd..85fe29c8f 100644
--- a/classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html
+++ b/classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -282,8 +282,8 @@ template<class CompatibleStringType , typename std::enable_if< std::is_con
13  // serialize the JSON string
14  std::cout << j << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"The quick brown fox jumps over the lazy dog."
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__CompatibleStringType.cpp -o basic_json__CompatibleStringType 
See also
basic_json(const string_t&)
@@ -296,7 +296,7 @@ template<class CompatibleStringType , typename std::enable_if< std::is_con diff --git a/classnlohmann_1_1basic__json_ae50f22a1c646b8627e88f1313cceffd4.html b/classnlohmann_1_1basic__json_ae50f22a1c646b8627e88f1313cceffd4.html index b81ea1cb5..27b12c0a3 100644 --- a/classnlohmann_1_1basic__json_ae50f22a1c646b8627e88f1313cceffd4.html +++ b/classnlohmann_1_1basic__json_ae50f22a1c646b8627e88f1313cceffd4.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -276,11 +276,11 @@ template<typename PointerType , typename std::enable_if< std::is_pointer&l
18  std::cout << *p1 << ' ' << *p2 << ' ' << *p3 << ' ' << *p4 << '\n';
19  std::cout << std::boolalpha << (p5 == nullptr) << '\n';
20 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
ValueType get() const
get a value (explicit)
Definition: json.hpp:2285
-
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:475
-
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:535
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
ValueType get() const
get a value (explicit)
Definition: json.hpp:2308
+
NumberIntegerType number_integer_t
a type for a number (integer)
Definition: json.hpp:498
+
NumberFloatType number_float_t
a type for a number (floating-point)
Definition: json.hpp:558
Output (play with this example online):
17 17 17 17
 true
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/get__PointerType.cpp -o get__PointerType 
@@ -294,7 +294,7 @@ true diff --git a/classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html b/classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html index d48393242..61048f80c 100644 --- a/classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html +++ b/classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -288,10 +288,10 @@ template<template< typename U, typename V, typename...Args > class Obje
14  std::cout << *new_pos << '\n';
15  std::cout << v << '\n';
16 }
-
a class to store JSON values
Definition: json.hpp:159
-
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3166
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3756
+
a class to store JSON values
Definition: json.hpp:182
+
iterator begin()
returns an iterator to the first element
Definition: json.hpp:3189
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
iterator insert(const_iterator pos, const basic_json &value)
inserts element
Definition: json.hpp:3779
Output (play with this example online):
10
 [1,2,10,3,4]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/insert.cpp -o insert 
@@ -304,7 +304,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ae928414b2805cf6ef56b4e4f8d235416.html b/classnlohmann_1_1basic__json_ae928414b2805cf6ef56b4e4f8d235416.html index b6f23196b..dd9539a23 100644 --- a/classnlohmann_1_1basic__json_ae928414b2805cf6ef56b4e4f8d235416.html +++ b/classnlohmann_1_1basic__json_ae928414b2805cf6ef56b4e4f8d235416.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -242,7 +242,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_ae960d2d6bc7b94fe39cc5e9f106edfa9.html b/classnlohmann_1_1basic__json_ae960d2d6bc7b94fe39cc5e9f106edfa9.html index d9f2c4a05..304e0376d 100644 --- a/classnlohmann_1_1basic__json_ae960d2d6bc7b94fe39cc5e9f106edfa9.html +++ b/classnlohmann_1_1basic__json_ae960d2d6bc7b94fe39cc5e9f106edfa9.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
10  // output element at index 2 (third element)
11  std::cout << array.at(2) << '\n';
12 }
-
a class to store JSON values
Definition: json.hpp:159
-
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2450
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2473
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"third"
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/operatorarray__size_type_const.cpp -o operatorarray__size_type_const 
@@ -286,7 +286,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html b/classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html index 391b758db..4b38ad81e 100644 --- a/classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html +++ b/classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -271,7 +271,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_aeda4ec7473c17fae51e6d1eba0faf720.html b/classnlohmann_1_1basic__json_aeda4ec7473c17fae51e6d1eba0faf720.html index d8bd41e5a..3d944e763 100644 --- a/classnlohmann_1_1basic__json_aeda4ec7473c17fae51e6d1eba0faf720.html +++ b/classnlohmann_1_1basic__json_aeda4ec7473c17fae51e6d1eba0faf720.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
22  std::cout << object << '\n';
23  std::cout << null << '\n';
24 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3627
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void push_back(basic_json &&value)
add an object to an array
Definition: json.hpp:3650
Output (play with this example online):
{"one":1,"two":2}
 null
 {"four":4,"one":1,"three":3,"two":2}
@@ -300,7 +300,7 @@ null
 
 
 
diff --git a/classnlohmann_1_1basic__json_af0ebd1757acb971a6504b4acabf88584.html b/classnlohmann_1_1basic__json_af0ebd1757acb971a6504b4acabf88584.html
index 3d893c2ac..06ee4654f 100644
--- a/classnlohmann_1_1basic__json_af0ebd1757acb971a6504b4acabf88584.html
+++ b/classnlohmann_1_1basic__json_af0ebd1757acb971a6504b4acabf88584.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,10 +270,10 @@ Illustration from cppreference.com
13  // serialize the element that the iterator points to
14  std::cout << *it << '\n';
15 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
reverse_iterator rbegin()
returns an iterator to the reverse-beginning
Definition: json.hpp:3275
-
a template for a reverse iterator class
Definition: json.hpp:204
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
reverse_iterator rbegin()
returns an iterator to the reverse-beginning
Definition: json.hpp:3298
+
a template for a reverse iterator class
Definition: json.hpp:227
Output (play with this example online):
5
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/rbegin.cpp -o rbegin 
@@ -285,7 +285,7 @@ Illustration from cppreference.com diff --git a/classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html b/classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html index 67e419573..8d0fea61c 100644 --- a/classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html +++ b/classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -314,9 +314,9 @@ template<template< typename U, typename V, typename...Args > class Obje
18  std::cout << j_nested_object << '\n';
19  std::cout << j_nested_array << '\n';
20 }
-
basic_json<> json
default JSON class
Definition: json.hpp:7122
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
basic_json<> json
default JSON class
Definition: json.hpp:7272
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
{}
 {"one":1,"two":2}
 [1,2,3,4]
@@ -335,7 +335,7 @@ basic_json object(std::initializer_list<basic_json>) - create a JSON objec
 
 
 
diff --git a/classnlohmann_1_1basic__json_af2730bc8ffa6b28916875c13ee7b83f5.html b/classnlohmann_1_1basic__json_af2730bc8ffa6b28916875c13ee7b83f5.html
index ac7d08789..beb86e104 100644
--- a/classnlohmann_1_1basic__json_af2730bc8ffa6b28916875c13ee7b83f5.html
+++ b/classnlohmann_1_1basic__json_af2730bc8ffa6b28916875c13ee7b83f5.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -311,13 +311,13 @@ template<template< typename U, typename V, typename...Args > class Obje
45  json j_filtered = json::parse(text, cb);
46  std::cout << std::setw(4) << j_filtered << '\n';
47 }
-
basic_json<> json
default JSON class
Definition: json.hpp:7122
-
a class to store JSON values
Definition: json.hpp:159
-
std::function< bool(int depth, parse_event_t event, basic_json &parsed)> parser_callback_t
per-element parser callback type
Definition: json.hpp:749
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
basic_json<> json
default JSON class
Definition: json.hpp:7272
+
a class to store JSON values
Definition: json.hpp:182
+
std::function< bool(int depth, parse_event_t event, basic_json &parsed)> parser_callback_t
per-element parser callback type
Definition: json.hpp:772
+
namespace for Niels Lohmann
Definition: json.hpp:78
the parser read a key of a value in an object
-
static basic_json parse(const string_t &s, parser_callback_t cb=nullptr)
deserialize from string
Definition: json.hpp:4422
-
parse_event_t
JSON callback events.
Definition: json.hpp:685
+
static basic_json parse(const string_t &s, parser_callback_t cb=nullptr)
deserialize from string
Definition: json.hpp:4445
+
parse_event_t
JSON callback events.
Definition: json.hpp:708
Output (play with this example online):
{
     "Image": {
         "Animated": false,
@@ -363,7 +363,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_af3abeeb0e9676de8bc2d6aa6f6c0d6c6.html b/classnlohmann_1_1basic__json_af3abeeb0e9676de8bc2d6aa6f6c0d6c6.html
index 0cf18d94c..073b047cc 100644
--- a/classnlohmann_1_1basic__json_af3abeeb0e9676de8bc2d6aa6f6c0d6c6.html
+++ b/classnlohmann_1_1basic__json_af3abeeb0e9676de8bc2d6aa6f6c0d6c6.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,8 +274,8 @@ template<template< typename U, typename V, typename...Args > class Obje
15  std::cout << a << '\n';
16  std::cout << b << '\n';
17 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
23
 23
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__copyassignment.cpp -o basic_json__copyassignment 
@@ -288,7 +288,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_af49c37bbda87f36170c67f960db3781a.html b/classnlohmann_1_1basic__json_af49c37bbda87f36170c67f960db3781a.html index 5415eb334..512c52dba 100644 --- a/classnlohmann_1_1basic__json_af49c37bbda87f36170c67f960db3781a.html +++ b/classnlohmann_1_1basic__json_af49c37bbda87f36170c67f960db3781a.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -296,11 +296,11 @@ template<template< typename U, typename V, typename...Args > class Obje
26  std::cout << j_array_empty.size() << '\n';
27  std::cout << j_string.size() << '\n';
28 }
-
a class to store JSON values
Definition: json.hpp:159
+
a class to store JSON values
Definition: json.hpp:182
object (unordered set of name/value pairs)
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
namespace for Niels Lohmann
Definition: json.hpp:78
array (ordered collection of values)
-
size_type size() const noexcept
returns the number of elements
Definition: json.hpp:3450
+
size_type size() const noexcept
returns the number of elements
Definition: json.hpp:3473
Output (play with this example online):
0
 1
 1
@@ -320,7 +320,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_af6b6050ccd906dddf7c9f47fe3ad62a5.html b/classnlohmann_1_1basic__json_af6b6050ccd906dddf7c9f47fe3ad62a5.html
index ed9b9f084..ab3292ff2 100644
--- a/classnlohmann_1_1basic__json_af6b6050ccd906dddf7c9f47fe3ad62a5.html
+++ b/classnlohmann_1_1basic__json_af6b6050ccd906dddf7c9f47fe3ad62a5.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -283,9 +283,9 @@ template<template< typename U, typename V, typename...Args > class Obje
20  std::cout << "out of range" << '\n';
21  }
22 }
-
a class to store JSON values
Definition: json.hpp:159
-
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2450
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
reference at(size_type idx)
access specified array element with bounds checking
Definition: json.hpp:2473
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
"third"
 out of range
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/at__size_type_const.cpp -o at__size_type_const 
@@ -298,7 +298,7 @@ out of range diff --git a/classnlohmann_1_1basic__json_af70222eb312ca0a44cd7d793b1516e2e.html b/classnlohmann_1_1basic__json_af70222eb312ca0a44cd7d793b1516e2e.html index 01bf9d2f7..06ffae39d 100644 --- a/classnlohmann_1_1basic__json_af70222eb312ca0a44cd7d793b1516e2e.html +++ b/classnlohmann_1_1basic__json_af70222eb312ca0a44cd7d793b1516e2e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -272,9 +272,9 @@ template<template< typename U, typename V, typename...Args > class Obje
23  std::cout << j_array.is_array() << '\n';
24  std::cout << j_string.is_array() << '\n';
25 }
-
bool is_array() const noexcept
return whether value is an array
Definition: json.hpp:1912
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
bool is_array() const noexcept
return whether value is an array
Definition: json.hpp:1935
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
false
 false
 false
@@ -292,7 +292,7 @@ false
 
 
 
diff --git a/classnlohmann_1_1basic__json_af709c079de0ac3507143ea2c60699bd0.html b/classnlohmann_1_1basic__json_af709c079de0ac3507143ea2c60699bd0.html
index 41f0dc507..e97d52d4d 100644
--- a/classnlohmann_1_1basic__json_af709c079de0ac3507143ea2c60699bd0.html
+++ b/classnlohmann_1_1basic__json_af709c079de0ac3507143ea2c60699bd0.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -310,8 +310,8 @@ template<typename ValueType , typename std::enable_if< not std::is_pointer
47  std::cout << i.first << ": " << i.second << '\n';
48  }
49 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
1
 42 42
 17.23 17
@@ -333,7 +333,7 @@ array: [1,2,3,4,5]
 
 
 
diff --git a/classnlohmann_1_1basic__json_af74581d177dafc38df5a126ccd358999.html b/classnlohmann_1_1basic__json_af74581d177dafc38df5a126ccd358999.html
index 7a0bcb332..168c54efc 100644
--- a/classnlohmann_1_1basic__json_af74581d177dafc38df5a126ccd358999.html
+++ b/classnlohmann_1_1basic__json_af74581d177dafc38df5a126ccd358999.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -291,8 +291,8 @@ template<template< typename U, typename V, typename...Args > class Obje
28  // output changed object
29  std::cout << std::setw(4) << object << '\n';
30 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
2
 
 {
@@ -322,7 +322,7 @@ template<template< typename U, typename V, typename...Args > class Obje
 
 
 
diff --git a/classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html b/classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html
index 5725909a8..8f6a6ff5b 100644
--- a/classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html
+++ b/classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -274,9 +274,9 @@ template<template< typename U, typename V, typename...Args > class Obje
13  // serialize the JSON array
14  std::cout << j << '\n';
15 }
-
ArrayType< basic_json, AllocatorType< basic_json >> array_t
a type for an array
Definition: json.hpp:343
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
ArrayType< basic_json, AllocatorType< basic_json >> array_t
a type for an array
Definition: json.hpp:366
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
["one","two",3,4.5,false]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__array_t.cpp -o basic_json__array_t 
See also
basic_json(const CompatibleArrayType&)
@@ -289,7 +289,7 @@ template<template< typename U, typename V, typename...Args > class Obje diff --git a/classnlohmann_1_1basic__json_afb19d4669daf3c4347763f043471b835.html b/classnlohmann_1_1basic__json_afb19d4669daf3c4347763f043471b835.html index b9a8f1476..b74835ab5 100644 --- a/classnlohmann_1_1basic__json_afb19d4669daf3c4347763f043471b835.html +++ b/classnlohmann_1_1basic__json_afb19d4669daf3c4347763f043471b835.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -270,9 +270,9 @@ template<template< typename U, typename V, typename...Args > class Obje
15  std::cout << "j1 = " << j1 << '\n';
16  std::cout << "j2 = " << j2 << '\n';
17 }
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
-
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3934
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
+
void swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value andstd::is_nothrow_move_assignable< value_t >::value andstd::is_nothrow_move_constructible< json_value >::value andstd::is_nothrow_move_assignable< json_value >::value)
exchanges the values
Definition: json.hpp:3957
Output (play with this example online):
j1 = {"e":2.71828182845905,"pi":3.14159265358979}
 j2 = [1,2,3,4,5]
 
The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/swap__reference.cpp -o swap__reference 
@@ -285,7 +285,7 @@ j2 = [1,2,3,4,5] diff --git a/classnlohmann_1_1basic__json_afc4223b5ad03b1b76e925374a8fff98e.html b/classnlohmann_1_1basic__json_afc4223b5ad03b1b76e925374a8fff98e.html index ff9fbe99e..238cb0cd7 100644 --- a/classnlohmann_1_1basic__json_afc4223b5ad03b1b76e925374a8fff98e.html +++ b/classnlohmann_1_1basic__json_afc4223b5ad03b1b76e925374a8fff98e.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -277,9 +277,9 @@ template<template< typename U, typename V, typename...Args > class Obje
16  std::cout << j_nonempty_init_list << '\n';
17  std::cout << j_list_of_pairs << '\n';
18 }
-
static basic_json array(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an array from an initializer list
Definition: json.hpp:1334
-
a class to store JSON values
Definition: json.hpp:159
-
namespace for Niels Lohmann
Definition: json.hpp:55
+
static basic_json array(std::initializer_list< basic_json > init=std::initializer_list< basic_json >())
explicitly create an array from an initializer list
Definition: json.hpp:1357
+
a class to store JSON values
Definition: json.hpp:182
+
namespace for Niels Lohmann
Definition: json.hpp:78
Output (play with this example online):
[]
 []
 [1,2,3,4]
@@ -297,7 +297,7 @@ basic_json object(std::initializer_list<basic_json>) - create a JSON objec
 
 
 
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index 8f5ee38aa..593534772 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -25,7 +25,7 @@
  
   
    
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -92,7 +92,7 @@ Files diff --git a/functions.html b/functions.html index 258c68d6c..ee16c89b6 100644 --- a/functions.html +++ b/functions.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -134,7 +134,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_b.html b/functions_b.html index aa2f365c4..a50e702d9 100644 --- a/functions_b.html +++ b/functions_b.html @@ -25,7 +25,7 @@
JSON for Modern C++ -  3.0 +  1.0.0-rc1
@@ -126,11 +126,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); , nlohmann::basic_json::json_reverse_iterator< Base >
  • basic_json() -: nlohmann::basic_json +: nlohmann::basic_json , nlohmann::basic_json::const_iterator
  • begin() -: nlohmann::basic_json +: nlohmann::basic_json +, nlohmann::basic_json::iterator_wrapper
  • boolean_t : nlohmann::basic_json @@ -139,7 +140,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_c.html b/functions_c.html index ca02d7fbb..ebfc03f34 100644 --- a/functions_c.html +++ b/functions_c.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -152,7 +152,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_d.html b/functions_d.html index 13919ee58..0e52e0dc4 100644 --- a/functions_d.html +++ b/functions_d.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -129,7 +129,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_e.html b/functions_e.html index 13670dd7f..870cd961d 100644 --- a/functions_e.html +++ b/functions_e.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -123,15 +123,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • end() : nlohmann::basic_json +, nlohmann::basic_json::iterator_wrapper
  • erase() -: nlohmann::basic_json +: nlohmann::basic_json
  • diff --git a/functions_enum.html b/functions_enum.html index eb1fdf6f1..3a33bfc4c 100644 --- a/functions_enum.html +++ b/functions_enum.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_f.html b/functions_f.html index 9913ac786..362c9ecf4 100644 --- a/functions_f.html +++ b/functions_f.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -128,7 +128,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_func.html b/functions_func.html index 9dee01967..3062bb567 100644 --- a/functions_func.html +++ b/functions_func.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -135,6 +135,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • begin() : nlohmann::basic_json +, nlohmann::basic_json::iterator_wrapper
  • @@ -177,6 +178,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • end() : nlohmann::basic_json +, nlohmann::basic_json::iterator_wrapper
  • erase() : nlohmann::basic_json @@ -247,6 +249,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • iterator() : nlohmann::basic_json::iterator
  • +
  • iterator_wrapper() +: nlohmann::basic_json::iterator_wrapper +
  • @@ -409,7 +414,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_g.html b/functions_g.html index 0fb7908be..14acbe99c 100644 --- a/functions_g.html +++ b/functions_g.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -131,7 +131,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_i.html b/functions_i.html index aa35de57c..0647f34ad 100644 --- a/functions_i.html +++ b/functions_i.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -155,16 +155,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : nlohmann::basic_json
  • iterator() -: nlohmann::basic_json::iterator +: nlohmann::basic_json::iterator
  • iterator_category : nlohmann::basic_json::const_iterator
  • +
  • iterator_wrapper() +: nlohmann::basic_json::iterator_wrapper +
  • diff --git a/functions_j.html b/functions_j.html index 49cb15ac0..7c11e7775 100644 --- a/functions_j.html +++ b/functions_j.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_k.html b/functions_k.html index 310c6dabe..414a3ab21 100644 --- a/functions_k.html +++ b/functions_k.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_m.html b/functions_m.html index 0c569427c..defa68297 100644 --- a/functions_m.html +++ b/functions_m.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_n.html b/functions_n.html index b4ef06b76..0dd1e62a3 100644 --- a/functions_n.html +++ b/functions_n.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -128,7 +128,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_o.html b/functions_o.html index ac40c689e..c843767eb 100644 --- a/functions_o.html +++ b/functions_o.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -216,7 +216,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_p.html b/functions_p.html index 3690d43d8..6ef3ab796 100644 --- a/functions_p.html +++ b/functions_p.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -139,7 +139,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_r.html b/functions_r.html index 1d0e0ef72..800f99884 100644 --- a/functions_r.html +++ b/functions_r.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -137,7 +137,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_rela.html b/functions_rela.html index 47c76110a..8616b0c1c 100644 --- a/functions_rela.html +++ b/functions_rela.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -124,7 +124,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_s.html b/functions_s.html index eb6ea60e4..8366f6dfd 100644 --- a/functions_s.html +++ b/functions_s.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -134,7 +134,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_t.html b/functions_t.html index d9001bc0e..4d4ce330e 100644 --- a/functions_t.html +++ b/functions_t.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_type.html b/functions_type.html index 10ed4af19..b26fbe7d6 100644 --- a/functions_type.html +++ b/functions_type.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -162,7 +162,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_v.html b/functions_v.html index f81bc0438..fd455e0e7 100644 --- a/functions_v.html +++ b/functions_v.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -134,7 +134,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_~.html b/functions_~.html index 67de0be31..5a00b9da5 100644 --- a/functions_~.html +++ b/functions_~.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/graph_legend.html b/graph_legend.html index a3e0534f2..5797913f3 100644 --- a/graph_legend.html +++ b/graph_legend.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -142,7 +142,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem diff --git a/hierarchy.html b/hierarchy.html index 39ec20d60..af67f424e 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -94,14 +94,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');  Citerator  Cnlohmann::basic_json::const_iteratorConst random access iterator for the basic_json class  Cnlohmann::basic_json::iteratorMutable random access iterator for the basic_json class - Creverse_iterator - Cnlohmann::basic_json::json_reverse_iterator< Base >Template for a reverse iterator class + Cnlohmann::basic_json::iterator_wrapperWrapper to access iterator member functions in range-based for + Creverse_iterator + Cnlohmann::basic_json::json_reverse_iterator< Base >Template for a reverse iterator class diff --git a/index.html b/index.html index 475c5a323..9fff543af 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -81,13 +81,17 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

    These pages contain the API documentation of JSON for Modern C++, a C++11 header-only JSON class.

    Class nlohmann::basic_json is a good entry point for the documentation.

    - -
    Author
    Niels Lohmann http://nlohmann.me
    + +
    Author
    Niels Lohmann
    See also
    https://github.com/nlohmann/json to download the source code
    diff --git a/namespacemembers.html b/namespacemembers.html index 4ebb35dad..49dc8f695 100644 --- a/namespacemembers.html +++ b/namespacemembers.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -94,7 +94,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/namespacemembers_type.html b/namespacemembers_type.html index 98c32a56b..ad69b0e84 100644 --- a/namespacemembers_type.html +++ b/namespacemembers_type.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -94,7 +94,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/namespacenlohmann.html b/namespacenlohmann.html index f593c0a8b..6b92c2956 100644 --- a/namespacenlohmann.html +++ b/namespacenlohmann.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -115,7 +115,7 @@ Typedefs diff --git a/namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03.html b/namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03.html index e18b025d5..8a192e8cd 100644 --- a/namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03.html +++ b/namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -103,7 +103,7 @@ Classes diff --git a/namespacenlohmann_a2bfd99e845a2e5cd90aeaf1b1431f474.html b/namespacenlohmann_a2bfd99e845a2e5cd90aeaf1b1431f474.html index 0e23ee64d..bf85dbb84 100644 --- a/namespacenlohmann_a2bfd99e845a2e5cd90aeaf1b1431f474.html +++ b/namespacenlohmann_a2bfd99e845a2e5cd90aeaf1b1431f474.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -108,7 +108,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/search/all_1.js b/search/all_1.js index 31ae1763b..ddaa527ee 100644 --- a/search/all_1.js +++ b/search/all_1.js @@ -4,7 +4,7 @@ var searchData= ['base_5fiterator',['base_iterator',['../classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html#abaebf4e21956dd20d9f862fa5647d32d',1,'nlohmann::basic_json::iterator::base_iterator()'],['../classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html#ab6245ab29d8481ef2a2351c02cc31d4d',1,'nlohmann::basic_json::json_reverse_iterator::base_iterator()']]], ['basic_5fjson',['basic_json',['../classnlohmann_1_1basic__json.html',1,'nlohmann']]], ['basic_5fjson',['basic_json',['../classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html#ada3100cdb8700566051828f1355fa745',1,'nlohmann::basic_json::const_iterator::basic_json()'],['../classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html#a793e5c1da2fc7de7a04b19eadbb3f2cb',1,'nlohmann::basic_json::basic_json(const value_t value)'],['../classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html#a5a2d4dbcdbc8ea065b87daf52cd786b9',1,'nlohmann::basic_json::basic_json() noexcept=default'],['../classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html#a930e14150ffa067bcf56d35cb00271e1',1,'nlohmann::basic_json::basic_json(std::nullptr_t) noexcept'],['../classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html#a0a9c6a1fccc4db365860463e8203eb38',1,'nlohmann::basic_json::basic_json(const object_t &value)'],['../classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html#a951a76ba057b3be948e7ba5c2c01cd5a',1,'nlohmann::basic_json::basic_json(const CompatibleObjectType &value)'],['../classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html#af93e556bf708cb81b22ce223af1aa727',1,'nlohmann::basic_json::basic_json(const array_t &value)'],['../classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html#ad7067a1a8ad2d88125915ada6d4d79b7',1,'nlohmann::basic_json::basic_json(const CompatibleArrayType &value)'],['../classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html#a15e468968cd4d0e4fd566044d66ada24',1,'nlohmann::basic_json::basic_json(const string_t &value)'],['../classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html#a2448b2777e8a3e48614e1b3c41b96f7c',1,'nlohmann::basic_json::basic_json(const typename string_t::value_type *value)'],['../classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html#ae42d32c34c8014b1bf677fdb7baa5401',1,'nlohmann::basic_json::basic_json(const CompatibleStringType &value)'],['../classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html#ae2980ed978451f844e6e9a0890b637a6',1,'nlohmann::basic_json::basic_json(boolean_t value)'],['../classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html#a190d719446e7016879c4b961c9cf9072',1,'nlohmann::basic_json::basic_json(const number_integer_t value)'],['../classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html#acbf7f957ecb6ce19cdc5b40b5d6b6333',1,'nlohmann::basic_json::basic_json(const int value)'],['../classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html#a0bb6ea56c89560cce8003485bffe49d4',1,'nlohmann::basic_json::basic_json(const CompatibleNumberIntegerType value) noexcept'],['../classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html#a80a89ddbe4cb7ef15b049febee208cc8',1,'nlohmann::basic_json::basic_json(const number_float_t value)'],['../classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html#a034bccea9f5400650443e9f12e67b079',1,'nlohmann::basic_json::basic_json(const CompatibleNumberFloatType value) noexcept'],['../classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html#af1e3f9e079136abca2530c8191c56292',1,'nlohmann::basic_json::basic_json(std::initializer_list< basic_json > init, bool type_deduction=true, value_t manual_type=value_t::array)'],['../classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html#add77b50f69debb20e98d5a8c6c11c90c',1,'nlohmann::basic_json::basic_json(size_type count, const basic_json &value)'],['../classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html#a6a7f45095675ac6fd1d018a0e41874be',1,'nlohmann::basic_json::basic_json(InputIT first, InputIT last)'],['../classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html#ac943391891fcde0a71a15ce990e0f7f4',1,'nlohmann::basic_json::basic_json(const basic_json &other)'],['../classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html#a33f1632cfdbf460b4913f4e8a43dd9e4',1,'nlohmann::basic_json::basic_json(basic_json &&other) noexcept']]], - ['begin',['begin',['../classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html#acdf4445333649ec94198f09a62144884',1,'nlohmann::basic_json::begin()'],['../classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html#a4361aa791f3980abb239e4155a3450cb',1,'nlohmann::basic_json::begin() const ']]], + ['begin',['begin',['../classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html#acdf4445333649ec94198f09a62144884',1,'nlohmann::basic_json::begin()'],['../classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html#a4361aa791f3980abb239e4155a3450cb',1,'nlohmann::basic_json::begin() const '],['../classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html#a80305d6ac43b6fb53c62256e450485ac',1,'nlohmann::basic_json::iterator_wrapper::begin()']]], ['boolean',['boolean',['../classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html#a231b02148577b69a154b2ce2c87a5522a84e2c64f38f78ba3ea5c905ab5a2da27',1,'nlohmann::basic_json']]], ['boolean_5ft',['boolean_t',['../classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html#aafa839f2a74dc1b5060314b3423143b8',1,'nlohmann::basic_json']]] ]; diff --git a/search/all_4.js b/search/all_4.js index f6c7a7b0a..15045ad54 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,6 +1,6 @@ var searchData= [ ['empty',['empty',['../classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html#a572cdf681c75b42c2bc38a1fbe993eca',1,'nlohmann::basic_json']]], - ['end',['end',['../classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html#ab2162bc76e10d8736cab9b2039956054',1,'nlohmann::basic_json::end()'],['../classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html#aa5413178b8041f7ac685dec4b040dd2c',1,'nlohmann::basic_json::end() const ']]], + ['end',['end',['../classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html#ab2162bc76e10d8736cab9b2039956054',1,'nlohmann::basic_json::end()'],['../classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html#aa5413178b8041f7ac685dec4b040dd2c',1,'nlohmann::basic_json::end() const '],['../classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html#ab5951e20b05998e768943acd0b418c81',1,'nlohmann::basic_json::iterator_wrapper::end()']]], ['erase',['erase',['../classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html#a75a1754e0d39f33095d3102a8bdb9881',1,'nlohmann::basic_json::erase(InteratorType pos)'],['../classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html#ad497cbc4f80c8d79662ee6e19bf145dd',1,'nlohmann::basic_json::erase(InteratorType first, InteratorType last)'],['../classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html#a7d1b990f2c12fecb57db1504fdadd0bb',1,'nlohmann::basic_json::erase(const typename object_t::key_type &key)'],['../classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html#a6dff6a02a2be250b8f8dc2f47be65544',1,'nlohmann::basic_json::erase(const size_type idx)']]] ]; diff --git a/search/all_8.js b/search/all_8.js index 59dda240b..052b45716 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -12,7 +12,9 @@ var searchData= ['is_5fprimitive',['is_primitive',['../classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html#ab2fa1c4df15db5de07144b5c15c6f0f6',1,'nlohmann::basic_json']]], ['is_5fstring',['is_string',['../classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html#abc2b49c2c44c61a15d4b272a85b41064',1,'nlohmann::basic_json']]], ['is_5fstructured',['is_structured',['../classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html#a9d508dc7eb7023cd17b3c6958ea7c4ee',1,'nlohmann::basic_json']]], - ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator.html',1,'nlohmann::basic_json']]], ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html#a4f6e03ae3bb674ebf0b727f74957c12f',1,'nlohmann::basic_json::iterator::iterator()=default'],['../classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html#ab220a0cc3fe410fbae4524208bd5834f',1,'nlohmann::basic_json::iterator::iterator(pointer object) noexcept'],['../classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html#a94285e2ade0bfef829b81377bbbca6cf',1,'nlohmann::basic_json::iterator::iterator(const iterator &other) noexcept']]], - ['iterator_5fcategory',['iterator_category',['../classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html#ae480d5c86e5e1129d53d1e19782017a6',1,'nlohmann::basic_json::const_iterator']]] + ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator.html',1,'nlohmann::basic_json']]], + ['iterator_5fcategory',['iterator_category',['../classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html#ae480d5c86e5e1129d53d1e19782017a6',1,'nlohmann::basic_json::const_iterator']]], + ['iterator_5fwrapper',['iterator_wrapper',['../classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html#a784f17dec56c1ec90b0b73eb8307ea7d',1,'nlohmann::basic_json::iterator_wrapper']]], + ['iterator_5fwrapper',['iterator_wrapper',['../classnlohmann_1_1basic__json_1_1iterator__wrapper.html',1,'nlohmann::basic_json']]] ]; diff --git a/search/classes_3.js b/search/classes_3.js index 77bd7dcfa..7aa26bfd0 100644 --- a/search/classes_3.js +++ b/search/classes_3.js @@ -1,4 +1,5 @@ var searchData= [ - ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator.html',1,'nlohmann::basic_json']]] + ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator.html',1,'nlohmann::basic_json']]], + ['iterator_5fwrapper',['iterator_wrapper',['../classnlohmann_1_1basic__json_1_1iterator__wrapper.html',1,'nlohmann::basic_json']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index e6729e69d..3d5e1e0ed 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -2,5 +2,5 @@ var searchData= [ ['back',['back',['../classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html#aa1f3b3f1dca79392d6727b81f9668c6c',1,'nlohmann::basic_json::back()'],['../classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html#ab9da2afc6f77295f25252725fde142a6',1,'nlohmann::basic_json::back() const ']]], ['basic_5fjson',['basic_json',['../classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html#a793e5c1da2fc7de7a04b19eadbb3f2cb',1,'nlohmann::basic_json::basic_json(const value_t value)'],['../classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html#a5a2d4dbcdbc8ea065b87daf52cd786b9',1,'nlohmann::basic_json::basic_json() noexcept=default'],['../classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html#a930e14150ffa067bcf56d35cb00271e1',1,'nlohmann::basic_json::basic_json(std::nullptr_t) noexcept'],['../classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html#a0a9c6a1fccc4db365860463e8203eb38',1,'nlohmann::basic_json::basic_json(const object_t &value)'],['../classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html#a951a76ba057b3be948e7ba5c2c01cd5a',1,'nlohmann::basic_json::basic_json(const CompatibleObjectType &value)'],['../classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html#af93e556bf708cb81b22ce223af1aa727',1,'nlohmann::basic_json::basic_json(const array_t &value)'],['../classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html#ad7067a1a8ad2d88125915ada6d4d79b7',1,'nlohmann::basic_json::basic_json(const CompatibleArrayType &value)'],['../classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html#a15e468968cd4d0e4fd566044d66ada24',1,'nlohmann::basic_json::basic_json(const string_t &value)'],['../classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html#a2448b2777e8a3e48614e1b3c41b96f7c',1,'nlohmann::basic_json::basic_json(const typename string_t::value_type *value)'],['../classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html#ae42d32c34c8014b1bf677fdb7baa5401',1,'nlohmann::basic_json::basic_json(const CompatibleStringType &value)'],['../classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html#ae2980ed978451f844e6e9a0890b637a6',1,'nlohmann::basic_json::basic_json(boolean_t value)'],['../classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html#a190d719446e7016879c4b961c9cf9072',1,'nlohmann::basic_json::basic_json(const number_integer_t value)'],['../classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html#acbf7f957ecb6ce19cdc5b40b5d6b6333',1,'nlohmann::basic_json::basic_json(const int value)'],['../classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html#a0bb6ea56c89560cce8003485bffe49d4',1,'nlohmann::basic_json::basic_json(const CompatibleNumberIntegerType value) noexcept'],['../classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html#a80a89ddbe4cb7ef15b049febee208cc8',1,'nlohmann::basic_json::basic_json(const number_float_t value)'],['../classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html#a034bccea9f5400650443e9f12e67b079',1,'nlohmann::basic_json::basic_json(const CompatibleNumberFloatType value) noexcept'],['../classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html#af1e3f9e079136abca2530c8191c56292',1,'nlohmann::basic_json::basic_json(std::initializer_list< basic_json > init, bool type_deduction=true, value_t manual_type=value_t::array)'],['../classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html#add77b50f69debb20e98d5a8c6c11c90c',1,'nlohmann::basic_json::basic_json(size_type count, const basic_json &value)'],['../classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html#a6a7f45095675ac6fd1d018a0e41874be',1,'nlohmann::basic_json::basic_json(InputIT first, InputIT last)'],['../classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html#ac943391891fcde0a71a15ce990e0f7f4',1,'nlohmann::basic_json::basic_json(const basic_json &other)'],['../classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html#a33f1632cfdbf460b4913f4e8a43dd9e4',1,'nlohmann::basic_json::basic_json(basic_json &&other) noexcept']]], - ['begin',['begin',['../classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html#acdf4445333649ec94198f09a62144884',1,'nlohmann::basic_json::begin()'],['../classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html#a4361aa791f3980abb239e4155a3450cb',1,'nlohmann::basic_json::begin() const ']]] + ['begin',['begin',['../classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html#acdf4445333649ec94198f09a62144884',1,'nlohmann::basic_json::begin()'],['../classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html#a4361aa791f3980abb239e4155a3450cb',1,'nlohmann::basic_json::begin() const '],['../classnlohmann_1_1basic__json_1_1iterator__wrapper_a80305d6ac43b6fb53c62256e450485ac.html#a80305d6ac43b6fb53c62256e450485ac',1,'nlohmann::basic_json::iterator_wrapper::begin()']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index f6c7a7b0a..15045ad54 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,6 +1,6 @@ var searchData= [ ['empty',['empty',['../classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html#a572cdf681c75b42c2bc38a1fbe993eca',1,'nlohmann::basic_json']]], - ['end',['end',['../classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html#ab2162bc76e10d8736cab9b2039956054',1,'nlohmann::basic_json::end()'],['../classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html#aa5413178b8041f7ac685dec4b040dd2c',1,'nlohmann::basic_json::end() const ']]], + ['end',['end',['../classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html#ab2162bc76e10d8736cab9b2039956054',1,'nlohmann::basic_json::end()'],['../classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html#aa5413178b8041f7ac685dec4b040dd2c',1,'nlohmann::basic_json::end() const '],['../classnlohmann_1_1basic__json_1_1iterator__wrapper_ab5951e20b05998e768943acd0b418c81.html#ab5951e20b05998e768943acd0b418c81',1,'nlohmann::basic_json::iterator_wrapper::end()']]], ['erase',['erase',['../classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html#a75a1754e0d39f33095d3102a8bdb9881',1,'nlohmann::basic_json::erase(InteratorType pos)'],['../classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html#ad497cbc4f80c8d79662ee6e19bf145dd',1,'nlohmann::basic_json::erase(InteratorType first, InteratorType last)'],['../classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html#a7d1b990f2c12fecb57db1504fdadd0bb',1,'nlohmann::basic_json::erase(const typename object_t::key_type &key)'],['../classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html#a6dff6a02a2be250b8f8dc2f47be65544',1,'nlohmann::basic_json::erase(const size_type idx)']]] ]; diff --git a/search/functions_7.js b/search/functions_7.js index c876e652f..b66365842 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -12,5 +12,6 @@ var searchData= ['is_5fprimitive',['is_primitive',['../classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html#ab2fa1c4df15db5de07144b5c15c6f0f6',1,'nlohmann::basic_json']]], ['is_5fstring',['is_string',['../classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html#abc2b49c2c44c61a15d4b272a85b41064',1,'nlohmann::basic_json']]], ['is_5fstructured',['is_structured',['../classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html#a9d508dc7eb7023cd17b3c6958ea7c4ee',1,'nlohmann::basic_json']]], - ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html#a4f6e03ae3bb674ebf0b727f74957c12f',1,'nlohmann::basic_json::iterator::iterator()=default'],['../classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html#ab220a0cc3fe410fbae4524208bd5834f',1,'nlohmann::basic_json::iterator::iterator(pointer object) noexcept'],['../classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html#a94285e2ade0bfef829b81377bbbca6cf',1,'nlohmann::basic_json::iterator::iterator(const iterator &other) noexcept']]] + ['iterator',['iterator',['../classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html#a4f6e03ae3bb674ebf0b727f74957c12f',1,'nlohmann::basic_json::iterator::iterator()=default'],['../classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html#ab220a0cc3fe410fbae4524208bd5834f',1,'nlohmann::basic_json::iterator::iterator(pointer object) noexcept'],['../classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html#a94285e2ade0bfef829b81377bbbca6cf',1,'nlohmann::basic_json::iterator::iterator(const iterator &other) noexcept']]], + ['iterator_5fwrapper',['iterator_wrapper',['../classnlohmann_1_1basic__json_1_1iterator__wrapper_a784f17dec56c1ec90b0b73eb8307ea7d.html#a784f17dec56c1ec90b0b73eb8307ea7d',1,'nlohmann::basic_json::iterator_wrapper']]] ]; diff --git a/structstd_1_1hash_3_01nlohmann_1_1json_01_4-members.html b/structstd_1_1hash_3_01nlohmann_1_1json_01_4-members.html index e98ddc67c..e26ab101d 100644 --- a/structstd_1_1hash_3_01nlohmann_1_1json_01_4-members.html +++ b/structstd_1_1hash_3_01nlohmann_1_1json_01_4-members.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/structstd_1_1hash_3_01nlohmann_1_1json_01_4.html b/structstd_1_1hash_3_01nlohmann_1_1json_01_4.html index a35b98f38..98b7bbac6 100644 --- a/structstd_1_1hash_3_01nlohmann_1_1json_01_4.html +++ b/structstd_1_1hash_3_01nlohmann_1_1json_01_4.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -109,7 +109,7 @@ Public Member Functions diff --git a/structstd_1_1hash_3_01nlohmann_1_1json_01_4_afd03f6ad53db22868ca4163a8200b2f9.html b/structstd_1_1hash_3_01nlohmann_1_1json_01_4_afd03f6ad53db22868ca4163a8200b2f9.html index 371d3a654..6c44ea360 100644 --- a/structstd_1_1hash_3_01nlohmann_1_1json_01_4_afd03f6ad53db22868ca4163a8200b2f9.html +++ b/structstd_1_1hash_3_01nlohmann_1_1json_01_4_afd03f6ad53db22868ca4163a8200b2f9.html @@ -25,7 +25,7 @@
    JSON for Modern C++ -  3.0 +  1.0.0-rc1
    @@ -119,7 +119,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');