wxExtend/hex_8h_source.html

175 lines
23 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>wxExtend: include/wxex/hex.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">wxExtend
</div>
<div id="projectbrief">Additional templates and function helpers for wxWidgets</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_2fafa5ce03815a2bdea8d271fa718211.html">wxex</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">hex.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> SPDX-License-Identifier: GPL-3.0-or-later</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> Copyright © 2015-2022 Amebis</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> Copyright © 2016 GÉANT</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">*/</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &quot;common.h&quot;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &lt;codeanalysis\warnings.h&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#pragma warning(push)</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#pragma warning(disable: WXWIDGETS_CODE_ANALYSIS_WARNINGS)</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &lt;wx/string.h&gt;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include &lt;wx/buffer.h&gt;</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#pragma warning(pop)</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">// ----------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// Encoding Functions</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment">// ----------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="group__wx_extend.html#gaaa29acae6f167f361a6488c265784e4d"> 34</a></span><span class="keyword">inline</span> <span class="keyword">constexpr</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="group__wx_extend.html#gaaa29acae6f167f361a6488c265784e4d">wxHexEncodedSize</a>(<span class="keywordtype">size_t</span> len) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span>{</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <span class="keywordflow">return</span> 2*len;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>}</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="keywordtype">size_t</span> <a class="code hl_define" href="group__wx_extend.html#ga624ae3515d39396935a077c6cc0a4d64">WXEXTEND_API</a> <a class="code hl_function" href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a>(<span class="keywordtype">char</span> *dst, <span class="keywordtype">size_t</span> dstLen, <span class="keyword">const</span> <span class="keywordtype">void</span> *src, <span class="keywordtype">size_t</span> srcLen);</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="group__wx_extend.html#gaf37ad5cbd6338f10c7a9fd1e2914bb44"> 66</a></span><span class="keyword">inline</span> wxString <a class="code hl_function" href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *src, <span class="keywordtype">size_t</span> srcLen)</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span>{</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">const</span> <span class="keywordtype">size_t</span> dstLen = <a class="code hl_function" href="group__wx_extend.html#gaaa29acae6f167f361a6488c265784e4d">wxHexEncodedSize</a>(srcLen);</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> wxCharBuffer dst(dstLen);</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_function" href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a>(dst.data(), dstLen, src, srcLen);</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keywordflow">return</span> dst;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span>}</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="group__wx_extend.html#ga1fc191df2a9382f85bf249eeaa729cde"> 83</a></span><span class="keyword">inline</span> wxString <a class="code hl_function" href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a>(<span class="keyword">const</span> wxMemoryBuffer&amp; buf)</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>{</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordflow">return</span> <a class="code hl_function" href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a>(buf.GetData(), buf.GetDataLen());</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span>}</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="comment">// ----------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="comment">// Decoding Functions</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment">// ----------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027"> 97</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span>{</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">Strict</a>, </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a063e54f96fc1a13b0a0c841f9fd3117f">SkipWS</a>, </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a4160be5df3fc34c3b165f28616f1bd16">Relaxed</a>, </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span>};</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="group__wx_extend.html#ga76593329d1380e463b26185f02678dce"> 113</a></span><span class="keyword">inline</span> <span class="keyword">constexpr</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="group__wx_extend.html#ga76593329d1380e463b26185f02678dce">wxHexDecodedSize</a>(<span class="keywordtype">size_t</span> len) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span>{</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <span class="keywordflow">return</span> (len + 1)/2;</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span>}</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> </div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="keywordtype">size_t</span> <a class="code hl_define" href="group__wx_extend.html#ga624ae3515d39396935a077c6cc0a4d64">WXEXTEND_API</a> <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(<span class="keywordtype">void</span> *dst, <span class="keywordtype">size_t</span> dstLen, <span class="keyword">const</span> <span class="keywordtype">char</span> *src, <span class="keywordtype">size_t</span> srcLen = wxNO_LEN, <a class="code hl_enumeration" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a> mode = <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">wxHexDecodeMode::Strict</a>, <span class="keywordtype">size_t</span> *posErr = NULL);</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="group__wx_extend.html#ga49fa5b25ba95cf8bdc672c8753b1060d"> 160</a></span><span class="keyword">inline</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(<span class="keywordtype">void</span> *dst, <span class="keywordtype">size_t</span> dstLen, <span class="keyword">const</span> wxString&amp; src, <a class="code hl_enumeration" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a> mode = <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">wxHexDecodeMode::Strict</a>, <span class="keywordtype">size_t</span> *posErr = NULL)</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span>{</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="comment">// don&#39;t use str.length() here as the ASCII buffer is shorter than it is for</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <span class="comment">// strings with embedded NULs</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">return</span> <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(dst, dstLen, src.ToAscii(), wxNO_LEN, mode, posErr);</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span>}</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> </div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span>wxMemoryBuffer <a class="code hl_define" href="group__wx_extend.html#ga624ae3515d39396935a077c6cc0a4d64">WXEXTEND_API</a> <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *src, <span class="keywordtype">size_t</span> srcLen = wxNO_LEN, <a class="code hl_enumeration" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a> mode = <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">wxHexDecodeMode::Strict</a>, <span class="keywordtype">size_t</span> *posErr = NULL);</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="group__wx_extend.html#ga4af18e7566d7025c457b56c2f8ecc4fc"> 199</a></span><span class="keyword">inline</span> wxMemoryBuffer <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(<span class="keyword">const</span> wxString&amp; src, <a class="code hl_enumeration" href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a> mode = <a class="code hl_enumvalue" href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">wxHexDecodeMode::Strict</a>, <span class="keywordtype">size_t</span> *posErr = NULL)</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span>{</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="comment">// don&#39;t use str.length() here as the ASCII buffer is shorter than it for</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="comment">// strings with embedded NULs</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keywordflow">return</span> <a class="code hl_function" href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a>(src.ToAscii(), wxNO_LEN, mode, posErr);</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span>}</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="ttc" id="agroup__wx_extend_html_ga5ff18f1e5fecbdaa3761c91a1f5a9a99"><div class="ttname"><a href="group__wx_extend.html#ga5ff18f1e5fecbdaa3761c91a1f5a9a99">wxHexDecode</a></div><div class="ttdeci">size_t WXEXTEND_API wxHexDecode(void *dst, size_t dstLen, const char *src, size_t srcLen=wxNO_LEN, wxHexDecodeMode mode=wxHexDecodeMode::Strict, size_t *posErr=NULL)</div><div class="ttdoc">Raw decoding function which decodes the contents of the string of specified length (or zero terminate...</div><div class="ttdef"><b>Definition:</b> hex.cpp:36</div></div>
<div class="ttc" id="agroup__wx_extend_html_ga624ae3515d39396935a077c6cc0a4d64"><div class="ttname"><a href="group__wx_extend.html#ga624ae3515d39396935a077c6cc0a4d64">WXEXTEND_API</a></div><div class="ttdeci">#define WXEXTEND_API</div><div class="ttdoc">Public function calling convention.</div><div class="ttdef"><b>Definition:</b> common.h:56</div></div>
<div class="ttc" id="agroup__wx_extend_html_ga76593329d1380e463b26185f02678dce"><div class="ttname"><a href="group__wx_extend.html#ga76593329d1380e463b26185f02678dce">wxHexDecodedSize</a></div><div class="ttdeci">constexpr size_t wxHexDecodedSize(size_t len) noexcept</div><div class="ttdoc">Return the buffer size necessary for decoding a hex string of the given length.</div><div class="ttdef"><b>Definition:</b> hex.h:113</div></div>
<div class="ttc" id="agroup__wx_extend_html_gaa4dcf0c1741f24b7865a030e5937a95f"><div class="ttname"><a href="group__wx_extend.html#gaa4dcf0c1741f24b7865a030e5937a95f">wxHexEncode</a></div><div class="ttdeci">size_t WXEXTEND_API wxHexEncode(char *dst, size_t dstLen, const void *src, size_t srcLen)</div><div class="ttdoc">Raw hex encoding function which encodes the contents of a buffer of the specified length into the buf...</div><div class="ttdef"><b>Definition:</b> hex.cpp:10</div></div>
<div class="ttc" id="agroup__wx_extend_html_gaa513d718d7b6dbd6fb0225102770e027"><div class="ttname"><a href="group__wx_extend.html#gaa513d718d7b6dbd6fb0225102770e027">wxHexDecodeMode</a></div><div class="ttdeci">wxHexDecodeMode</div><div class="ttdoc">Elements of this enum specify the possible behaviours of wxHexDecode() when an invalid character is e...</div><div class="ttdef"><b>Definition:</b> hex.h:98</div></div>
<div class="ttc" id="agroup__wx_extend_html_gaaa29acae6f167f361a6488c265784e4d"><div class="ttname"><a href="group__wx_extend.html#gaaa29acae6f167f361a6488c265784e4d">wxHexEncodedSize</a></div><div class="ttdeci">constexpr size_t wxHexEncodedSize(size_t len) noexcept</div><div class="ttdoc">Return the size needed for the buffer containing the encoded representation of a buffer of given leng...</div><div class="ttdef"><b>Definition:</b> hex.h:34</div></div>
<div class="ttc" id="agroup__wx_extend_html_ggaa513d718d7b6dbd6fb0225102770e027a063e54f96fc1a13b0a0c841f9fd3117f"><div class="ttname"><a href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a063e54f96fc1a13b0a0c841f9fd3117f">wxHexDecodeMode::SkipWS</a></div><div class="ttdeci">@ SkipWS</div><div class="ttdoc">Skip whitespace characters.</div></div>
<div class="ttc" id="agroup__wx_extend_html_ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974"><div class="ttname"><a href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a2e979835dd62324f5bfe217449ba4974">wxHexDecodeMode::Strict</a></div><div class="ttdeci">@ Strict</div><div class="ttdoc">Normal behaviour: stop at any invalid characters.</div></div>
<div class="ttc" id="agroup__wx_extend_html_ggaa513d718d7b6dbd6fb0225102770e027a4160be5df3fc34c3b165f28616f1bd16"><div class="ttname"><a href="group__wx_extend.html#ggaa513d718d7b6dbd6fb0225102770e027a4160be5df3fc34c3b165f28616f1bd16">wxHexDecodeMode::Relaxed</a></div><div class="ttdeci">@ Relaxed</div><div class="ttdoc">The most lenient behaviour: simply ignore all invalid characters.</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Feb 17 2022 12:50:26 for wxExtend by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.3
</small></address>
</body>
</html>