|
rippled
|
Generic Validations adaptor that simply ignores recently stale validations. More...
#include <Peer.h>

Classes | |
| struct | Mutex |
Public Types | |
| using | Validation = csf::Validation |
| using | Ledger = csf::Ledger |
Public Member Functions | |
| ValAdaptor (Peer &p) | |
| NetClock::time_point | now () const |
| std::optional< Ledger > | acquire (Ledger::ID const &lId) |
Private Attributes | |
| Peer & | p_ |
Generic Validations adaptor that simply ignores recently stale validations.
Definition at line 112 of file test/csf/Peer.h.
Definition at line 130 of file test/csf/Peer.h.
Definition at line 131 of file test/csf/Peer.h.
| ripple::test::csf::Peer::ValAdaptor::ValAdaptor | ( | Peer & | p | ) |
Definition at line 133 of file test/csf/Peer.h.
| NetClock::time_point ripple::test::csf::Peer::ValAdaptor::now | ( | ) | const |
Definition at line 138 of file test/csf/Peer.h.
| std::optional< Ledger > ripple::test::csf::Peer::ValAdaptor::acquire | ( | Ledger::ID const & | lId | ) |
Definition at line 144 of file test/csf/Peer.h.
|
private |
Definition at line 114 of file test/csf/Peer.h.