This commit is contained in:
lemire
2024-12-07 17:00:00 +00:00
parent 29b925aae3
commit af1bb1f005
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('error_8h_source.html',''); initResizab
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="structsimdjson_1_1simdjson__error.html"> 82</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structsimdjson_1_1simdjson__error.html">simdjson_error</a> : <span class="keyword">public</span> std::exception {</div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39"> 87</a></span>&#160; <a class="code" href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39">simdjson_error</a>(<a class="code" href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9">error_code</a> <a class="code" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>) noexcept : _error{<a class="code" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>} { }</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49"> 89</a></span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">what</a>() const noexcept { <span class="keywordflow">return</span> <a class="code" href="namespacesimdjson.html#a65b00a7a7a9c8fafe9eb3b9b413a36fa">error_message</a>(<a class="code" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>()); }</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022"> 89</a></span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">what</a>() const noexcept<span class="keyword"> override </span>{ <span class="keywordflow">return</span> <a class="code" href="namespacesimdjson.html#a65b00a7a7a9c8fafe9eb3b9b413a36fa">error_message</a>(<a class="code" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>()); }</div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e"> 91</a></span>&#160; <a class="code" href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9">error_code</a> <a class="code" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>() const noexcept { <span class="keywordflow">return</span> _error; }</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <a class="code" href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9">error_code</a> _error;</div>
@@ -269,7 +269,7 @@ $(document).ready(function(){initNavTree('error_8h_source.html',''); initResizab
<div class="ttc" id="anamespacesimdjson_html_a7b735a3a50ba79e3f7f14df5f77d8da9aee3335b961f2d0f732e95b359c16a69a"><div class="ttname"><a href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9aee3335b961f2d0f732e95b359c16a69a">simdjson::INSUFFICIENT_PADDING</a></div><div class="ttdeci">@ INSUFFICIENT_PADDING</div><div class="ttdoc">The JSON doesn't have enough padding for simdjson to safely parse it.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00047">error.h:47</a></div></div>
<div class="ttc" id="anamespacesimdjson_html_a7b735a3a50ba79e3f7f14df5f77d8da9aeeaf930969566f76840224d64ee3a9a1"><div class="ttname"><a href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9aeeaf930969566f76840224d64ee3a9a1">simdjson::INVALID_JSON_POINTER</a></div><div class="ttdeci">@ INVALID_JSON_POINTER</div><div class="ttdoc">Invalid JSON pointer syntax.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00042">error.h:42</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__error_html"><div class="ttname"><a href="structsimdjson_1_1simdjson__error.html">simdjson::simdjson_error</a></div><div class="ttdoc">Exception thrown when an exception-supporting simdjson method is called.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00082">error.h:82</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__error_html_a73b15aae33a4eef105d0735e03d83a49"><div class="ttname"><a href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">simdjson::simdjson_error::what</a></div><div class="ttdeci">const char * what() const noexcept</div><div class="ttdoc">The error message.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00089">error.h:89</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__error_html_a2a57ebe2cfb24b519fb1ef0fcf129022"><div class="ttname"><a href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">simdjson::simdjson_error::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdoc">The error message.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00089">error.h:89</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__error_html_aa8143615e5f6f02474f6ab165682ab6e"><div class="ttname"><a href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">simdjson::simdjson_error::error</a></div><div class="ttdeci">error_code error() const noexcept</div><div class="ttdoc">The error code.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00091">error.h:91</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__error_html_af5355b65f85b897251b3665086075f39"><div class="ttname"><a href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39">simdjson::simdjson_error::simdjson_error</a></div><div class="ttdeci">simdjson_error(error_code error) noexcept</div><div class="ttdoc">Create an exception from a simdjson error code.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00087">error.h:87</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__result_html"><div class="ttname"><a href="structsimdjson_1_1simdjson__result.html">simdjson::simdjson_result</a></div><div class="ttdoc">The result of a simdjson operation that could fail.</div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00215">error.h:215</a></div></div>
+1 -1
View File
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('functions_func_w.html',''); initResiza
<h3><a id="index_w"></a>- w -</h3><ul>
<li>what()
: <a class="el" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">simdjson::simdjson_error</a>
: <a class="el" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">simdjson::simdjson_error</a>
</li>
</ul>
</div><!-- contents -->
+1 -1
View File
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('functions_w.html',''); initResizable()
<h3><a id="index_w"></a>- w -</h3><ul>
<li>what()
: <a class="el" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">simdjson::simdjson_error</a>
: <a class="el" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">simdjson::simdjson_error</a>
</li>
</ul>
</div><!-- contents -->
+1 -1
View File
@@ -228,7 +228,7 @@ var NAVTREEINDEX4 =
"structsimdjson_1_1padded__string.html#aaf47c9ce732d92bd6e43c035f41338da":[11,0,0,24,6],
"structsimdjson_1_1padded__string.html#ac06ec74c78934565cdf50df163d35476":[11,0,0,24,1],
"structsimdjson_1_1simdjson__error.html":[11,0,0,6],
"structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49":[11,0,0,6,2],
"structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022":[11,0,0,6,2],
"structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e":[11,0,0,6,1],
"structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39":[11,0,0,6,0],
"structsimdjson_1_1simdjson__result.html":[11,0,0,7],
+1 -1
View File
@@ -1,4 +1,4 @@
var searchData=
[
['what_306',['what',['../structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49',1,'simdjson::simdjson_error']]]
['what_306',['what',['../structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022',1,'simdjson::simdjson_error']]]
];
+1 -1
View File
@@ -1,4 +1,4 @@
var searchData=
[
['what_552',['what',['../structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49',1,'simdjson::simdjson_error']]]
['what_552',['what',['../structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022',1,'simdjson::simdjson_error']]]
];
@@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('structsimdjson_1_1simdjson__error.html
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>() const noexcept</td><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html">simdjson::simdjson_error</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39">simdjson_error</a>(error_code error) noexcept</td><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html">simdjson::simdjson_error</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">what</a>() const noexcept</td><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html">simdjson::simdjson_error</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">what</a>() const noexcept override</td><td class="entry"><a class="el" href="structsimdjson_1_1simdjson__error.html">simdjson::simdjson_error</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
+4 -4
View File
@@ -109,10 +109,10 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:af5355b65f85b897251b3665086075f39"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39">simdjson_error</a> (<a class="el" href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9">error_code</a> <a class="el" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a>) noexcept</td></tr>
<tr class="memdesc:af5355b65f85b897251b3665086075f39"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an exception from a simdjson error code. <a href="structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39">More...</a><br /></td></tr>
<tr class="separator:af5355b65f85b897251b3665086075f39"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a73b15aae33a4eef105d0735e03d83a49"><td class="memItemLeft" align="right" valign="top"><a id="a73b15aae33a4eef105d0735e03d83a49"></a>
const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49">what</a> () const noexcept</td></tr>
<tr class="memdesc:a73b15aae33a4eef105d0735e03d83a49"><td class="mdescLeft">&#160;</td><td class="mdescRight">The error message. <br /></td></tr>
<tr class="separator:a73b15aae33a4eef105d0735e03d83a49"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2a57ebe2cfb24b519fb1ef0fcf129022"><td class="memItemLeft" align="right" valign="top"><a id="a2a57ebe2cfb24b519fb1ef0fcf129022"></a>
const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022">what</a> () const noexcept override</td></tr>
<tr class="memdesc:a2a57ebe2cfb24b519fb1ef0fcf129022"><td class="mdescLeft">&#160;</td><td class="mdescRight">The error message. <br /></td></tr>
<tr class="separator:a2a57ebe2cfb24b519fb1ef0fcf129022"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8143615e5f6f02474f6ab165682ab6e"><td class="memItemLeft" align="right" valign="top"><a id="aa8143615e5f6f02474f6ab165682ab6e"></a>
<a class="el" href="namespacesimdjson.html#a7b735a3a50ba79e3f7f14df5f77d8da9">error_code</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e">error</a> () const noexcept</td></tr>
<tr class="memdesc:aa8143615e5f6f02474f6ab165682ab6e"><td class="mdescLeft">&#160;</td><td class="mdescRight">The error code. <br /></td></tr>
+1 -1
View File
@@ -2,5 +2,5 @@ var structsimdjson_1_1simdjson__error =
[
[ "simdjson_error", "structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39", null ],
[ "error", "structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e", null ],
[ "what", "structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49", null ]
[ "what", "structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022", null ]
];