mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-04 14:05:26 +00:00
202 lines
25 KiB
HTML
202 lines
25 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" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: STBlob.cpp Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_90ffdbabf412cfdffe6b2193e0ce938a.html">libxrpl</a></li><li class="navelem"><a class="el" href="dir_4cb643486f27a568a0d40f174f670f35.html">protocol</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">STBlob.cpp</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#include <xrpl/basics/strHex.h></span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <xrpl/beast/utility/instrumentation.h></span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <xrpl/protocol/SField.h></span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpl/protocol/STBase.h></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <xrpl/protocol/STBlob.h></span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <xrpl/protocol/Serializer.h></span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstddef.html">cstddef</a>></span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a>></span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
|
|
<div class="foldopen" id="foldopen00014" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#a5a6eb24b299ba99f766d42a36e3bd4ff"> 14</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#a7b8a355b5c951f075f50b9f0e2a291e1">STBlob::STBlob</a>(<a class="code hl_class" href="classxrpl_1_1SerialIter.html">SerialIter</a>& st, <a class="code hl_class" href="classxrpl_1_1SField.html">SField</a> <span class="keyword">const</span>& name)</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> : <a class="code hl_class" href="classxrpl_1_1STBase.html">STBase</a>(name), value_(st.getVLBuffer())</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>{</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><a class="code hl_class" href="classxrpl_1_1STBase.html">STBase</a>*</div>
|
|
<div class="foldopen" id="foldopen00020" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#ab2b6cba3e765482f1281ca5b9e9a7082"> 20</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#ab2b6cba3e765482f1281ca5b9e9a7082">STBlob::copy</a>(<a class="code hl_classRef" 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</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classxrpl_1_1STBase.html#a260a8b03d33cf6003fe0479b1bad2979">emplace</a>(n, buf, *<span class="keyword">this</span>);</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><a class="code hl_class" href="classxrpl_1_1STBase.html">STBase</a>*</div>
|
|
<div class="foldopen" id="foldopen00026" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#af68f5b2d99b15850b6ee35dc661392eb"> 26</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#af68f5b2d99b15850b6ee35dc661392eb">STBlob::move</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> n, <span class="keywordtype">void</span>* buf)</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>{</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classxrpl_1_1STBase.html#a260a8b03d33cf6003fe0479b1bad2979">emplace</a>(n, buf, std::move(*<span class="keyword">this</span>));</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><a class="code hl_enumeration" href="namespacexrpl.html#a9a934f459db38bf14dbca9b2adb6f07f">SerializedTypeID</a></div>
|
|
<div class="foldopen" id="foldopen00032" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#a7203c4d7482eca7e1d0eb275f2ed3385"> 32</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#a7203c4d7482eca7e1d0eb275f2ed3385">STBlob::getSType</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keywordflow">return</span> STI_VL;</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
|
<div class="foldopen" id="foldopen00038" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#afd7ea3886a774a4eb31406e885f80003"> 38</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#afd7ea3886a774a4eb31406e885f80003">STBlob::getText</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#a36b95700599f590017b5912e220baf5b">strHex</a>(<a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a>);</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span></div>
|
|
<div class="foldopen" id="foldopen00044" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#a6b3136d1abc3c273b2b90827ec99d5f8"> 44</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#a6b3136d1abc3c273b2b90827ec99d5f8">STBlob::add</a>(<a class="code hl_class" href="classxrpl_1_1Serializer.html">Serializer</a>& s)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> XRPL_ASSERT(<a class="code hl_function" href="classxrpl_1_1STBase.html#a14b485e4dcd5ea20630afc06f2f3a2f6">getFName</a>().isBinary(), <span class="stringliteral">"xrpl::STBlob::add : field is binary"</span>);</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> XRPL_ASSERT(</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> (<a class="code hl_function" href="classxrpl_1_1STBase.html#a14b485e4dcd5ea20630afc06f2f3a2f6">getFName</a>().fieldType == STI_VL) ||</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> (<a class="code hl_function" href="classxrpl_1_1STBase.html#a14b485e4dcd5ea20630afc06f2f3a2f6">getFName</a>().fieldType == STI_ACCOUNT),</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="stringliteral">"xrpl::STBlob::add : valid field type"</span>);</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> s.<a class="code hl_function" href="classxrpl_1_1Serializer.html#a67e89b06614f6d47995a07a4c13a356b">addVL</a>(<a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a>.<a class="code hl_function" href="classxrpl_1_1Buffer.html#abc7ff44990a8acb580cd4caaed479b97">data</a>(), <a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a>.<a class="code hl_function" href="classxrpl_1_1Buffer.html#ab457d3de7ee5d5a5b18b0a5c68468ede">size</a>());</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="keywordtype">bool</span></div>
|
|
<div class="foldopen" id="foldopen00055" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#a320fb26fd731db1563070e82c2aa8adf"> 55</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#a320fb26fd731db1563070e82c2aa8adf">STBlob::isEquivalent</a>(<a class="code hl_class" href="classxrpl_1_1STBase.html">STBase</a> <span class="keyword">const</span>& t)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_class" href="classxrpl_1_1STBlob.html">STBlob</a> <span class="keyword">const</span>* v = <span class="keyword">dynamic_cast<</span><a class="code hl_class" href="classxrpl_1_1STBlob.html">STBlob</a> const*<span class="keyword">></span>(&t);</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">return</span> v && (<a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a> == v-><a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a>);</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="keywordtype">bool</span></div>
|
|
<div class="foldopen" id="foldopen00062" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classxrpl_1_1STBlob.html#afad013ba0d20871046be0ed9837b30a6"> 62</a></span><a class="code hl_function" href="classxrpl_1_1STBlob.html#afad013ba0d20871046be0ed9837b30a6">STBlob::isDefault</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="keyword"></span>{</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">value_</a>.<a class="code hl_function" href="classxrpl_1_1Buffer.html#a3e09a1e00aa443ec77a4bf011ef619c0">empty</a>();</div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span>} <span class="comment">// namespace xrpl</span></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>
|
|
<div class="ttc" id="aclassxrpl_1_1Buffer_html_a3e09a1e00aa443ec77a4bf011ef619c0"><div class="ttname"><a href="classxrpl_1_1Buffer.html#a3e09a1e00aa443ec77a4bf011ef619c0">xrpl::Buffer::empty</a></div><div class="ttdeci">bool empty() const noexcept</div><div class="ttdef"><b>Definition</b> <a href="Buffer_8h_source.html#l00114">Buffer.h:114</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Buffer_html_ab457d3de7ee5d5a5b18b0a5c68468ede"><div class="ttname"><a href="classxrpl_1_1Buffer.html#ab457d3de7ee5d5a5b18b0a5c68468ede">xrpl::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#l00108">Buffer.h:108</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Buffer_html_abc7ff44990a8acb580cd4caaed479b97"><div class="ttname"><a href="classxrpl_1_1Buffer.html#abc7ff44990a8acb580cd4caaed479b97">xrpl::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#l00132">Buffer.h:132</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1SField_html"><div class="ttname"><a href="classxrpl_1_1SField.html">xrpl::SField</a></div><div class="ttdoc">Identifies fields.</div><div class="ttdef"><b>Definition</b> <a href="SField_8h_source.html#l00126">SField.h:127</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBase_html"><div class="ttname"><a href="classxrpl_1_1STBase.html">xrpl::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#l00115">STBase.h:116</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBase_html_a14b485e4dcd5ea20630afc06f2f3a2f6"><div class="ttname"><a href="classxrpl_1_1STBase.html#a14b485e4dcd5ea20630afc06f2f3a2f6">xrpl::STBase::getFName</a></div><div class="ttdeci">SField const & getFName() const</div><div class="ttdef"><b>Definition</b> <a href="STBase_8cpp_source.html#l00124">STBase.cpp:124</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBase_html_a260a8b03d33cf6003fe0479b1bad2979"><div class="ttname"><a href="classxrpl_1_1STBase.html#a260a8b03d33cf6003fe0479b1bad2979">xrpl::STBase::emplace</a></div><div class="ttdeci">static STBase * emplace(std::size_t n, void *buf, T &&val)</div><div class="ttdef"><b>Definition</b> <a href="STBase_8h_source.html#l00214">STBase.h:214</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html"><div class="ttname"><a href="classxrpl_1_1STBlob.html">xrpl::STBlob</a></div><div class="ttdef"><b>Definition</b> <a href="STBlob_8h_source.html#l00015">STBlob.h:16</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_a320fb26fd731db1563070e82c2aa8adf"><div class="ttname"><a href="classxrpl_1_1STBlob.html#a320fb26fd731db1563070e82c2aa8adf">xrpl::STBlob::isEquivalent</a></div><div class="ttdeci">bool isEquivalent(STBase const &t) const override</div><div class="ttdef"><b>Definition</b> <a href="STBlob_8cpp_source.html#l00055">STBlob.cpp:55</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_a6400624a63d1ae8d36b1cb6be596963d"><div class="ttname"><a href="classxrpl_1_1STBlob.html#a6400624a63d1ae8d36b1cb6be596963d">xrpl::STBlob::value_</a></div><div class="ttdeci">Buffer value_</div><div class="ttdef"><b>Definition</b> <a href="STBlob_8h_source.html#l00017">STBlob.h:17</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_a6b3136d1abc3c273b2b90827ec99d5f8"><div class="ttname"><a href="classxrpl_1_1STBlob.html#a6b3136d1abc3c273b2b90827ec99d5f8">xrpl::STBlob::add</a></div><div class="ttdeci">void add(Serializer &s) const override</div><div class="ttdef"><b>Definition</b> <a href="STBlob_8cpp_source.html#l00044">STBlob.cpp:44</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_a7203c4d7482eca7e1d0eb275f2ed3385"><div class="ttname"><a href="classxrpl_1_1STBlob.html#a7203c4d7482eca7e1d0eb275f2ed3385">xrpl::STBlob::getSType</a></div><div class="ttdeci">SerializedTypeID getSType() 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="aclassxrpl_1_1STBlob_html_a7b8a355b5c951f075f50b9f0e2a291e1"><div class="ttname"><a href="classxrpl_1_1STBlob.html#a7b8a355b5c951f075f50b9f0e2a291e1">xrpl::STBlob::STBlob</a></div><div class="ttdeci">STBlob()=default</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_ab2b6cba3e765482f1281ca5b9e9a7082"><div class="ttname"><a href="classxrpl_1_1STBlob.html#ab2b6cba3e765482f1281ca5b9e9a7082">xrpl::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_8cpp_source.html#l00020">STBlob.cpp:20</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_af68f5b2d99b15850b6ee35dc661392eb"><div class="ttname"><a href="classxrpl_1_1STBlob.html#af68f5b2d99b15850b6ee35dc661392eb">xrpl::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_8cpp_source.html#l00026">STBlob.cpp:26</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_afad013ba0d20871046be0ed9837b30a6"><div class="ttname"><a href="classxrpl_1_1STBlob.html#afad013ba0d20871046be0ed9837b30a6">xrpl::STBlob::isDefault</a></div><div class="ttdeci">bool isDefault() const override</div><div class="ttdef"><b>Definition</b> <a href="STBlob_8cpp_source.html#l00062">STBlob.cpp:62</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1STBlob_html_afd7ea3886a774a4eb31406e885f80003"><div class="ttname"><a href="classxrpl_1_1STBlob.html#afd7ea3886a774a4eb31406e885f80003">xrpl::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#l00038">STBlob.cpp:38</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1SerialIter_html"><div class="ttname"><a href="classxrpl_1_1SerialIter.html">xrpl::SerialIter</a></div><div class="ttdef"><b>Definition</b> <a href="Serializer_8h_source.html#l00325">Serializer.h:326</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Serializer_html"><div class="ttname"><a href="classxrpl_1_1Serializer.html">xrpl::Serializer</a></div><div class="ttdef"><b>Definition</b> <a href="Serializer_8h_source.html#l00021">Serializer.h:22</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Serializer_html_a67e89b06614f6d47995a07a4c13a356b"><div class="ttname"><a href="classxrpl_1_1Serializer.html#a67e89b06614f6d47995a07a4c13a356b">xrpl::Serializer::addVL</a></div><div class="ttdeci">int addVL(Blob const &vector)</div><div class="ttdef"><b>Definition</b> <a href="Serializer_8cpp_source.html#l00177">Serializer.cpp:177</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="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</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="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a36b95700599f590017b5912e220baf5b"><div class="ttname"><a href="namespacexrpl.html#a36b95700599f590017b5912e220baf5b">xrpl::strHex</a></div><div class="ttdeci">std::string strHex(FwdIt begin, FwdIt end)</div><div class="ttdef"><b>Definition</b> <a href="strHex_8h_source.html#l00011">strHex.h:11</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a9a934f459db38bf14dbca9b2adb6f07f"><div class="ttname"><a href="namespacexrpl.html#a9a934f459db38bf14dbca9b2adb6f07f">xrpl::SerializedTypeID</a></div><div class="ttdeci">SerializedTypeID</div><div class="ttdef"><b>Definition</b> <a href="SField_8h_source.html#l00091">SField.h:91</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="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</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><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|