mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
deploy: fe05b8c4fe
This commit is contained in:
@@ -874,7 +874,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a08ceef79750994d25c0b416c378eecc0"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">ripple::AmendmentTableImpl::mutex_</a></div><div class="ttdeci">std::mutex mutex_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00201">AmendmentTable.cpp:201</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ac17353f2946a09f26809d15b3c24cc48"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48">ripple::AmendmentTableImpl::unsupportedEnabled_</a></div><div class="ttdeci">bool unsupportedEnabled_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00214">AmendmentTable.cpp:214</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a941314eb1dff68fb625f7a44378845b9"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9">ripple::AmendmentTableImpl::doValidation</a></div><div class="ttdeci">std::vector< uint256 > doValidation(std::set< uint256 > const &enabledAmendments) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00574">AmendmentTable.cpp:574</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a5d759654f3c40954985245643f7003ec"><div class="ttname"><a href="namespaceripple.html#a5d759654f3c40954985245643f7003ec">ripple::createFeatureVotes</a></div><div class="ttdeci">bool createFeatureVotes(soci::session &session)</div><div class="ttdoc">createFeatureVotes Creates the FeatureVote table if it does not exist.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00218">Wallet.cpp:218</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a5d759654f3c40954985245643f7003ec"><div class="ttname"><a href="namespaceripple.html#a5d759654f3c40954985245643f7003ec">ripple::createFeatureVotes</a></div><div class="ttdeci">bool createFeatureVotes(soci::session &session)</div><div class="ttdoc">createFeatureVotes Creates the FeatureVote table if it does not exist.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00224">Wallet.cpp:224</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="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/find.html">std::map::find</a></div><div class="ttdeci">T find(T... args)</div></div>
|
||||
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set/size.html">std::set::size</a></div><div class="ttdeci">T size(T... args)</div></div>
|
||||
@@ -907,7 +907,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ad8ae023b65df83333c31ccfbd08246f6"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ad8ae023b65df83333c31ccfbd08246f6">ripple::AmendmentTableImpl::AmendmentTableImpl</a></div><div class="ttdeci">AmendmentTableImpl(Application &app, std::chrono::seconds majorityTime, std::vector< FeatureInfo > const &supported, Section const &enabled, Section const &vetoed, beast::Journal journal)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00314">AmendmentTable.cpp:314</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1AmendmentState_html_ae51fd7660d8d88e63430777f10cae97e"><div class="ttname"><a href="structripple_1_1AmendmentState.html#ae51fd7660d8d88e63430777f10cae97e">ripple::AmendmentState::AmendmentState</a></div><div class="ttdeci">AmendmentState()=default</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a4eac7bf3be538741f7fa066c18b04fae"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a4eac7bf3be538741f7fa066c18b04fae">ripple::AmendmentTableImpl::doVoting</a></div><div class="ttdeci">std::map< uint256, std::uint32_t > doVoting(Rules const &rules, NetClock::time_point closeTime, std::set< uint256 > const &enabledAmendments, majorityAmendments_t const &majorityAmendments, std::vector< std::shared_ptr< STValidation >> const &validations) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00608">AmendmentTable.cpp:608</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a740f27a016e79e42b15532d24eeb54d3"><div class="ttname"><a href="namespaceripple.html#a740f27a016e79e42b15532d24eeb54d3">ripple::readAmendments</a></div><div class="ttdeci">void readAmendments(soci::session &session, std::function< void(boost::optional< std::string > amendment_hash, boost::optional< std::string > amendment_name, boost::optional< AmendmentVote > vote)> const &callback)</div><div class="ttdoc">readAmendments Reads all amendments from the FeatureVotes table.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00242">Wallet.cpp:242</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a740f27a016e79e42b15532d24eeb54d3"><div class="ttname"><a href="namespaceripple.html#a740f27a016e79e42b15532d24eeb54d3">ripple::readAmendments</a></div><div class="ttdeci">void readAmendments(soci::session &session, std::function< void(boost::optional< std::string > amendment_hash, boost::optional< std::string > amendment_name, boost::optional< AmendmentVote > vote)> const &callback)</div><div class="ttdoc">readAmendments Reads all amendments from the FeatureVotes table.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00248">Wallet.cpp:248</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a8f1040cb22455e44304a0ec2d0b8d8ed"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">ripple::AmendmentSet::rules_</a></div><div class="ttdeci">Rules const & rules_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00101">AmendmentTable.cpp:101</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9e8319c611d4172c5d10e88288b5b98e"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">ripple::AmendmentTableImpl::get</a></div><div class="ttdeci">AmendmentState * get(uint256 const &amendment, std::lock_guard< std::mutex > const &lock)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00449">AmendmentTable.cpp:449</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_adce6a4a3f12e891ffdb1a59a547ea11a"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#adce6a4a3f12e891ffdb1a59a547ea11a">ripple::AmendmentTableImpl::isSupported</a></div><div class="ttdeci">bool isSupported(uint256 const &amendment) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00552">AmendmentTable.cpp:552</a></div></div>
|
||||
@@ -926,7 +926,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a51e688abb62a1f399751971156723aae"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">ripple::AmendmentTableImpl::lastVote_</a></div><div class="ttdeci">std::unique_ptr< AmendmentSet > lastVote_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00211">AmendmentTable.cpp:211</a></div></div>
|
||||
<div class="ttc" id="ainsert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/insert.html">std::unordered_set::insert</a></div><div class="ttdeci">T insert(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9c9272ffee37521dc61aa8baab7b8c10"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10">ripple::AmendmentTableImpl::majorityTime_</a></div><div class="ttdeci">const std::chrono::seconds majorityTime_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00207">AmendmentTable.cpp:207</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_af4775b9f1e9a5a194f086f657c9faa37"><div class="ttname"><a href="namespaceripple.html#af4775b9f1e9a5a194f086f657c9faa37">ripple::voteAmendment</a></div><div class="ttdeci">void voteAmendment(soci::session &session, uint256 const &amendment, std::string const &name, AmendmentVote vote)</div><div class="ttdoc">voteAmendment Set the veto value for a particular amendment.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00278">Wallet.cpp:278</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_af4775b9f1e9a5a194f086f657c9faa37"><div class="ttname"><a href="namespaceripple.html#af4775b9f1e9a5a194f086f657c9faa37">ripple::voteAmendment</a></div><div class="ttdeci">void voteAmendment(soci::session &session, uint256 const &amendment, std::string const &name, AmendmentVote vote)</div><div class="ttdoc">voteAmendment Set the veto value for a particular amendment.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00284">Wallet.cpp:284</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1AmendmentState_html_a39806570502aef287f7d682ed8292521"><div class="ttname"><a href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">ripple::AmendmentState::enabled</a></div><div class="ttdeci">bool enabled</div><div class="ttdoc">Indicates that the amendment has been enabled.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00084">AmendmentTable.cpp:84</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a7331b983280faf8428744b1b566f6008"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a7331b983280faf8428744b1b566f6008">ripple::AmendmentSet::AmendmentSet</a></div><div class="ttdeci">AmendmentSet(Rules const &rules, std::vector< std::shared_ptr< STValidation >> const &valSet)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00108">AmendmentTable.cpp:108</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9c84b0a42b131a8c6392a993bc4b4c4c"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">ripple::AmendmentTableImpl::getJson</a></div><div class="ttdeci">Json::Value getJson() const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00755">AmendmentTable.cpp:755</a></div></div>
|
||||
@@ -935,7 +935,7 @@ $(function() {
|
||||
<div class="ttc" id="acount_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/count.html">std::unordered_set::count</a></div><div class="ttdeci">T count(T... args)</div></div>
|
||||
<div class="ttc" id="aempty_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/empty.html">std::string::empty</a></div><div class="ttdeci">T empty(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Rules_8h_source.html#l00033">Rules.h:33</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">ripple::AmendmentVote</a></div><div class="ttdeci">AmendmentVote</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8h_source.html#l00138">Wallet.h:138</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">ripple::AmendmentVote</a></div><div class="ttdeci">AmendmentVote</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8h_source.html#l00147">Wallet.h:147</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="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</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>
|
||||
|
||||
Reference in New Issue
Block a user