| 
    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 151 of file Validations_test.cpp.
Definition at line 171 of file Validations_test.cpp.
Definition at line 172 of file Validations_test.cpp.
| ripple::test::csf::Validations_test::Adaptor::Adaptor | ( | clock_type & | c, | 
| LedgerOracle & | o | ||
| ) | 
Definition at line 174 of file Validations_test.cpp.
| NetClock::time_point ripple::test::csf::Validations_test::Adaptor::now | ( | ) | const | 
Definition at line 179 of file Validations_test.cpp.
| std::optional< Ledger > ripple::test::csf::Validations_test::Adaptor::acquire | ( | Ledger::ID const & | id | ) | 
Definition at line 185 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 153 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 154 of file Validations_test.cpp.