20 #ifndef RIPPLE_LEDGER_SANDBOX_H_INCLUDED
21 #define RIPPLE_LEDGER_SANDBOX_H_INCLUDED
23 #include <ripple/ledger/RawView.h>
24 #include <ripple/ledger/detail/ApplyViewBase.h>
detail::ApplyStateTable items_
Writeable view to a ledger, for applying a transaction.
Interface for ledger entry changes.
void apply(RawView &to) const
Discardable, editable view to a ledger.
ApplyFlags flags() const override
Returns the tx apply flags.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Sandbox(ApplyView const *base)
Sandbox(ReadView const *base, ApplyFlags flags)
Sandbox & operator=(Sandbox &&)=delete