mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
deploy: 9d89d4c188
This commit is contained in:
@@ -335,8 +335,8 @@ $(function() {
|
||||
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <a class="code" href="classripple_1_1STObject.html">STObject</a> meta(metaSit, <a class="code" href="namespaceripple.html#a1565922b53abf78b7587a6e60d8d24ba">sfMetadata</a>);</div>
|
||||
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  orderedTxns.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/emplace.html">emplace</a>(meta[<a class="code" href="namespaceripple.html#a25087ce817f91da8dcc101b2127067b0">sfTransactionIndex</a>], std::move(tx));</div>
|
||||
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  </div>
|
||||
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keyword">auto</span> item = std::make_shared<SHAMapItem const>(</div>
|
||||
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  tid, std::move(shaMapItemData));</div>
|
||||
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keyword">auto</span> item =</div>
|
||||
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  std::make_shared<SHAMapItem const>(tid, shaMapItemData.<a class="code" href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">slice</a>());</div>
|
||||
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keywordflow">if</span> (!item ||</div>
|
||||
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  !txMap.<a class="code" href="classripple_1_1SHAMap.html#a9bc9928b273e0467788329faa8f65e96">addGiveItem</a>(<a class="code" href="namespaceripple.html#ae0356b1de00f841c554c830be509dd58a5065e45315e5eab27c63b2dabd8ad150">SHAMapNodeType::tnTRANSACTION_MD</a>, item))</div>
|
||||
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  {</div>
|
||||
@@ -372,28 +372,29 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_ad5143ceada01141772ae4aab984f94bda555f976fd82d9e7e487770c44c7980bf"><div class="ttname"><a href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda555f976fd82d9e7e487770c44c7980bf">ripple::HashPrefix::txNode</a></div><div class="ttdeci">@ txNode</div><div class="ttdoc">transaction plus metadata</div></div>
|
||||
<div class="ttc" id="aexception_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/exception.html">std::exception</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a5d9fe757c37a7602a883d30b14e1bf3cae6bed345f53943469741d7295552fcd4"><div class="ttname"><a href="namespaceripple.html#a5d9fe757c37a7602a883d30b14e1bf3cae6bed345f53943469741d7295552fcd4">ripple::SHAMapType::TRANSACTION</a></div><div class="ttdeci">@ TRANSACTION</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ace117d2fc5a43543b6a33fff822d4854"><div class="ttname"><a href="namespaceripple.html#ace117d2fc5a43543b6a33fff822d4854">ripple::addRaw</a></div><div class="ttdeci">void addRaw(LedgerInfo const &info, Serializer &s, bool includeHash)</div><div class="ttdef"><b>Definition:</b> <a href="View_8cpp_source.html#l00043">View.cpp:43</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ace117d2fc5a43543b6a33fff822d4854"><div class="ttname"><a href="namespaceripple.html#ace117d2fc5a43543b6a33fff822d4854">ripple::addRaw</a></div><div class="ttdeci">void addRaw(LedgerInfo const &info, Serializer &s, bool includeHash)</div><div class="ttdef"><b>Definition:</b> <a href="View_8cpp_source.html#l00044">View.cpp:44</a></div></div>
|
||||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_af8042ba0549420417c7d10f313e544d0"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#af8042ba0549420417c7d10f313e544d0">ripple::LedgerReplayMsgHandler::LedgerReplayMsgHandler</a></div><div class="ttdeci">LedgerReplayMsgHandler(Application &app, LedgerReplayer &replayer)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00028">LedgerReplayMsgHandler.cpp:28</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1keylet_html_acda2d89a44551845c5be38291e5c9e8b"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acda2d89a44551845c5be38291e5c9e8b">ripple::keylet::skip</a></div><div class="ttdeci">Keylet const & skip() noexcept</div><div class="ttdoc">The index of the "short" skip list.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00146">Indexes.cpp:146</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1keylet_html_acda2d89a44551845c5be38291e5c9e8b"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acda2d89a44551845c5be38291e5c9e8b">ripple::keylet::skip</a></div><div class="ttdeci">Keylet const & skip() noexcept</div><div class="ttdoc">The index of the "short" skip list.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00142">Indexes.cpp:142</a></div></div>
|
||||
<div class="ttc" id="aemplace_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/emplace.html">std::map::emplace</a></div><div class="ttdeci">T emplace(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_a3cbd5e0d38896e7564a8d7ed5e1d8152"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#a3cbd5e0d38896e7564a8d7ed5e1d8152">ripple::LedgerReplayMsgHandler::processReplayDeltaRequest</a></div><div class="ttdeci">protocol::TMReplayDeltaResponse processReplayDeltaRequest(std::shared_ptr< protocol::TMReplayDeltaRequest > const &msg)</div><div class="ttdoc">Process TMReplayDeltaRequest and return TMReplayDeltaResponse.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00178">LedgerReplayMsgHandler.cpp:178</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerMaster_html_a5f99fb5737062937149e4e33a95ffd06"><div class="ttname"><a href="classripple_1_1LedgerMaster.html#a5f99fb5737062937149e4e33a95ffd06">ripple::LedgerMaster::getLedgerByHash</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerByHash(uint256 const &hash)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerMaster_8cpp_source.html#l01817">LedgerMaster.cpp:1817</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_af352d6af412eb7e1215ad63e1d482a9f"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#af352d6af412eb7e1215ad63e1d482a9f">ripple::LedgerReplayMsgHandler::journal_</a></div><div class="ttdeci">beast::Journal journal_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8h_source.html#l00073">LedgerReplayMsgHandler.h:73</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapTreeNode_html_ae1b494609b7a732614554da92e235f57"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#ae1b494609b7a732614554da92e235f57">ripple::SHAMapTreeNode::makeFromWire</a></div><div class="ttdeci">static std::shared_ptr< SHAMapTreeNode > makeFromWire(Slice rawNode)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8cpp_source.html#l00119">SHAMapTreeNode.cpp:119</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapTreeNode_html_ae1b494609b7a732614554da92e235f57"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#ae1b494609b7a732614554da92e235f57">ripple::SHAMapTreeNode::makeFromWire</a></div><div class="ttdeci">static std::shared_ptr< SHAMapTreeNode > makeFromWire(Slice rawNode)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8cpp_source.html#l00116">SHAMapTreeNode.cpp:116</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html">ripple::SHAMapLeafNode</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8h_source.html#l00032">SHAMapLeafNode.h:32</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1base__uint_html_adbe18ef92b677603e8539b3a77c064b0"><div class="ttname"><a href="classripple_1_1base__uint.html#adbe18ef92b677603e8539b3a77c064b0">ripple::base_uint< 256 >::size</a></div><div class="ttdeci">constexpr static std::size_t size()</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00426">base_uint.h:426</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1base__uint_html_adbe18ef92b677603e8539b3a77c064b0"><div class="ttname"><a href="classripple_1_1base__uint.html#adbe18ef92b677603e8539b3a77c064b0">ripple::base_uint< 256 >::size</a></div><div class="ttdeci">constexpr static std::size_t size()</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00495">base_uint.h:495</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint< 256 ></a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMap_html_af382ac10dccf3f4b82c64548cd05a677"><div class="ttname"><a href="classripple_1_1SHAMap.html#af382ac10dccf3f4b82c64548cd05a677">ripple::SHAMap::verifyProofPath</a></div><div class="ttdeci">static bool verifyProofPath(uint256 const &rootHash, uint256 const &key, std::vector< Blob > const &path)</div><div class="ttdoc">Verify the proof path.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapSync_8cpp_source.html#l00827">SHAMapSync.cpp:827</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMap_html_af382ac10dccf3f4b82c64548cd05a677"><div class="ttname"><a href="classripple_1_1SHAMap.html#af382ac10dccf3f4b82c64548cd05a677">ripple::SHAMap::verifyProofPath</a></div><div class="ttdeci">static bool verifyProofPath(uint256 const &rootHash, uint256 const &key, std::vector< Blob > const &path)</div><div class="ttdoc">Verify the proof path.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapSync_8cpp_source.html#l00826">SHAMapSync.cpp:826</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_a6a320c690d5b3c0c34b86659b9137d37"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#a6a320c690d5b3c0c34b86659b9137d37">ripple::LedgerReplayMsgHandler::processProofPathResponse</a></div><div class="ttdeci">bool processProofPathResponse(std::shared_ptr< protocol::TMProofPathResponse > const &msg)</div><div class="ttdoc">Process TMProofPathResponse.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00105">LedgerReplayMsgHandler.cpp:105</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Application_html_a57929fa83c551514e364fe6981b0c104"><div class="ttname"><a href="classripple_1_1Application.html#a57929fa83c551514e364fe6981b0c104">ripple::Application::getLedgerMaster</a></div><div class="ttdeci">virtual LedgerMaster & getLedgerMaster()=0</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_a0e290f784d9f1426e6e796315f405d18"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#a0e290f784d9f1426e6e796315f405d18">ripple::LedgerReplayMsgHandler::app_</a></div><div class="ttdeci">Application & app_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8h_source.html#l00071">LedgerReplayMsgHandler.h:71</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a71f5c3f4baec0e09c5eab4d6f5b5efcb"><div class="ttname"><a href="namespaceripple.html#a71f5c3f4baec0e09c5eab4d6f5b5efcb">ripple::calculateLedgerHash</a></div><div class="ttdeci">uint256 calculateLedgerHash(LedgerInfo const &info)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00065">Ledger.cpp:65</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_ac7156012b6dd5a536cf030b48109894c"><div class="ttname"><a href="classripple_1_1Serializer.html#ac7156012b6dd5a536cf030b48109894c">ripple::Serializer::getDataPtr</a></div><div class="ttdeci">const void * getDataPtr() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00187">Serializer.h:187</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_ac7156012b6dd5a536cf030b48109894c"><div class="ttname"><a href="classripple_1_1Serializer.html#ac7156012b6dd5a536cf030b48109894c">ripple::Serializer::getDataPtr</a></div><div class="ttdeci">const void * getDataPtr() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00189">Serializer.h:189</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMap_html"><div class="ttname"><a href="classripple_1_1SHAMap.html">ripple::SHAMap</a></div><div class="ttdoc">A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8h_source.html#l00095">SHAMap.h:95</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae0356b1de00f841c554c830be509dd58a5065e45315e5eab27c63b2dabd8ad150"><div class="ttname"><a href="namespaceripple.html#ae0356b1de00f841c554c830be509dd58a5065e45315e5eab27c63b2dabd8ad150">ripple::SHAMapNodeType::tnTRANSACTION_MD</a></div><div class="ttdeci">@ tnTRANSACTION_MD</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_ae8fdb0da6b5df8ecf07772ef86ce364b"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#ae8fdb0da6b5df8ecf07772ef86ce364b">ripple::LedgerReplayMsgHandler::processProofPathRequest</a></div><div class="ttdeci">protocol::TMProofPathResponse processProofPathRequest(std::shared_ptr< protocol::TMProofPathRequest > const &msg)</div><div class="ttdoc">Process TMProofPathRequest and return TMProofPathResponse.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00038">LedgerReplayMsgHandler.cpp:38</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#l00308">Serializer.h:308</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_a394c3299f6cfcebdaa4bc98ec0c602d6"><div class="ttname"><a href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">ripple::Serializer::slice</a></div><div class="ttdeci">Slice slice() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00063">Serializer.h:63</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_1LedgerReplayer_html_a8652a285d05995ff346e6ae2944bef97"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a8652a285d05995ff346e6ae2944bef97">ripple::LedgerReplayer::gotReplayDelta</a></div><div class="ttdeci">void gotReplayDelta(LedgerInfo const &info, std::map< std::uint32_t, std::shared_ptr< STTx const >> &&txns)</div><div class="ttdoc">Process a ledger delta (extracted from a TMReplayDeltaResponse message)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00198">LedgerReplayer.cpp:198</a></div></div>
|
||||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div><div class="ttdoc">STL class.</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>
|
||||
@@ -404,15 +405,15 @@ $(function() {
|
||||
<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_html_abd563ede46c4e47c4c7dec8bdf89b5fb"><div class="ttname"><a href="namespaceripple.html#abd563ede46c4e47c4c7dec8bdf89b5fb">ripple::deserializeHeader</a></div><div class="ttdeci">LedgerInfo deserializeHeader(Slice data, bool hasHash)</div><div class="ttdoc">Deserialize a ledger header from a byte array.</div><div class="ttdef"><b>Definition:</b> <a href="InboundLedger_8cpp_source.html#l00269">InboundLedger.cpp:269</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMap_html_a9bc9928b273e0467788329faa8f65e96"><div class="ttname"><a href="classripple_1_1SHAMap.html#a9bc9928b273e0467788329faa8f65e96">ripple::SHAMap::addGiveItem</a></div><div class="ttdeci">bool addGiveItem(SHAMapNodeType type, std::shared_ptr< SHAMapItem const > item)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8cpp_source.html#l00708">SHAMap.cpp:708</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html_aa97628bd129c57f172027982c0ac4f1f"><div class="ttname"><a href="classripple_1_1SerialIter.html#aa97628bd129c57f172027982c0ac4f1f">ripple::SerialIter::getVLDataLength</a></div><div class="ttdeci">int getVLDataLength()</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00462">Serializer.cpp:462</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html_aa97628bd129c57f172027982c0ac4f1f"><div class="ttname"><a href="classripple_1_1SerialIter.html#aa97628bd129c57f172027982c0ac4f1f">ripple::SerialIter::getVLDataLength</a></div><div class="ttdeci">int getVLDataLength()</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00470">Serializer.cpp:470</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html">ripple::LedgerReplayer</a></div><div class="ttdoc">Manages the lifetime of ledger replay tasks.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00073">LedgerReplayer.h:73</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html_a556228cb60bcf405c225d3f64b7b01ae"><div class="ttname"><a href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">beast::Journal::debug</a></div><div class="ttdeci">Stream debug() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00315">Journal.h:315</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapHash_html_a8f95b5bc14b7085d368f56aeaa17ef4f"><div class="ttname"><a href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">ripple::SHAMapHash::as_uint256</a></div><div class="ttdeci">uint256 const & as_uint256() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00058">SHAMapTreeNode.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_aa5c7aa53db0c7c90c6a86dd5144e9255"><div class="ttname"><a href="classripple_1_1Serializer.html#aa5c7aa53db0c7c90c6a86dd5144e9255">ripple::Serializer::getLength</a></div><div class="ttdeci">int getLength() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00197">Serializer.h:197</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapHash_html_a8f95b5bc14b7085d368f56aeaa17ef4f"><div class="ttname"><a href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">ripple::SHAMapHash::as_uint256</a></div><div class="ttdeci">uint256 const & as_uint256() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00059">SHAMapTreeNode.h:59</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_aa5c7aa53db0c7c90c6a86dd5144e9255"><div class="ttname"><a href="classripple_1_1Serializer.html#aa5c7aa53db0c7c90c6a86dd5144e9255">ripple::Serializer::getLength</a></div><div class="ttdeci">int getLength() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00199">Serializer.h:199</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a7f1036aacf255756c523a2cb17986bb4"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a7f1036aacf255756c523a2cb17986bb4">ripple::LedgerReplayer::gotSkipList</a></div><div class="ttdeci">void gotSkipList(LedgerInfo const &info, std::shared_ptr< SHAMapItem const > const &data)</div><div class="ttdoc">Process a skip list (extracted from a TMProofPathResponse message)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00175">LedgerReplayer.cpp:175</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1LedgerReplayMsgHandler_html_ab6699613bbd3d92c9068738cf9b5de07"><div class="ttname"><a href="classripple_1_1LedgerReplayMsgHandler.html#ab6699613bbd3d92c9068738cf9b5de07">ripple::LedgerReplayMsgHandler::processReplayDeltaResponse</a></div><div class="ttdeci">bool processReplayDeltaResponse(std::shared_ptr< protocol::TMReplayDeltaResponse > const &msg)</div><div class="ttdoc">Process TMReplayDeltaResponse.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00219">LedgerReplayMsgHandler.cpp:219</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html_a4131424f0e083369a1e562a5437d56e8"><div class="ttname"><a href="classripple_1_1SerialIter.html#a4131424f0e083369a1e562a5437d56e8">ripple::SerialIter::getSlice</a></div><div class="ttdeci">Slice getSlice(std::size_t bytes)</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00487">Serializer.cpp:487</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html_a4131424f0e083369a1e562a5437d56e8"><div class="ttname"><a href="classripple_1_1SerialIter.html#a4131424f0e083369a1e562a5437d56e8">ripple::SerialIter::getSlice</a></div><div class="ttdeci">Slice getSlice(std::size_t bytes)</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00495">Serializer.cpp:495</a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
|
||||
Reference in New Issue
Block a user