rippled
|
Classes | |
struct | Mutex |
Public Types | |
using | Validation = csf::Validation |
using | Ledger = csf::Ledger |
Public Member Functions | |
Adaptor (clock_type &c, LedgerOracle &o) | |
NetClock::time_point | now () const |
std::optional< Ledger > | acquire (Ledger::ID const &id) |
Private Attributes | |
clock_type & | c_ |
LedgerOracle & | oracle_ |
Definition at line 170 of file Validations_test.cpp.
Definition at line 190 of file Validations_test.cpp.
Definition at line 191 of file Validations_test.cpp.
ripple::test::csf::Validations_test::Adaptor::Adaptor | ( | clock_type & | c, |
LedgerOracle & | o | ||
) |
Definition at line 193 of file Validations_test.cpp.
NetClock::time_point ripple::test::csf::Validations_test::Adaptor::now | ( | ) | const |
Definition at line 198 of file Validations_test.cpp.
std::optional<Ledger> ripple::test::csf::Validations_test::Adaptor::acquire | ( | Ledger::ID const & | id | ) |
Definition at line 204 of file Validations_test.cpp.
|
private |
Definition at line 172 of file Validations_test.cpp.
|
private |
Definition at line 173 of file Validations_test.cpp.