|
CCF
|
#include <tx_pimpl.h>
Public Types | |
| using | PossibleHandles = std::list< std::unique_ptr< AbstractHandle > > |
Public Attributes | |
| AbstractStore * | store = nullptr |
| std::map< std::string, PossibleHandles > | all_handles |
| std::optional< TxID > | read_txid = std::nullopt |
| ccf::View | commit_view = ccf::VIEW_UNKNOWN |
| std::map< std::string, std::shared_ptr< AbstractMap > > | created_maps |
| using ccf::kv::BaseTx::PrivateImpl::PossibleHandles = std::list<std::unique_ptr<AbstractHandle> > |
| std::map<std::string, PossibleHandles> ccf::kv::BaseTx::PrivateImpl::all_handles |
| ccf::View ccf::kv::BaseTx::PrivateImpl::commit_view = ccf::VIEW_UNKNOWN |
| std::map<std::string, std::shared_ptr<AbstractMap> > ccf::kv::BaseTx::PrivateImpl::created_maps |
| std::optional<TxID> ccf::kv::BaseTx::PrivateImpl::read_txid = std::nullopt |
| AbstractStore* ccf::kv::BaseTx::PrivateImpl::store = nullptr |