diff --git a/main/doc/html/annotated.html b/main/doc/html/annotated.html
index 2096109..f6114a8 100644
--- a/main/doc/html/annotated.html
+++ b/main/doc/html/annotated.html
@@ -92,7 +92,8 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
▼Nstd | |
Chash< nlohmann::json > | Hash value for JSON objects |
Cless<::nlohmann::detail::value_t > | |
- Csound | |
+ CLog | |
+ Csound | |
diff --git a/main/doc/html/annotated_dup.js b/main/doc/html/annotated_dup.js
index 474ea5f..bcebbfb 100644
--- a/main/doc/html/annotated_dup.js
+++ b/main/doc/html/annotated_dup.js
@@ -8,5 +8,6 @@ var annotated_dup =
[ "hash< nlohmann::json >", "structstd_1_1hash_3_01nlohmann_1_1json_01_4.html", "structstd_1_1hash_3_01nlohmann_1_1json_01_4" ],
[ "less<::nlohmann::detail::value_t >", "structstd_1_1less_3_1_1nlohmann_1_1detail_1_1value__t_01_4.html", "structstd_1_1less_3_1_1nlohmann_1_1detail_1_1value__t_01_4" ]
] ],
+ [ "Log", "classLog.html", "classLog" ],
[ "sound", "classsound.html", "classsound" ]
];
\ No newline at end of file
diff --git a/main/doc/html/classLog-members.html b/main/doc/html/classLog-members.html
new file mode 100644
index 0000000..d512441
--- /dev/null
+++ b/main/doc/html/classLog-members.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+Renderd7-nightly: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Renderd7-nightly
+ v0.7.0
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Log, including all inherited members.
+
+
+
+
+
+
diff --git a/main/doc/html/classLog.html b/main/doc/html/classLog.html
new file mode 100644
index 0000000..4822156
--- /dev/null
+++ b/main/doc/html/classLog.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+Renderd7-nightly: Log Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Renderd7-nightly
+ v0.7.0
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <log.hpp>
+
+ |
+ | Log () |
+ |
+ | ~Log () |
+ |
+void | Init (const char *filename) |
+ |
+void | Write (std::string debug_text) |
+ |
+
+std::string | logDate (void) |
+ | Get the date.
|
+ |
+std::string | format (const std::string &fmt_str,...) |
+ |
+
+
+
+
+
◆ Log()
+
+
+
+
+
+ Log::Log |
+ ( |
+ | ) |
+ |
+
+
+
+
+
+
◆ ~Log()
+
+
+
+
+
+ Log::~Log |
+ ( |
+ | ) |
+ |
+
+
+
+
+
+
+
◆ Init()
+
+
+
+
+
+ void Log::Init |
+ ( |
+ const char * |
+ filename | ) |
+ |
+
+
+
+
Init the log file filename: name for the file
+
+
+
+
+
◆ Write()
+
+
+
+
+
+ void Log::Write |
+ ( |
+ std::string |
+ debug_text | ) |
+ |
+
+
+
+
Write Text to logfile debug_text: your text
+
+
+
+
+
◆ format()
+
+
+
+
+
+ std::string Log::format |
+ ( |
+ const std::string & |
+ fmt_str, |
+
+
+ |
+ |
+ |
+ ... |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Format to logstyle fmt_str: the formatted style
+
+
+
+
+
+
+
+
+
diff --git a/main/doc/html/classLog.js b/main/doc/html/classLog.js
new file mode 100644
index 0000000..4aeead7
--- /dev/null
+++ b/main/doc/html/classLog.js
@@ -0,0 +1,9 @@
+var classLog =
+[
+ [ "Log", "classLog.html#af6071a60aa52b6c1b511f99b4bc1b8fe", null ],
+ [ "~Log", "classLog.html#a0fbfda88fbee5027c89f6eb121059360", null ],
+ [ "Init", "classLog.html#a7021cb723a7dff6a02f4e88705e25b13", null ],
+ [ "Write", "classLog.html#aef5a70d6e91909c792df54e501397d83", null ],
+ [ "logDate", "classLog.html#a4fa454441efc3a17a4f6d920523feb43", null ],
+ [ "format", "classLog.html#ae0702c44f02849b538f2d4d761b56ee2", null ]
+];
\ No newline at end of file
diff --git a/main/doc/html/classes.html b/main/doc/html/classes.html
index 69f6691..8c9942c 100644
--- a/main/doc/html/classes.html
+++ b/main/doc/html/classes.html
@@ -61,17 +61,17 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
|
iteration_proxy (nlohmann::detail) |
-
- |
+Log |
parser (nlohmann::detail) |
|
+
+ |
position_t (nlohmann::detail) |
adl_serializer (nlohmann) |
file_input_adapter (nlohmann::detail) |
-ordered_map (nlohmann) |
|
@@ -80,50 +80,52 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
|
json_pointer (nlohmann) |
-other_error (nlohmann::detail) |
+ordered_map (nlohmann) |
json_reverse_iterator (nlohmann::detail) |
-out_of_range (nlohmann::detail) |
+other_error (nlohmann::detail) |
Sheet (RenderD7) |
basic_json (nlohmann) |
hash< nlohmann::json > (std) |
json_sax (nlohmann) |
-output_adapter_protocol (nlohmann::detail) |
+out_of_range (nlohmann::detail) |
sound |
binary_reader (nlohmann::detail) |
|
json_sax_dom_parser (nlohmann::detail) |
-output_stream_adapter (nlohmann::detail) |
+output_adapter_protocol (nlohmann::detail) |
|
binary_writer (nlohmann::detail) |
basic_json::json_value (nlohmann) |
-output_string_adapter (nlohmann::detail) |
+output_stream_adapter (nlohmann::detail) |
byte_container_with_subtype (nlohmann) |
input_stream_adapter (nlohmann::detail) |
|
-output_vector_adapter (nlohmann::detail) |
+output_string_adapter (nlohmann::detail) |
type_error (nlohmann::detail) |
|
internal_iterator (nlohmann::detail) |
-
- |
+output_vector_adapter (nlohmann::detail) |
|
invalid_iterator (nlohmann::detail) |
less<::nlohmann::detail::value_t > (std) |
+
+ |
|
exception (nlohmann::detail) |
iter_impl (nlohmann::detail) |
lexer (nlohmann::detail) |
-parse_error (nlohmann::detail) |
+ |
+ | | | parse_error (nlohmann::detail) |
|
| | | | |
diff --git a/main/doc/html/functions_f.html b/main/doc/html/functions_f.html
index 2bfcda3..ea10467 100644
--- a/main/doc/html/functions_f.html
+++ b/main/doc/html/functions_f.html
@@ -60,11 +60,14 @@ $(document).ready(function(){initNavTree('functions_f.html',''); initResizable()
: nlohmann::basic_json
, nlohmann::json_pointer< BasicJsonType >
+format()
+: Log
+
from_bson()
: nlohmann::basic_json
from_cbor()
-: nlohmann::basic_json
+: nlohmann::basic_json
from_json()
: nlohmann::adl_serializer< typename, typename >
@@ -76,7 +79,7 @@ $(document).ready(function(){initNavTree('functions_f.html',''); initResizable()
: nlohmann::basic_json
front()
-: nlohmann::basic_json
+: nlohmann::basic_json
diff --git a/main/doc/html/functions_func.js b/main/doc/html/functions_func.js
index e1f5351..a8d290b 100644
--- a/main/doc/html/functions_func.js
+++ b/main/doc/html/functions_func.js
@@ -11,6 +11,7 @@ var functions_func =
[ "i", "functions_func_i.html", null ],
[ "j", "functions_func_j.html", null ],
[ "k", "functions_func_k.html", null ],
+ [ "l", "functions_func_l.html", null ],
[ "m", "functions_func_m.html", null ],
[ "n", "functions_func_n.html", null ],
[ "o", "functions_func_o.html", null ],
diff --git a/main/doc/html/functions_func_f.html b/main/doc/html/functions_func_f.html
index 881c5b5..28bc3d1 100644
--- a/main/doc/html/functions_func_f.html
+++ b/main/doc/html/functions_func_f.html
@@ -60,11 +60,14 @@ $(document).ready(function(){initNavTree('functions_func_f.html',''); initResiza
: nlohmann::basic_json
, nlohmann::json_pointer< BasicJsonType >
+format()
+: Log
+
from_bson()
: nlohmann::basic_json
from_cbor()
-: nlohmann::basic_json
+: nlohmann::basic_json
from_json()
: nlohmann::adl_serializer< typename, typename >
@@ -76,7 +79,7 @@ $(document).ready(function(){initNavTree('functions_func_f.html',''); initResiza
: nlohmann::basic_json
front()
-: nlohmann::basic_json
+: nlohmann::basic_json
diff --git a/main/doc/html/functions_func_i.html b/main/doc/html/functions_func_i.html
index 08c0d80..73aacf8 100644
--- a/main/doc/html/functions_func_i.html
+++ b/main/doc/html/functions_func_i.html
@@ -53,6 +53,9 @@ $(document).ready(function(){initNavTree('functions_func_i.html',''); initResiza
- i -
diff --git a/main/doc/html/functions_func_l.html b/main/doc/html/functions_func_l.html
new file mode 100644
index 0000000..f6d095e
--- /dev/null
+++ b/main/doc/html/functions_func_l.html
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+Renderd7-nightly: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Renderd7-nightly
+ v0.7.0
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- l -
+- Log()
+: Log
+
+- logDate()
+: Log
+
+
+
+
+
+
+
+
diff --git a/main/doc/html/functions_func_w.html b/main/doc/html/functions_func_w.html
index b250803..5f3769c 100644
--- a/main/doc/html/functions_func_w.html
+++ b/main/doc/html/functions_func_w.html
@@ -56,6 +56,9 @@ $(document).ready(function(){initNavTree('functions_func_w.html',''); initResiza
what()
: nlohmann::detail::exception
+Write()
+: Log
+
write_bson()
: nlohmann::detail::binary_writer< BasicJsonType, CharType >
diff --git a/main/doc/html/functions_func_~.html b/main/doc/html/functions_func_~.html
index d904e65..56a4812 100644
--- a/main/doc/html/functions_func_~.html
+++ b/main/doc/html/functions_func_~.html
@@ -56,6 +56,9 @@ $(document).ready(function(){initNavTree('functions_func_~.html',''); initResiza
~basic_json()
: nlohmann::basic_json
+~Log()
+: Log
+
~sound()
: sound
diff --git a/main/doc/html/functions_i.html b/main/doc/html/functions_i.html
index e74a3f5..17807c6 100644
--- a/main/doc/html/functions_i.html
+++ b/main/doc/html/functions_i.html
@@ -63,11 +63,14 @@ $(document).ready(function(){initNavTree('functions_i.html',''); initResizable()
ignore_comments
: nlohmann::detail::lexer< BasicJsonType, InputAdapterType >
+Init()
+: Log
+
initializer_list_t
: nlohmann::basic_json
insert()
-: nlohmann::basic_json
+: nlohmann::basic_json
insert_iterator()
: nlohmann::basic_json
@@ -122,10 +125,10 @@ $(document).ready(function(){initNavTree('functions_i.html',''); initResizable()
: nlohmann::basic_json
items()
-: nlohmann::basic_json
+: nlohmann::basic_json
iter_impl()
-: nlohmann::detail::iter_impl< BasicJsonType >
+: nlohmann::detail::iter_impl< BasicJsonType >
iteration_proxy()
: nlohmann::detail::iteration_proxy< IteratorType >
@@ -137,7 +140,7 @@ $(document).ready(function(){initNavTree('functions_i.html',''); initResizable()
: nlohmann::detail::iter_impl< BasicJsonType >
iterator_wrapper()
-: nlohmann::basic_json
+: nlohmann::basic_json
diff --git a/main/doc/html/functions_l.html b/main/doc/html/functions_l.html
index 7f43f1f..e0e0535 100644
--- a/main/doc/html/functions_l.html
+++ b/main/doc/html/functions_l.html
@@ -59,6 +59,12 @@ $(document).ready(function(){initNavTree('functions_l.html',''); initResizable()
lines_read
: nlohmann::detail::position_t
+Log()
+: Log
+
+logDate()
+: Log
+
diff --git a/main/doc/html/functions_w.html b/main/doc/html/functions_w.html
index c6bb827..84cdf7b 100644
--- a/main/doc/html/functions_w.html
+++ b/main/doc/html/functions_w.html
@@ -56,6 +56,9 @@ $(document).ready(function(){initNavTree('functions_w.html',''); initResizable()
what()
: nlohmann::detail::exception
+Write()
+: Log
+
write_bson()
: nlohmann::detail::binary_writer< BasicJsonType, CharType >
diff --git a/main/doc/html/functions_~.html b/main/doc/html/functions_~.html
index efeba10..2814abf 100644
--- a/main/doc/html/functions_~.html
+++ b/main/doc/html/functions_~.html
@@ -56,6 +56,9 @@ $(document).ready(function(){initNavTree('functions_~.html',''); initResizable()
~basic_json()
: nlohmann::basic_json
+~Log()
+: Log
+
~sound()
: sound
diff --git a/main/doc/html/hierarchy.html b/main/doc/html/hierarchy.html
index d050cba..20a3623 100644
--- a/main/doc/html/hierarchy.html
+++ b/main/doc/html/hierarchy.html
@@ -81,15 +81,16 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
Cnlohmann::basic_json::json_value | JSON value |
Cstd::less<::nlohmann::detail::value_t > | |
Cnlohmann::detail::lexer< BasicJsonType, InputAdapterType > | Lexical analysis |
- Cnlohmann::ordered_map< Key, T, IgnoredLess, Allocator > | |
- ▼Cnlohmann::detail::output_adapter_protocol< CharType > | Abstract output adapter interface |
- Cnlohmann::detail::output_stream_adapter< CharType > | Output adapter for output streams |
- Cnlohmann::detail::output_string_adapter< CharType, StringType > | Output adapter for basic_string |
- Cnlohmann::detail::output_vector_adapter< CharType > | Output adapter for byte vectors |
- Cnlohmann::detail::parser< BasicJsonType, InputAdapterType > | Syntax analysis |
- Cnlohmann::detail::position_t | Struct to capture the start position of the current token |
- CRenderD7::Sheet | |
- Csound | |
+ CLog | |
+ Cnlohmann::ordered_map< Key, T, IgnoredLess, Allocator > | |
+ ▼Cnlohmann::detail::output_adapter_protocol< CharType > | Abstract output adapter interface |
+ Cnlohmann::detail::output_stream_adapter< CharType > | Output adapter for output streams |
+ Cnlohmann::detail::output_string_adapter< CharType, StringType > | Output adapter for basic_string |
+ Cnlohmann::detail::output_vector_adapter< CharType > | Output adapter for byte vectors |
+ Cnlohmann::detail::parser< BasicJsonType, InputAdapterType > | Syntax analysis |
+ Cnlohmann::detail::position_t | Struct to capture the start position of the current token |
+ CRenderD7::Sheet | |
+ Csound | |
diff --git a/main/doc/html/hierarchy.js b/main/doc/html/hierarchy.js
index 7707f06..b614561 100644
--- a/main/doc/html/hierarchy.js
+++ b/main/doc/html/hierarchy.js
@@ -26,6 +26,7 @@ var hierarchy =
[ "nlohmann::basic_json::json_value", "unionnlohmann_1_1basic__json_1_1json__value.html", null ],
[ "std::less<::nlohmann::detail::value_t >", "structstd_1_1less_3_1_1nlohmann_1_1detail_1_1value__t_01_4.html", null ],
[ "nlohmann::detail::lexer< BasicJsonType, InputAdapterType >", "classnlohmann_1_1detail_1_1lexer.html", null ],
+ [ "Log", "classLog.html", null ],
[ "nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >", "structnlohmann_1_1ordered__map.html", null ],
[ "nlohmann::detail::output_adapter_protocol< CharType >", "structnlohmann_1_1detail_1_1output__adapter__protocol.html", [
[ "nlohmann::detail::output_stream_adapter< CharType >", "classnlohmann_1_1detail_1_1output__stream__adapter.html", null ],
diff --git a/main/doc/html/navtreedata.js b/main/doc/html/navtreedata.js
index 746f973..a3d2a2d 100644
--- a/main/doc/html/navtreedata.js
+++ b/main/doc/html/navtreedata.js
@@ -51,8 +51,8 @@ var NAVTREE =
var NAVTREEINDEX =
[
".html",
-"classnlohmann_1_1detail_1_1binary__writer.html#a048887c907afe39759b777e8c888414c",
-"structnlohmann_1_1json__sax.html#a38c2dbde07138cc436ea7fbf22c1e92d"
+"classnlohmann_1_1detail_1_1binary__reader.html#ad7cb69186e01b77ec021e83137461457",
+"structnlohmann_1_1detail_1_1position__t.html#a94cf85cd91d478c20ae143eba906ea1a"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/main/doc/html/navtreeindex0.js b/main/doc/html/navtreeindex0.js
index 79c0bf0..6220e84 100644
--- a/main/doc/html/navtreeindex0.js
+++ b/main/doc/html/navtreeindex0.js
@@ -3,6 +3,13 @@ var NAVTREEINDEX0 =
".html":[2,0,1],
".html":[2,0,2],
"annotated.html":[2,0],
+"classLog.html":[2,0,3],
+"classLog.html#a0fbfda88fbee5027c89f6eb121059360":[2,0,3,1],
+"classLog.html#a4fa454441efc3a17a4f6d920523feb43":[2,0,3,4],
+"classLog.html#a7021cb723a7dff6a02f4e88705e25b13":[2,0,3,2],
+"classLog.html#ae0702c44f02849b538f2d4d761b56ee2":[2,0,3,5],
+"classLog.html#aef5a70d6e91909c792df54e501397d83":[2,0,3,3],
+"classLog.html#af6071a60aa52b6c1b511f99b4bc1b8fe":[2,0,3,0],
"classRenderD7_1_1Sheet.html":[2,0,1,0],
"classes.html":[2,1],
"classnlohmann_1_1basic__json.html":[2,0,0,2],
@@ -242,12 +249,5 @@ var NAVTREEINDEX0 =
"classnlohmann_1_1detail_1_1binary__reader.html#abf2051ba57d9ea9b378a2e7c14e22b34":[2,0,0,0,0,2],
"classnlohmann_1_1detail_1_1binary__reader.html#acb001d18095dc5bcf7336ae5122b8340":[2,0,0,0,0,11],
"classnlohmann_1_1detail_1_1binary__reader.html#ad222095c0b21a87824cb10629299629a":[2,0,0,0,0,26],
-"classnlohmann_1_1detail_1_1binary__reader.html#ad615eba561e265165a80c95061af75b0":[2,0,0,0,0,36],
-"classnlohmann_1_1detail_1_1binary__reader.html#ad7cb69186e01b77ec021e83137461457":[2,0,0,0,0,0],
-"classnlohmann_1_1detail_1_1binary__reader.html#ad8cba5585327caa550dd5b6dd25a64f8":[2,0,0,0,0,15],
-"classnlohmann_1_1detail_1_1binary__reader.html#adcf64ad3207f4bf37a5a31c920a385c3":[2,0,0,0,0,25],
-"classnlohmann_1_1detail_1_1binary__reader.html#ae020385ce9424271d61f85d3842c02cb":[2,0,0,0,0,14],
-"classnlohmann_1_1detail_1_1binary__reader.html#afb36cb588b795efa513fc95e949493b7":[2,0,0,0,0,24],
-"classnlohmann_1_1detail_1_1binary__writer.html":[2,0,0,0,1],
-"classnlohmann_1_1detail_1_1binary__writer.html#a025212bd170253638b9f05b3b6aa5bf9":[2,0,0,0,1,13]
+"classnlohmann_1_1detail_1_1binary__reader.html#ad615eba561e265165a80c95061af75b0":[2,0,0,0,0,36]
};
diff --git a/main/doc/html/navtreeindex1.js b/main/doc/html/navtreeindex1.js
index 3dc9d53..8f80baf 100644
--- a/main/doc/html/navtreeindex1.js
+++ b/main/doc/html/navtreeindex1.js
@@ -1,5 +1,12 @@
var NAVTREEINDEX1 =
{
+"classnlohmann_1_1detail_1_1binary__reader.html#ad7cb69186e01b77ec021e83137461457":[2,0,0,0,0,0],
+"classnlohmann_1_1detail_1_1binary__reader.html#ad8cba5585327caa550dd5b6dd25a64f8":[2,0,0,0,0,15],
+"classnlohmann_1_1detail_1_1binary__reader.html#adcf64ad3207f4bf37a5a31c920a385c3":[2,0,0,0,0,25],
+"classnlohmann_1_1detail_1_1binary__reader.html#ae020385ce9424271d61f85d3842c02cb":[2,0,0,0,0,14],
+"classnlohmann_1_1detail_1_1binary__reader.html#afb36cb588b795efa513fc95e949493b7":[2,0,0,0,0,24],
+"classnlohmann_1_1detail_1_1binary__writer.html":[2,0,0,0,1],
+"classnlohmann_1_1detail_1_1binary__writer.html#a025212bd170253638b9f05b3b6aa5bf9":[2,0,0,0,1,13],
"classnlohmann_1_1detail_1_1binary__writer.html#a048887c907afe39759b777e8c888414c":[2,0,0,0,1,18],
"classnlohmann_1_1detail_1_1binary__writer.html#a0f6c65053d859269f88eb4ebb0cd7060":[2,0,0,0,1,4],
"classnlohmann_1_1detail_1_1binary__writer.html#a1b5b7f5c03b1f8b1f59ea61db9634108":[2,0,0,0,1,5],
@@ -163,11 +170,11 @@ var NAVTREEINDEX1 =
"classnlohmann_1_1json__pointer.html#ae9015c658f99cf3d48a8563accc79988":[2,0,0,4,2],
"classnlohmann_1_1json__pointer.html#af5a4bc4f82113c271c9a0cd4d3b5f31c":[2,0,0,4,20],
"classnlohmann_1_1json__pointer.html#afdaacce1edb7145e0434e014f0e8685a":[2,0,0,4,6],
-"classsound.html":[2,0,3],
-"classsound.html#a2f69382c0ac7e2aa90d8278cc5b6bd70":[2,0,3,0],
-"classsound.html#a4a82f1972ceb6a2642bb2dcc067c3d72":[2,0,3,1],
-"classsound.html#abb2c33709eb822528889e32722fc1153":[2,0,3,2],
-"classsound.html#adf45b194f1b8bcbaca3ee6eec0ecc71a":[2,0,3,3],
+"classsound.html":[2,0,4],
+"classsound.html#a2f69382c0ac7e2aa90d8278cc5b6bd70":[2,0,4,0],
+"classsound.html#a4a82f1972ceb6a2642bb2dcc067c3d72":[2,0,4,1],
+"classsound.html#abb2c33709eb822528889e32722fc1153":[2,0,4,2],
+"classsound.html#adf45b194f1b8bcbaca3ee6eec0ecc71a":[2,0,4,3],
"deprecated.html":[0],
"functions.html":[2,3,0],
"functions.html":[2,3,0,0],
@@ -188,17 +195,18 @@ var NAVTREEINDEX1 =
"functions_func_i.html":[2,3,1,8],
"functions_func_j.html":[2,3,1,9],
"functions_func_k.html":[2,3,1,10],
-"functions_func_m.html":[2,3,1,11],
-"functions_func_n.html":[2,3,1,12],
-"functions_func_o.html":[2,3,1,13],
-"functions_func_p.html":[2,3,1,14],
-"functions_func_r.html":[2,3,1,15],
-"functions_func_s.html":[2,3,1,16],
-"functions_func_t.html":[2,3,1,17],
-"functions_func_u.html":[2,3,1,18],
-"functions_func_v.html":[2,3,1,19],
-"functions_func_w.html":[2,3,1,20],
-"functions_func_~.html":[2,3,1,21],
+"functions_func_l.html":[2,3,1,11],
+"functions_func_m.html":[2,3,1,12],
+"functions_func_n.html":[2,3,1,13],
+"functions_func_o.html":[2,3,1,14],
+"functions_func_p.html":[2,3,1,15],
+"functions_func_r.html":[2,3,1,16],
+"functions_func_s.html":[2,3,1,17],
+"functions_func_t.html":[2,3,1,18],
+"functions_func_u.html":[2,3,1,19],
+"functions_func_v.html":[2,3,1,20],
+"functions_func_w.html":[2,3,1,21],
+"functions_func_~.html":[2,3,1,22],
"functions_g.html":[2,3,0,6],
"functions_h.html":[2,3,0,7],
"functions_i.html":[2,3,0,8],
@@ -226,10 +234,10 @@ var NAVTREEINDEX1 =
"namespacemembers_enum.html":[1,1,3],
"namespacemembers_func.html":[1,1,1],
"namespacemembers_type.html":[1,1,2],
-"namespacenlohmann.html":[2,0,0],
"namespacenlohmann.html":[1,0,0],
-"namespacenlohmann_1_1detail.html":[1,0,0,0],
+"namespacenlohmann.html":[2,0,0],
"namespacenlohmann_1_1detail.html":[2,0,0,0],
+"namespacenlohmann_1_1detail.html":[1,0,0,0],
"namespacenlohmann_1_1detail_1_1dtoa__impl.html":[1,0,0,0,0],
"namespaces.html":[1,0],
"pages.html":[],
@@ -241,13 +249,5 @@ var NAVTREEINDEX1 =
"structnlohmann_1_1detail_1_1output__adapter__protocol.html":[2,0,0,0,14],
"structnlohmann_1_1detail_1_1position__t.html":[2,0,0,0,20],
"structnlohmann_1_1detail_1_1position__t.html#a4bbad8bc2c0d17c1b61c3ce729908b71":[2,0,0,0,20,3],
-"structnlohmann_1_1detail_1_1position__t.html#a74df94563dd32102152ceb8c6d9041d8":[2,0,0,0,20,2],
-"structnlohmann_1_1detail_1_1position__t.html#a94cf85cd91d478c20ae143eba906ea1a":[2,0,0,0,20,1],
-"structnlohmann_1_1detail_1_1position__t.html#ac9ad1e0f143f162e2e0c979cd678d683":[2,0,0,0,20,0],
-"structnlohmann_1_1json__sax.html":[2,0,0,5],
-"structnlohmann_1_1json__sax.html#a0671528b0debb5a348169d61f0382a0f":[2,0,0,5,7],
-"structnlohmann_1_1json__sax.html#a07eab82f6c82d606787eee9ad73d2bda":[2,0,0,5,5],
-"structnlohmann_1_1json__sax.html#a0ad26edef3f8d530dcec3192bba82df6":[2,0,0,5,0],
-"structnlohmann_1_1json__sax.html#a235ee975617f28e6a996d1e36a282312":[2,0,0,5,11],
-"structnlohmann_1_1json__sax.html#a2e0c7ecd80b18d18a8cc76f71cfc2028":[2,0,0,5,8]
+"structnlohmann_1_1detail_1_1position__t.html#a74df94563dd32102152ceb8c6d9041d8":[2,0,0,0,20,2]
};
diff --git a/main/doc/html/navtreeindex2.js b/main/doc/html/navtreeindex2.js
index 579bc34..0c73260 100644
--- a/main/doc/html/navtreeindex2.js
+++ b/main/doc/html/navtreeindex2.js
@@ -1,5 +1,13 @@
var NAVTREEINDEX2 =
{
+"structnlohmann_1_1detail_1_1position__t.html#a94cf85cd91d478c20ae143eba906ea1a":[2,0,0,0,20,1],
+"structnlohmann_1_1detail_1_1position__t.html#ac9ad1e0f143f162e2e0c979cd678d683":[2,0,0,0,20,0],
+"structnlohmann_1_1json__sax.html":[2,0,0,5],
+"structnlohmann_1_1json__sax.html#a0671528b0debb5a348169d61f0382a0f":[2,0,0,5,7],
+"structnlohmann_1_1json__sax.html#a07eab82f6c82d606787eee9ad73d2bda":[2,0,0,5,5],
+"structnlohmann_1_1json__sax.html#a0ad26edef3f8d530dcec3192bba82df6":[2,0,0,5,0],
+"structnlohmann_1_1json__sax.html#a235ee975617f28e6a996d1e36a282312":[2,0,0,5,11],
+"structnlohmann_1_1json__sax.html#a2e0c7ecd80b18d18a8cc76f71cfc2028":[2,0,0,5,8],
"structnlohmann_1_1json__sax.html#a38c2dbde07138cc436ea7fbf22c1e92d":[2,0,0,5,6],
"structnlohmann_1_1json__sax.html#a5c53878cf08d463eb4e7ca0270532572":[2,0,0,5,10],
"structnlohmann_1_1json__sax.html#a60287e3bd85f489e04c83f7e3b76e613":[2,0,0,5,12],