mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
deploy: afc05659ed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<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.5"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>rippled: uhash.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -29,7 +29,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.5 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
@@ -46,6 +46,11 @@ $(function() {
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(document).ready(function() { init_codefold(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -106,6 +111,7 @@ $(function() {
|
||||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="comment">// Universal hash function</span></div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">template</span> <<span class="keyword">class</span> Hasher = xxhasher></div>
|
||||
<div class="foldopen" id="foldopen00031" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="structbeast_1_1uhash.html"> 31</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structbeast_1_1uhash.html">uhash</a></div>
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>{</div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="structbeast_1_1uhash.html#a4def52c2c4ccce9ef62041566cb44999"> 33</a></span> <a class="code hl_function" href="structbeast_1_1uhash.html#a4def52c2c4ccce9ef62041566cb44999">uhash</a>() = <span class="keywordflow">default</span>;</div>
|
||||
@@ -114,27 +120,30 @@ $(function() {
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_typedef" href="structbeast_1_1uhash.html#aec7c327306a0b379ba6c909bdf255010">result_type</a></div>
|
||||
<div class="foldopen" id="foldopen00039" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structbeast_1_1uhash.html#ab8239625283ed6f9eb920c4495d197e3"> 39</a></span> <a class="code hl_function" href="structbeast_1_1uhash.html#ab8239625283ed6f9eb920c4495d197e3">operator()</a>(T <span class="keyword">const</span>& t) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> {</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> Hasher h;</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_function" href="namespacebeast.html#a91bb66f7828c0bb3c5f6eaa0255ba40c">hash_append</a>(h, t);</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code hl_typedef" href="structbeast_1_1uhash.html#aec7c327306a0b379ba6c909bdf255010">result_type</a><span class="keyword">></span>(h);</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>} <span class="comment">// namespace beast</span></div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00662">base_uint.h:662</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a91bb66f7828c0bb3c5f6eaa0255ba40c"><div class="ttname"><a href="namespacebeast.html#a91bb66f7828c0bb3c5f6eaa0255ba40c">beast::hash_append</a></div><div class="ttdeci">std::enable_if_t< is_contiguously_hashable< T, Hasher >::value > hash_append(Hasher &h, T const &t) noexcept</div><div class="ttdoc">Logically concatenate input data to a Hasher.</div><div class="ttdef"><b>Definition:</b> <a href="hash__append_8h_source.html#l00234">hash_append.h:234</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html"><div class="ttname"><a href="structbeast_1_1uhash.html">beast::uhash</a></div><div class="ttdef"><b>Definition:</b> <a href="uhash_8h_source.html#l00031">uhash.h:32</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00662">base_uint.h:662</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a91bb66f7828c0bb3c5f6eaa0255ba40c"><div class="ttname"><a href="namespacebeast.html#a91bb66f7828c0bb3c5f6eaa0255ba40c">beast::hash_append</a></div><div class="ttdeci">std::enable_if_t< is_contiguously_hashable< T, Hasher >::value > hash_append(Hasher &h, T const &t) noexcept</div><div class="ttdoc">Logically concatenate input data to a Hasher.</div><div class="ttdef"><b>Definition</b> <a href="hash__append_8h_source.html#l00234">hash_append.h:234</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html"><div class="ttname"><a href="structbeast_1_1uhash.html">beast::uhash</a></div><div class="ttdef"><b>Definition</b> <a href="uhash_8h_source.html#l00031">uhash.h:32</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html_a4def52c2c4ccce9ef62041566cb44999"><div class="ttname"><a href="structbeast_1_1uhash.html#a4def52c2c4ccce9ef62041566cb44999">beast::uhash::uhash</a></div><div class="ttdeci">uhash()=default</div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html_ab8239625283ed6f9eb920c4495d197e3"><div class="ttname"><a href="structbeast_1_1uhash.html#ab8239625283ed6f9eb920c4495d197e3">beast::uhash::operator()</a></div><div class="ttdeci">result_type operator()(T const &t) const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="uhash_8h_source.html#l00039">uhash.h:39</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html_aec7c327306a0b379ba6c909bdf255010"><div class="ttname"><a href="structbeast_1_1uhash.html#aec7c327306a0b379ba6c909bdf255010">beast::uhash::result_type</a></div><div class="ttdeci">typename Hasher::result_type result_type</div><div class="ttdef"><b>Definition:</b> <a href="uhash_8h_source.html#l00035">uhash.h:35</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html_ab8239625283ed6f9eb920c4495d197e3"><div class="ttname"><a href="structbeast_1_1uhash.html#ab8239625283ed6f9eb920c4495d197e3">beast::uhash::operator()</a></div><div class="ttdeci">result_type operator()(T const &t) const noexcept</div><div class="ttdef"><b>Definition</b> <a href="uhash_8h_source.html#l00039">uhash.h:39</a></div></div>
|
||||
<div class="ttc" id="astructbeast_1_1uhash_html_aec7c327306a0b379ba6c909bdf255010"><div class="ttname"><a href="structbeast_1_1uhash.html#aec7c327306a0b379ba6c909bdf255010">beast::uhash::result_type</a></div><div class="ttdeci">typename Hasher::result_type result_type</div><div class="ttdef"><b>Definition</b> <a href="uhash_8h_source.html#l00035">uhash.h:35</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user