1#ifndef XRPL_APP_LEDGER_LEDGERREPLAY_H_INCLUDED 
    2#define XRPL_APP_LEDGER_LEDGERREPLAY_H_INCLUDED 
    4#include <xrpl/basics/CountedObject.h> 
Tracks the number of instances of an object.
 
std::map< std::uint32_t, std::shared_ptr< STTx const  > > orderedTxns_
 
std::shared_ptr< Ledger const > const & parent() const
 
std::map< std::uint32_t, std::shared_ptr< STTx const > > const & orderedTxns() const
 
std::shared_ptr< Ledger const  > parent_
 
std::shared_ptr< Ledger const > const & replay() const
 
std::shared_ptr< Ledger const  > replay_
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.