| 
    rippled
    
   | 
 
#include <LedgerReplay.h>


Public Member Functions | |
| LedgerReplay (std::shared_ptr< Ledger const > parent, std::shared_ptr< Ledger const > replay) | |
| LedgerReplay (std::shared_ptr< Ledger const > parent, std::shared_ptr< Ledger const > replay, std::map< std::uint32_t, std::shared_ptr< STTx const > > &&orderedTxns) | |
| std::shared_ptr< Ledger const > const & | parent () const | 
| std::shared_ptr< Ledger const > const & | replay () const | 
| std::map< std::uint32_t, std::shared_ptr< STTx const > > const & | orderedTxns () const | 
Static Private Member Functions | |
| static auto & | getCounter () noexcept | 
Private Attributes | |
| std::shared_ptr< Ledger const > | parent_ | 
| std::shared_ptr< Ledger const > | replay_ | 
| std::map< std::uint32_t, std::shared_ptr< STTx const > > | orderedTxns_ | 
Definition at line 33 of file LedgerReplay.h.
| ripple::LedgerReplay::LedgerReplay | ( | std::shared_ptr< Ledger const > | parent, | 
| std::shared_ptr< Ledger const > | replay | ||
| ) | 
Definition at line 25 of file LedgerReplay.cpp.
| ripple::LedgerReplay::LedgerReplay | ( | std::shared_ptr< Ledger const > | parent, | 
| std::shared_ptr< Ledger const > | replay, | ||
| std::map< std::uint32_t, std::shared_ptr< STTx const > > && | orderedTxns | ||
| ) | 
Definition at line 38 of file LedgerReplay.cpp.
| std::shared_ptr< Ledger const > const & ripple::LedgerReplay::parent | ( | ) | const | 
Definition at line 52 of file LedgerReplay.h.
| std::shared_ptr< Ledger const > const & ripple::LedgerReplay::replay | ( | ) | const | 
Definition at line 60 of file LedgerReplay.h.
| std::map< std::uint32_t, std::shared_ptr< STTx const > > const & ripple::LedgerReplay::orderedTxns | ( | ) | const | 
Definition at line 68 of file LedgerReplay.h.
      
  | 
  staticprivatenoexceptinherited | 
Definition at line 129 of file CountedObject.h.
      
  | 
  private | 
Definition at line 35 of file LedgerReplay.h.
      
  | 
  private | 
Definition at line 36 of file LedgerReplay.h.
      
  | 
  private | 
Definition at line 37 of file LedgerReplay.h.