|
rippled
|


Public Member Functions | |
| LocalTxsImp ()=default | |
| void | push_back (LedgerIndex index, std::shared_ptr< STTx const > const &txn) override |
| CanonicalTXSet | getTxSet () override |
| void | sweep (ReadView const &view) override |
| std::size_t | size () override |
Static Public Attributes | |
| static constexpr int | holdLedgers = 5 |
Private Attributes | |
| std::mutex | m_lock |
| std::list< LocalTx > | m_txns |
Definition at line 89 of file LocalTxs.cpp.
|
default |
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 96 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 105 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 124 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 160 of file LocalTxs.cpp.
|
private |
Definition at line 168 of file LocalTxs.cpp.
Definition at line 169 of file LocalTxs.cpp.
|
staticconstexprinherited |
Definition at line 22 of file LocalTxs.h.