This commit is contained in:
nbougalis
2020-04-15 21:15:02 +00:00
commit 4ad595bf18
12373 changed files with 1478990 additions and 0 deletions

276
STBlob_8h_source.html Normal file
View File

@@ -0,0 +1,276 @@
<!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=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: STBlob.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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(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_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_1e765e6a8d5970800a535eb2615ec474.html">protocol</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">STBlob.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef RIPPLE_PROTOCOL_STBLOB_H_INCLUDED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RIPPLE_PROTOCOL_STBLOB_H_INCLUDED</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/Buffer.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/Slice.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/STBase.h&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a>&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</a>&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment">// variable length byte string</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html"> 33</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1STBlob.html">STBlob</a></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; : <span class="keyword">public</span> <a class="code" href="classripple_1_1STBase.html">STBase</a></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;{</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a7ebe043c880148cacd1f48c4d8d8d8ff"> 37</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1Slice.html">value_type</a> = <a class="code" href="classripple_1_1Slice.html">Slice</a>;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="classripple_1_1STBlob.html#a8a7f4b6ed6cc818743c32b696de65dfb">STBlob</a> () = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a5426326c3424fcc3b73dbd16bc53fb31"> 40</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a5426326c3424fcc3b73dbd16bc53fb31">STBlob</a> (<a class="code" href="classripple_1_1STBlob.html">STBlob</a> <span class="keyword">const</span>&amp; rhs)</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; :<a class="code" href="classripple_1_1STBase.html">STBase</a>(rhs)</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; , <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a> (rhs.<a class="code" href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b">data</a> (), rhs.<a class="code" href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6">size</a> ())</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; {</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a0bd842ef1d275aec686e2c4b165e76a0"> 46</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a0bd842ef1d275aec686e2c4b165e76a0">STBlob</a> (<a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; f,</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordtype">void</span> <span class="keyword">const</span>* <a class="code" href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b">data</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6">size</a>)</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; : <a class="code" href="classripple_1_1STBase.html">STBase</a>(f), <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a> (<a class="code" href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b">data</a>, <a class="code" href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6">size</a>)</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; }</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#afdee96a00fcf01661eab85ecd599c35a"> 52</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#afdee96a00fcf01661eab85ecd599c35a">STBlob</a> (<a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; f, <a class="code" href="classripple_1_1Buffer.html">Buffer</a>&amp;&amp; b)</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; : <a class="code" href="classripple_1_1STBase.html">STBase</a>(f), <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>(<a class="code" href="namespacestd.html">std</a>::<a class="code" href="classripple_1_1STBlob.html#ad1b8999c7b228770a0553468c5998e8a">move</a> (b))</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; {</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; }</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#ac3fd05139d9c52b5cb79c89a9a028401"> 57</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#ac3fd05139d9c52b5cb79c89a9a028401">STBlob</a> (<a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; n)</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; : <a class="code" href="classripple_1_1STBase.html">STBase</a> (n)</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; {</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; }</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <a class="code" href="classripple_1_1STBlob.html#a8a7f4b6ed6cc818743c32b696de65dfb">STBlob</a> (<a class="code" href="classripple_1_1SerialIter.html">SerialIter</a>&amp;, <a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; name = <a class="code" href="namespaceripple.html#a5b37d2021c21c06e89ffc7d7f55cc354">sfGeneric</a>);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a>*</div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#ad2445c68ec14bbc059e01ff85d6f7c46"> 65</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#ad2445c68ec14bbc059e01ff85d6f7c46">copy</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> n, <span class="keywordtype">void</span>* buf)<span class="keyword"> const override</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1STBase.html#a7fb3256be27a1c525eca36470f25e131">emplace</a>(n, buf, *<span class="keyword">this</span>);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a>*</div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#ad1b8999c7b228770a0553468c5998e8a"> 71</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#ad1b8999c7b228770a0553468c5998e8a">move</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> n, <span class="keywordtype">void</span>* buf)<span class="keyword"> override</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1STBase.html#a7fb3256be27a1c525eca36470f25e131">emplace</a>(n, buf, std::move(*<span class="keyword">this</span>));</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6"> 77</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6">size</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>.<a class="code" href="classripple_1_1Buffer.html#a76cd91377f761afdbb2dec0a39e44005">size</a>();</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; }</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> <span class="keyword">const</span>*</div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b"> 83</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b">data</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> const*<span class="keyword">&gt;</span>(<a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>.<a class="code" href="classripple_1_1Buffer.html#ab6ff733d0e46ea023e9505ae9d4d34b6">data</a>());</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; }</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <a class="code" href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fc">SerializedTypeID</a></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a09e35f23fa25391cdeb65c87759e8862"> 90</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a09e35f23fa25391cdeb65c87759e8862">getSType</a> ()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fcaa3610a30b588fe726c634dc99b90fdde">STI_VL</a>;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; }</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classripple_1_1STBlob.html#af1ba53c8a0b9bb0e39b2ae8c7a1c13f1">getText</a> () <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#aab5073359102e3f335fe27f2a6d9c91a"> 99</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#aab5073359102e3f335fe27f2a6d9c91a">add</a> (<a class="code" href="classripple_1_1Serializer.html">Serializer</a>&amp; s)<span class="keyword"> const override</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; assert (<a class="code" href="classripple_1_1STBase.html#a784e6b1508801ba39b3bae5653675de7">fName</a>-&gt;<a class="code" href="classripple_1_1SField.html#a8397d771d2340b675ca85bb639d2ecee">isBinary</a> ());</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; assert ((<a class="code" href="classripple_1_1STBase.html#a784e6b1508801ba39b3bae5653675de7">fName</a>-&gt;<a class="code" href="classripple_1_1SField.html#adcd7fdcb69d4763bec2c59b4cf445f66">fieldType</a> == <a class="code" href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fcaa3610a30b588fe726c634dc99b90fdde">STI_VL</a>) ||</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; (<a class="code" href="classripple_1_1STBase.html#a784e6b1508801ba39b3bae5653675de7">fName</a>-&gt;<a class="code" href="classripple_1_1SField.html#adcd7fdcb69d4763bec2c59b4cf445f66">fieldType</a> == <a class="code" href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fca5752fbabcb9d6425971b3043ba1f2ab9">STI_ACCOUNT</a>));</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; s.<a class="code" href="classripple_1_1Serializer.html#a9d465161cb77936bd75a3d034d2b5b72">addVL</a> (<a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>.<a class="code" href="classripple_1_1Buffer.html#ab6ff733d0e46ea023e9505ae9d4d34b6">data</a> (), <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>.<a class="code" href="classripple_1_1Buffer.html#a76cd91377f761afdbb2dec0a39e44005">size</a> ());</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; }</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <a class="code" href="classripple_1_1STBlob.html">STBlob</a>&amp;</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#acd546c38cef148a13be09dbd81a4d6b3"> 108</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#acd546c38cef148a13be09dbd81a4d6b3">operator= </a>(<a class="code" href="classripple_1_1Slice.html">Slice</a> <span class="keyword">const</span>&amp; slice)</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; {</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a> = <a class="code" href="classripple_1_1Buffer.html">Buffer</a>(slice.<a class="code" href="classripple_1_1Slice.html#a9d49708cd15d24841b78dc0a9ecaac26">data</a>(), slice.<a class="code" href="classripple_1_1Slice.html#aa6faa586508e0f849d4591d807353825">size</a>());</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; }</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <a class="code" href="classripple_1_1STBlob.html#a7ebe043c880148cacd1f48c4d8d8d8ff">value_type</a></div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#aaa68674587c4b19e59c0f5f5efcafa79"> 115</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#aaa68674587c4b19e59c0f5f5efcafa79">value</a>() const noexcept</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; {</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; }</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <a class="code" href="classripple_1_1STBlob.html">STBlob</a>&amp;</div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#abd24613f37aef984171a49566236572d"> 121</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#acd546c38cef148a13be09dbd81a4d6b3">operator= </a>(<a class="code" href="classripple_1_1Buffer.html">Buffer</a>&amp;&amp; buffer)</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; {</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a> = std::move(buffer);</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; }</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#a53662d81f04256852bb09bfd8aaf9a15"> 128</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#a53662d81f04256852bb09bfd8aaf9a15">setValue</a> (<a class="code" href="classripple_1_1Buffer.html">Buffer</a>&amp;&amp; b)</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; {</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a> = std::move (b);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; }</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <a class="code" href="classripple_1_1STBlob.html#a75b7b78064ddfbfcf2067d5c34e708bd">isEquivalent</a> (<span class="keyword">const</span> <a class="code" href="classripple_1_1STBase.html">STBase</a>&amp; t) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; </div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#ae544b056017cc603ae1f82fe32398072"> 137</a></span>&#160; <a class="code" href="classripple_1_1STBlob.html#ae544b056017cc603ae1f82fe32398072">isDefault</a> ()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>.<a class="code" href="classripple_1_1Buffer.html#ae1a5452cda07734f4f43151b87a5e236">empty</a> ();</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; }</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a"> 143</a></span>&#160; <a class="code" href="classripple_1_1Buffer.html">Buffer</a> <a class="code" href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">value_</a>;</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;};</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;} <span class="comment">// ripple</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassripple_1_1Slice_html_aa6faa586508e0f849d4591d807353825"><div class="ttname"><a href="classripple_1_1Slice.html#aa6faa586508e0f849d4591d807353825">ripple::Slice::size</a></div><div class="ttdeci">std::size_t size() const noexcept</div><div class="ttdoc">Returns the number of bytes in the storage.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00077">Slice.h:77</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a8a7f4b6ed6cc818743c32b696de65dfb"><div class="ttname"><a href="classripple_1_1STBlob.html#a8a7f4b6ed6cc818743c32b696de65dfb">ripple::STBlob::STBlob</a></div><div class="ttdeci">STBlob()=default</div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a8158dbad5279563ef0c49e04af47d85b"><div class="ttname"><a href="classripple_1_1STBlob.html#a8158dbad5279563ef0c49e04af47d85b">ripple::STBlob::data</a></div><div class="ttdeci">std::uint8_t const * data() const</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00083">STBlob.h:83</a></div></div>
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="acstring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5b37d2021c21c06e89ffc7d7f55cc354"><div class="ttname"><a href="namespaceripple.html#a5b37d2021c21c06e89ffc7d7f55cc354">ripple::sfGeneric</a></div><div class="ttdeci">const SField sfGeneric(access, 0)</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00317">SField.h:317</a></div></div>
<div class="ttc" id="aclassripple_1_1SField_html_a8397d771d2340b675ca85bb639d2ecee"><div class="ttname"><a href="classripple_1_1SField.html#a8397d771d2340b675ca85bb639d2ecee">ripple::SField::isBinary</a></div><div class="ttdeci">bool isBinary() const</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00199">SField.h:199</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00043">Slice.h:43</a></div></div>
<div class="ttc" id="anamespaceripple_html_a3e7e3f29aef85bcca06706da54e950fc"><div class="ttname"><a href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fc">ripple::SerializedTypeID</a></div><div class="ttdeci">SerializedTypeID</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00052">SField.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_ad1b8999c7b228770a0553468c5998e8a"><div class="ttname"><a href="classripple_1_1STBlob.html#ad1b8999c7b228770a0553468c5998e8a">ripple::STBlob::move</a></div><div class="ttdeci">STBase * move(std::size_t n, void *buf) override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00071">STBlob.h:71</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html_a9d49708cd15d24841b78dc0a9ecaac26"><div class="ttname"><a href="classripple_1_1Slice.html#a9d49708cd15d24841b78dc0a9ecaac26">ripple::Slice::data</a></div><div class="ttdeci">std::uint8_t const * data() const noexcept</div><div class="ttdoc">Return a pointer to beginning of the storage.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00087">Slice.h:87</a></div></div>
<div class="ttc" id="aclassripple_1_1Buffer_html_ae1a5452cda07734f4f43151b87a5e236"><div class="ttname"><a href="classripple_1_1Buffer.html#ae1a5452cda07734f4f43151b87a5e236">ripple::Buffer::empty</a></div><div class="ttdeci">bool empty() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="Buffer_8h_source.html#l00136">Buffer.h:136</a></div></div>
<div class="ttc" id="aclassripple_1_1Buffer_html"><div class="ttname"><a href="classripple_1_1Buffer.html">ripple::Buffer</a></div><div class="ttdoc">Like std::vector&lt;char&gt; but better.</div><div class="ttdef"><b>Definition:</b> <a href="Buffer_8h_source.html#l00035">Buffer.h:35</a></div></div>
<div class="ttc" id="anamespaceripple_html_a3e7e3f29aef85bcca06706da54e950fca5752fbabcb9d6425971b3043ba1f2ab9"><div class="ttname"><a href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fca5752fbabcb9d6425971b3043ba1f2ab9">ripple::STI_ACCOUNT</a></div><div class="ttdeci">@ STI_ACCOUNT</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00067">SField.h:67</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_acae25162f3374e5f1f850d160546c03a"><div class="ttname"><a href="classripple_1_1STBlob.html#acae25162f3374e5f1f850d160546c03a">ripple::STBlob::value_</a></div><div class="ttdeci">Buffer value_</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00143">STBlob.h:143</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a53662d81f04256852bb09bfd8aaf9a15"><div class="ttname"><a href="classripple_1_1STBlob.html#a53662d81f04256852bb09bfd8aaf9a15">ripple::STBlob::setValue</a></div><div class="ttdeci">void setValue(Buffer &amp;&amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00128">STBlob.h:128</a></div></div>
<div class="ttc" id="aclassripple_1_1SField_html_adcd7fdcb69d4763bec2c59b4cf445f66"><div class="ttname"><a href="classripple_1_1SField.html#adcd7fdcb69d4763bec2c59b4cf445f66">ripple::SField::fieldType</a></div><div class="ttdeci">const SerializedTypeID fieldType</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00134">SField.h:134</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html_a7fb3256be27a1c525eca36470f25e131"><div class="ttname"><a href="classripple_1_1STBase.html#a7fb3256be27a1c525eca36470f25e131">ripple::STBase::emplace</a></div><div class="ttdeci">static STBase * emplace(std::size_t n, void *buf, T &amp;&amp;val)</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8h_source.html#l00161">STBase.h:161</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_acd546c38cef148a13be09dbd81a4d6b3"><div class="ttname"><a href="classripple_1_1STBlob.html#acd546c38cef148a13be09dbd81a4d6b3">ripple::STBlob::operator=</a></div><div class="ttdeci">STBlob &amp; operator=(Slice const &amp;slice)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00108">STBlob.h:108</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_af1ba53c8a0b9bb0e39b2ae8c7a1c13f1"><div class="ttname"><a href="classripple_1_1STBlob.html#af1ba53c8a0b9bb0e39b2ae8c7a1c13f1">ripple::STBlob::getText</a></div><div class="ttdeci">std::string getText() const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8cpp_source.html#l00032">STBlob.cpp:32</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_aaa68674587c4b19e59c0f5f5efcafa79"><div class="ttname"><a href="classripple_1_1STBlob.html#aaa68674587c4b19e59c0f5f5efcafa79">ripple::STBlob::value</a></div><div class="ttdeci">value_type value() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00115">STBlob.h:115</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a7ebe043c880148cacd1f48c4d8d8d8ff"><div class="ttname"><a href="classripple_1_1STBlob.html#a7ebe043c880148cacd1f48c4d8d8d8ff">ripple::STBlob::value_type</a></div><div class="ttdeci">Slice value_type</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00037">STBlob.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a09e35f23fa25391cdeb65c87759e8862"><div class="ttname"><a href="classripple_1_1STBlob.html#a09e35f23fa25391cdeb65c87759e8862">ripple::STBlob::getSType</a></div><div class="ttdeci">SerializedTypeID getSType() const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00090">STBlob.h:90</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_aab5073359102e3f335fe27f2a6d9c91a"><div class="ttname"><a href="classripple_1_1STBlob.html#aab5073359102e3f335fe27f2a6d9c91a">ripple::STBlob::add</a></div><div class="ttdeci">void add(Serializer &amp;s) const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00099">STBlob.h:99</a></div></div>
<div class="ttc" id="anamespaceripple_html_a3e7e3f29aef85bcca06706da54e950fcaa3610a30b588fe726c634dc99b90fdde"><div class="ttname"><a href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fcaa3610a30b588fe726c634dc99b90fdde">ripple::STI_VL</a></div><div class="ttdeci">@ STI_VL</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00066">SField.h:66</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a5426326c3424fcc3b73dbd16bc53fb31"><div class="ttname"><a href="classripple_1_1STBlob.html#a5426326c3424fcc3b73dbd16bc53fb31">ripple::STBlob::STBlob</a></div><div class="ttdeci">STBlob(STBlob const &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00040">STBlob.h:40</a></div></div>
<div class="ttc" id="aclassripple_1_1Buffer_html_a76cd91377f761afdbb2dec0a39e44005"><div class="ttname"><a href="classripple_1_1Buffer.html#a76cd91377f761afdbb2dec0a39e44005">ripple::Buffer::size</a></div><div class="ttdeci">std::size_t size() const noexcept</div><div class="ttdoc">Returns the number of bytes in the buffer.</div><div class="ttdef"><b>Definition:</b> <a href="Buffer_8h_source.html#l00130">Buffer.h:130</a></div></div>
<div class="ttc" id="aclassripple_1_1SerialIter_html"><div class="ttname"><a href="classripple_1_1SerialIter.html">ripple::SerialIter</a></div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00311">Serializer.h:311</a></div></div>
<div class="ttc" id="aclassripple_1_1Buffer_html_ab6ff733d0e46ea023e9505ae9d4d34b6"><div class="ttname"><a href="classripple_1_1Buffer.html#ab6ff733d0e46ea023e9505ae9d4d34b6">ripple::Buffer::data</a></div><div class="ttdeci">std::uint8_t const * data() const noexcept</div><div class="ttdoc">Return a pointer to beginning of the storage.</div><div class="ttdef"><b>Definition:</b> <a href="Buffer_8h_source.html#l00154">Buffer.h:154</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_ae544b056017cc603ae1f82fe32398072"><div class="ttname"><a href="classripple_1_1STBlob.html#ae544b056017cc603ae1f82fe32398072">ripple::STBlob::isDefault</a></div><div class="ttdeci">bool isDefault() const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00137">STBlob.h:137</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_ad2445c68ec14bbc059e01ff85d6f7c46"><div class="ttname"><a href="classripple_1_1STBlob.html#ad2445c68ec14bbc059e01ff85d6f7c46">ripple::STBlob::copy</a></div><div class="ttdeci">STBase * copy(std::size_t n, void *buf) const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00065">STBlob.h:65</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a6f35800e09c25366d770be7148bf62c6"><div class="ttname"><a href="classripple_1_1STBlob.html#a6f35800e09c25366d770be7148bf62c6">ripple::STBlob::size</a></div><div class="ttdeci">std::size_t size() const</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00077">STBlob.h:77</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_afdee96a00fcf01661eab85ecd599c35a"><div class="ttname"><a href="classripple_1_1STBlob.html#afdee96a00fcf01661eab85ecd599c35a">ripple::STBlob::STBlob</a></div><div class="ttdeci">STBlob(SField const &amp;f, Buffer &amp;&amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00052">STBlob.h:52</a></div></div>
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
<div class="ttc" id="aclassripple_1_1Serializer_html"><div class="ttname"><a href="classripple_1_1Serializer.html">ripple::Serializer</a></div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00043">Serializer.h:43</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
<div class="ttc" id="aclassripple_1_1SField_html"><div class="ttname"><a href="classripple_1_1SField.html">ripple::SField</a></div><div class="ttdoc">Identifies fields.</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00112">SField.h:112</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html"><div class="ttname"><a href="classripple_1_1STBase.html">ripple::STBase</a></div><div class="ttdoc">A type which can be exported to a well known binary format.</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8h_source.html#l00065">STBase.h:65</a></div></div>
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
<div class="ttc" id="acassert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a75b7b78064ddfbfcf2067d5c34e708bd"><div class="ttname"><a href="classripple_1_1STBlob.html#a75b7b78064ddfbfcf2067d5c34e708bd">ripple::STBlob::isEquivalent</a></div><div class="ttdeci">bool isEquivalent(const STBase &amp;t) const override</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8cpp_source.html#l00038">STBlob.cpp:38</a></div></div>
<div class="ttc" id="aclassripple_1_1Serializer_html_a9d465161cb77936bd75a3d034d2b5b72"><div class="ttname"><a href="classripple_1_1Serializer.html#a9d465161cb77936bd75a3d034d2b5b72">ripple::Serializer::addVL</a></div><div class="ttdeci">int addVL(Blob const &amp;vector)</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00208">Serializer.cpp:208</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html_a784e6b1508801ba39b3bae5653675de7"><div class="ttname"><a href="classripple_1_1STBase.html#a784e6b1508801ba39b3bae5653675de7">ripple::STBase::fName</a></div><div class="ttdeci">SField const * fName</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8h_source.html#l00156">STBase.h:156</a></div></div>
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_ac3fd05139d9c52b5cb79c89a9a028401"><div class="ttname"><a href="classripple_1_1STBlob.html#ac3fd05139d9c52b5cb79c89a9a028401">ripple::STBlob::STBlob</a></div><div class="ttdeci">STBlob(SField const &amp;n)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00057">STBlob.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html_a0bd842ef1d275aec686e2c4b165e76a0"><div class="ttname"><a href="classripple_1_1STBlob.html#a0bd842ef1d275aec686e2c4b165e76a0">ripple::STBlob::STBlob</a></div><div class="ttdeci">STBlob(SField const &amp;f, void const *data, std::size_t size)</div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00046">STBlob.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1STBlob_html"><div class="ttname"><a href="classripple_1_1STBlob.html">ripple::STBlob</a></div><div class="ttdef"><b>Definition:</b> <a href="STBlob_8h_source.html#l00033">STBlob.h:33</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>