|
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 108 of file LocalTxs.cpp.
|
default |
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 115 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 124 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 143 of file LocalTxs.cpp.
|
overridevirtual |
Implements ripple::LocalTxs.
Definition at line 179 of file LocalTxs.cpp.
|
private |
Definition at line 187 of file LocalTxs.cpp.
Definition at line 188 of file LocalTxs.cpp.
|
staticconstexprinherited |
Definition at line 41 of file LocalTxs.h.