rippled
|
This is the complete list of members for ripple::AmendmentTableImpl, including all inherited members.
add(uint256 const &amendment, std::lock_guard< std::mutex > const &lock) | ripple::AmendmentTableImpl | private |
amendmentMap_ | ripple::AmendmentTableImpl | private |
AmendmentTableImpl(Application &app, std::chrono::seconds majorityTime, std::vector< FeatureInfo > const &supported, Section const &enabled, Section const &vetoed, beast::Journal journal) | ripple::AmendmentTableImpl | |
db_ | ripple::AmendmentTableImpl | private |
doValidatedLedger(LedgerIndex seq, std::set< uint256 > const &enabled, majorityAmendments_t const &majority) override | ripple::AmendmentTableImpl | virtual |
ripple::AmendmentTable::doValidatedLedger(std::shared_ptr< ReadView const > const &lastValidatedLedger) | ripple::AmendmentTable | |
doValidation(std::set< uint256 > const &enabledAmendments) const override | ripple::AmendmentTableImpl | virtual |
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 | ripple::AmendmentTableImpl | virtual |
ripple::AmendmentTable::doVoting(std::shared_ptr< ReadView const > const &lastClosedLedger, std::vector< std::shared_ptr< STValidation >> const &parentValidations, std::shared_ptr< SHAMap > const &initialPosition) | ripple::AmendmentTable | |
enable(uint256 const &amendment) override | ripple::AmendmentTableImpl | virtual |
find(std::string const &name) const override | ripple::AmendmentTableImpl | virtual |
firstUnsupportedExpected() const override | ripple::AmendmentTableImpl | virtual |
firstUnsupportedExpected_ | ripple::AmendmentTableImpl | private |
get(uint256 const &amendment, std::lock_guard< std::mutex > const &lock) | ripple::AmendmentTableImpl | private |
get(uint256 const &amendment, std::lock_guard< std::mutex > const &lock) const | ripple::AmendmentTableImpl | private |
getDesired() const override | ripple::AmendmentTableImpl | virtual |
getJson() const override | ripple::AmendmentTableImpl | virtual |
getJson(uint256 const &) const override | ripple::AmendmentTableImpl | virtual |
hasUnsupportedEnabled() const override | ripple::AmendmentTableImpl | virtual |
injectJson(Json::Value &v, uint256 const &amendment, AmendmentState const &state, std::lock_guard< std::mutex > const &lock) const | ripple::AmendmentTableImpl | private |
isEnabled(uint256 const &amendment) const override | ripple::AmendmentTableImpl | virtual |
isSupported(uint256 const &amendment) const override | ripple::AmendmentTableImpl | virtual |
j_ | ripple::AmendmentTableImpl | private |
lastUpdateSeq_ | ripple::AmendmentTableImpl | private |
lastVote_ | ripple::AmendmentTableImpl | private |
majorityTime_ | ripple::AmendmentTableImpl | private |
mutex_ | ripple::AmendmentTableImpl | mutableprivate |
needValidatedLedger(LedgerIndex seq) const override | ripple::AmendmentTableImpl | virtual |
persistVote(uint256 const &amendment, std::string const &name, AmendmentVote vote) const | ripple::AmendmentTableImpl | private |
unsupportedEnabled_ | ripple::AmendmentTableImpl | private |
unVeto(uint256 const &amendment) override | ripple::AmendmentTableImpl | virtual |
veto(uint256 const &amendment) override | ripple::AmendmentTableImpl | virtual |
~AmendmentTable()=default | ripple::AmendmentTable | virtual |