Files
rippled/STVar_8h_source.html
2022-04-06 23:38:52 +00:00

288 lines
47 KiB
HTML

<!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: STVar.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><li class="navelem"><a class="el" href="dir_41c387a0f328eeb295307369675c1162.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">STVar.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_STVAR_H_INCLUDED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RIPPLE_PROTOCOL_STVAR_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/protocol/SField.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/STBase.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/Serializer.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/cstddef.html">cstddef</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/cstdint.html">cstdint</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/typeinfo.html">typeinfo</a>&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a>&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="keyword">namespace </span>detail {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structripple_1_1detail_1_1defaultObject__t.html"> 34</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structripple_1_1detail_1_1defaultObject__t.html">defaultObject_t</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">explicit</span> <a class="code" href="structripple_1_1detail_1_1defaultObject__t.html#a79c0b818673f1115700a24bf8e8487d6">defaultObject_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;};</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"><a class="line" href="structripple_1_1detail_1_1nonPresentObject__t.html"> 39</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structripple_1_1detail_1_1nonPresentObject__t.html">nonPresentObject_t</a></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;{</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keyword">explicit</span> <a class="code" href="structripple_1_1detail_1_1nonPresentObject__t.html#abf3bec408eb2d490de927a2921bf19ac">nonPresentObject_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;};</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;<span class="keyword">extern</span> <a class="code" href="structripple_1_1detail_1_1defaultObject__t.html">defaultObject_t</a> <a class="code" href="namespaceripple_1_1detail.html#ad7cc030b8a64621b81be32a2dc7ad84f">defaultObject</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">extern</span> <a class="code" href="structripple_1_1detail_1_1nonPresentObject__t.html">nonPresentObject_t</a> <a class="code" href="namespaceripple_1_1detail.html#a8b142da3d10ee6d6b09c707724ca3c80">nonPresentObject</a>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="comment">// &quot;variant&quot; that can hold any type of serialized object</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment">// and includes a small-object allocation optimization.</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html"> 49</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a></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;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="comment">// The largest &quot;small object&quot; we can accomodate</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef"> 53</a></span>&#160; <span class="keyword">static</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> constexpr <a class="code" href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef">max_size</a> = 72;</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"><a class="line" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e"> 55</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/aligned_storage.html">std::aligned_storage&lt;max_size&gt;::type</a> <a class="code" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">d_</a>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586"> 56</a></span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a>* <a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a606ae2ee65040b937e2f69a3859b2a6c">~STVar</a>();</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; other);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a>&amp;&amp; other);</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a>&amp;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a2aee7cce7bf12d61bd0a747ab3b285be">operator=</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; rhs);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a>&amp;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a2aee7cce7bf12d61bd0a747ab3b285be">operator=</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a>&amp;&amp; rhs);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#af681ba35167c161d7d5bec770b31fda1"> 67</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af681ba35167c161d7d5bec770b31fda1">STVar</a>(<a class="code" href="classripple_1_1STBase.html">STBase</a>&amp;&amp; t)</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; <a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a> = t.<a class="code" href="classripple_1_1STBase.html#a0ab863d0b635b5ff22f7f718d0581090">move</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef">max_size</a>, &amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">d_</a>);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; }</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a822db5c72177b813e521935fa5cf6b44"> 72</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a822db5c72177b813e521935fa5cf6b44">STVar</a>(<a class="code" href="classripple_1_1STBase.html">STBase</a> <span class="keyword">const</span>&amp; t)</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; {</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a> = t.<a class="code" href="classripple_1_1STBase.html#aed5deead1fe850667301dfc9c58320bb">copy</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef">max_size</a>, &amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">d_</a>);</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; </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="structripple_1_1detail_1_1defaultObject__t.html">defaultObject_t</a>, <a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; name);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="structripple_1_1detail_1_1nonPresentObject__t.html">nonPresentObject_t</a>, <a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; name);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="classripple_1_1SerialIter.html">SerialIter</a>&amp; sit, <a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; name, <span class="keywordtype">int</span> depth = 0);</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; <a class="code" href="classripple_1_1STBase.html">STBase</a>&amp;</div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec"> 82</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>()</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; {</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordflow">return</span> *<a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a>;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; }</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a>&amp;</div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#ab8d27b7d039a8551cb8b7ceed42582a3"> 87</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#ab8d27b7d039a8551cb8b7ceed42582a3">operator*</a>()</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; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>();</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; }</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a>*</div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a49545c9f3ce14dc4c90aaaed41b1db6c"> 92</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a49545c9f3ce14dc4c90aaaed41b1db6c">operator-&gt;</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; <span class="keywordflow">return</span> &amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>();</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; }</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a8ea7c50a151eea1a25c6f876cecac762"> 97</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a8ea7c50a151eea1a25c6f876cecac762">get</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="keywordflow">return</span> *<a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; }</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <a class="code" href="classripple_1_1STBase.html">STBase</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a27c43c720340cc82ba65fcdd9f90e9ee"> 102</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a27c43c720340cc82ba65fcdd9f90e9ee">operator*</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</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; <a class="code" href="classripple_1_1STBase.html">STBase</a> <span class="keyword">const</span>*</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a30b9197433bf73541080c8327ccb5578"> 107</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a30b9197433bf73541080c8327ccb5578">operator-&gt;</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keywordflow">return</span> &amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>();</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; }</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>T, <span class="keyword">class</span>... Args&gt;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keyword">friend</span> <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#adfc5c4888dc6003707acd62f14c20112">make_stvar</a>(Args&amp;&amp;... args);</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>() = <span class="keywordflow">default</span>;</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; <a class="code" href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">STVar</a>(<a class="code" href="namespaceripple.html#a3e7e3f29aef85bcca06706da54e950fc">SerializedTypeID</a> <span class="keywordtype">id</span>, <a class="code" href="classripple_1_1SField.html">SField</a> <span class="keyword">const</span>&amp; name);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a2b8738b0222f0a3d3450ea0160245d07">destroy</a>();</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; </div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>T, <span class="keyword">class</span>... Args&gt;</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#a736accd6c557dca0b78a183c89730f81"> 126</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#a736accd6c557dca0b78a183c89730f81">construct</a>(Args&amp;&amp;... args)</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; {</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">sizeof</span>(T) &gt; <a class="code" href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef">max_size</a>)</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a> = <span class="keyword">new</span> T(std::forward&lt;Args&gt;(args)...);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a> = <span class="keyword">new</span> (&amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">d_</a>) T(std::forward&lt;Args&gt;(args)...);</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; </div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1STVar.html#ad6878c35ceb36e824337e89b6d60f838"> 135</a></span>&#160; <a class="code" href="classripple_1_1detail_1_1STVar.html#ad6878c35ceb36e824337e89b6d60f838">on_heap</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><span class="keywordtype">void</span> const*<span class="keyword">&gt;</span>(<a class="code" href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">p_</a>) != <span class="keyword">static_cast&lt;</span><span class="keywordtype">void</span> const*<span class="keyword">&gt;</span>(&amp;<a class="code" href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">d_</a>);</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; }</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;};</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;<span class="keyword">template</span> &lt;<span class="keyword">class </span>T, <span class="keyword">class</span>... Args&gt;</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="keyword">inline</span> STVar</div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a3c5fe1959d420a2a34e2b722031dff4e"> 143</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#a3c5fe1959d420a2a34e2b722031dff4e">make_stvar</a>(Args&amp;&amp;... args)</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; <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> st;</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; st.<a class="code" href="classripple_1_1detail_1_1STVar.html#a736accd6c557dca0b78a183c89730f81">construct</a>&lt;T&gt;(std::forward&lt;Args&gt;(args)...);</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <span class="keywordflow">return</span> st;</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;}</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a6d35a1558ac6ed399df07c9eb9dbe2c2"> 151</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#a6d35a1558ac6ed399df07c9eb9dbe2c2">operator==</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; lhs, <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; rhs)</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;{</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keywordflow">return</span> lhs.<a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>().<a class="code" href="classripple_1_1STBase.html#a2282c8e10ea51c1565b1fd5e67ac8344">isEquivalent</a>(rhs.<a class="code" href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">get</a>());</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;}</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#ab5cc8daa9fe01aa816164b9637c5aa7b"> 157</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#ab5cc8daa9fe01aa816164b9637c5aa7b">operator!=</a>(<a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; lhs, <a class="code" href="classripple_1_1detail_1_1STVar.html">STVar</a> <span class="keyword">const</span>&amp; rhs)</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;{</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="keywordflow">return</span> !(lhs == rhs);</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;}</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; </div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;} <span class="comment">// namespace detail</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;} <span class="comment">// namespace ripple</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; </div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="astructripple_1_1detail_1_1defaultObject__t_html_a79c0b818673f1115700a24bf8e8487d6"><div class="ttname"><a href="structripple_1_1detail_1_1defaultObject__t.html#a79c0b818673f1115700a24bf8e8487d6">ripple::detail::defaultObject_t::defaultObject_t</a></div><div class="ttdeci">defaultObject_t()=default</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_ae310c8027e617dbe98e4879863c9f2ef"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#ae310c8027e617dbe98e4879863c9f2ef">ripple::detail::STVar::max_size</a></div><div class="ttdeci">static constexpr std::size_t max_size</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00053">STVar.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1nonPresentObject__t_html_abf3bec408eb2d490de927a2921bf19ac"><div class="ttname"><a href="structripple_1_1detail_1_1nonPresentObject__t.html#abf3bec408eb2d490de927a2921bf19ac">ripple::detail::nonPresentObject_t::nonPresentObject_t</a></div><div class="ttdeci">nonPresentObject_t()=default</div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ad7cc030b8a64621b81be32a2dc7ad84f"><div class="ttname"><a href="namespaceripple_1_1detail.html#ad7cc030b8a64621b81be32a2dc7ad84f">ripple::detail::defaultObject</a></div><div class="ttdeci">defaultObject_t defaultObject</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8cpp_source.html#l00036">STVar.cpp:36</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a2aee7cce7bf12d61bd0a747ab3b285be"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a2aee7cce7bf12d61bd0a747ab3b285be">ripple::detail::STVar::operator=</a></div><div class="ttdeci">STVar &amp; operator=(STVar const &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8cpp_source.html#l00066">STVar.cpp:66</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html_a2282c8e10ea51c1565b1fd5e67ac8344"><div class="ttname"><a href="classripple_1_1STBase.html#a2282c8e10ea51c1565b1fd5e67ac8344">ripple::STBase::isEquivalent</a></div><div class="ttdeci">virtual bool isEquivalent(STBase const &amp;t) const</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8cpp_source.html#l00112">STBase.cpp:112</a></div></div>
<div class="ttc" id="autility_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1defaultObject__t_html"><div class="ttname"><a href="structripple_1_1detail_1_1defaultObject__t.html">ripple::detail::defaultObject_t</a></div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00034">STVar.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a30b9197433bf73541080c8327ccb5578"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a30b9197433bf73541080c8327ccb5578">ripple::detail::STVar::operator-&gt;</a></div><div class="ttdeci">STBase const * operator-&gt;() const</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00107">STVar.h:107</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html_aed5deead1fe850667301dfc9c58320bb"><div class="ttname"><a href="classripple_1_1STBase.html#aed5deead1fe850667301dfc9c58320bb">ripple::STBase::copy</a></div><div class="ttdeci">virtual STBase * copy(std::size_t n, void *buf) const</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8cpp_source.html#l00057">STBase.cpp:57</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a27c43c720340cc82ba65fcdd9f90e9ee"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a27c43c720340cc82ba65fcdd9f90e9ee">ripple::detail::STVar::operator*</a></div><div class="ttdeci">STBase const &amp; operator*() const</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00102">STVar.h:102</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_adfc5c4888dc6003707acd62f14c20112"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#adfc5c4888dc6003707acd62f14c20112">ripple::detail::STVar::make_stvar</a></div><div class="ttdeci">friend STVar make_stvar(Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00143">STVar.h:143</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a6d35a1558ac6ed399df07c9eb9dbe2c2"><div class="ttname"><a href="namespaceripple_1_1detail.html#a6d35a1558ac6ed399df07c9eb9dbe2c2">ripple::detail::operator==</a></div><div class="ttdeci">bool operator==(STVar const &amp;lhs, STVar const &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00151">STVar.h:151</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_1detail_1_1STVar_html_aec52e95449fbbe583ed8b283ce6ba586"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#aec52e95449fbbe583ed8b283ce6ba586">ripple::detail::STVar::p_</a></div><div class="ttdeci">STBase * p_</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00056">STVar.h:56</a></div></div>
<div class="ttc" id="aaligned_storage_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/aligned_storage.html">std::aligned_storage</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1nonPresentObject__t_html"><div class="ttname"><a href="structripple_1_1detail_1_1nonPresentObject__t.html">ripple::detail::nonPresentObject_t</a></div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00039">STVar.h:39</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a3686c057bdc749c7e15ea110de7a4a1e"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a3686c057bdc749c7e15ea110de7a4a1e">ripple::detail::STVar::d_</a></div><div class="ttdeci">std::aligned_storage&lt; max_size &gt;::type d_</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00055">STVar.h:55</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_ab8d27b7d039a8551cb8b7ceed42582a3"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#ab8d27b7d039a8551cb8b7ceed42582a3">ripple::detail::STVar::operator*</a></div><div class="ttdeci">STBase &amp; operator*()</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00087">STVar.h:87</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a8b142da3d10ee6d6b09c707724ca3c80"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8b142da3d10ee6d6b09c707724ca3c80">ripple::detail::nonPresentObject</a></div><div class="ttdeci">nonPresentObject_t nonPresentObject</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8cpp_source.html#l00037">STVar.cpp:37</a></div></div>
<div class="ttc" id="acstddef_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstddef.html">cstddef</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a2b8738b0222f0a3d3450ea0160245d07"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a2b8738b0222f0a3d3450ea0160245d07">ripple::detail::STVar::destroy</a></div><div class="ttdeci">void destroy()</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8cpp_source.html#l00221">STVar.cpp:221</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a49545c9f3ce14dc4c90aaaed41b1db6c"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a49545c9f3ce14dc4c90aaaed41b1db6c">ripple::detail::STVar::operator-&gt;</a></div><div class="ttdeci">STBase * operator-&gt;()</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00092">STVar.h:92</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a736accd6c557dca0b78a183c89730f81"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a736accd6c557dca0b78a183c89730f81">ripple::detail::STVar::construct</a></div><div class="ttdeci">void construct(Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00126">STVar.h:126</a></div></div>
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</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#l00310">Serializer.h:310</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_af681ba35167c161d7d5bec770b31fda1"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#af681ba35167c161d7d5bec770b31fda1">ripple::detail::STVar::STVar</a></div><div class="ttdeci">STVar(STBase &amp;&amp;t)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00067">STVar.h:67</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a3c5fe1959d420a2a34e2b722031dff4e"><div class="ttname"><a href="namespaceripple_1_1detail.html#a3c5fe1959d420a2a34e2b722031dff4e">ripple::detail::make_stvar</a></div><div class="ttdeci">STVar make_stvar(Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00143">STVar.h:143</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="anamespaceripple_1_1detail_html_ab5cc8daa9fe01aa816164b9637c5aa7b"><div class="ttname"><a href="namespaceripple_1_1detail.html#ab5cc8daa9fe01aa816164b9637c5aa7b">ripple::detail::operator!=</a></div><div class="ttdeci">bool operator!=(STVar const &amp;lhs, STVar const &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00157">STVar.h:157</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#l00066">STBase.h:66</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a779e3ba4cf25e72b8945a490f236f7ec"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a779e3ba4cf25e72b8945a490f236f7ec">ripple::detail::STVar::get</a></div><div class="ttdeci">STBase &amp; get()</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00082">STVar.h:82</a></div></div>
<div class="ttc" id="atypeinfo_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/typeinfo.html">typeinfo</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a822db5c72177b813e521935fa5cf6b44"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a822db5c72177b813e521935fa5cf6b44">ripple::detail::STVar::STVar</a></div><div class="ttdeci">STVar(STBase const &amp;t)</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00072">STVar.h:72</a></div></div>
<div class="ttc" id="aclassripple_1_1STBase_html_a0ab863d0b635b5ff22f7f718d0581090"><div class="ttname"><a href="classripple_1_1STBase.html#a0ab863d0b635b5ff22f7f718d0581090">ripple::STBase::move</a></div><div class="ttdeci">virtual STBase * move(std::size_t n, void *buf)</div><div class="ttdef"><b>Definition:</b> <a href="STBase_8cpp_source.html#l00063">STBase.cpp:63</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_1detail_1_1STVar_html_a8ea7c50a151eea1a25c6f876cecac762"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a8ea7c50a151eea1a25c6f876cecac762">ripple::detail::STVar::get</a></div><div class="ttdeci">STBase const &amp; get() const</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00097">STVar.h:97</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html">ripple::detail::STVar</a></div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00049">STVar.h:49</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_a606ae2ee65040b937e2f69a3859b2a6c"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#a606ae2ee65040b937e2f69a3859b2a6c">ripple::detail::STVar::~STVar</a></div><div class="ttdeci">~STVar()</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8cpp_source.html#l00041">STVar.cpp:41</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_ad6878c35ceb36e824337e89b6d60f838"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#ad6878c35ceb36e824337e89b6d60f838">ripple::detail::STVar::on_heap</a></div><div class="ttdeci">bool on_heap() const</div><div class="ttdef"><b>Definition:</b> <a href="STVar_8h_source.html#l00135">STVar.h:135</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1STVar_html_af3eea17835554db68e2dfe87a9665f00"><div class="ttname"><a href="classripple_1_1detail_1_1STVar.html#af3eea17835554db68e2dfe87a9665f00">ripple::detail::STVar::STVar</a></div><div class="ttdeci">STVar()=default</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>