CCF
|
This is the complete list of members for ccf::kv::TxDiff, including all inherited members.
all_changes | ccf::kv::BaseTx | protected |
BaseTx(AbstractStore *store_) | ccf::kv::TxDiff | |
BaseTx(const BaseTx &that)=delete | ccf::kv::TxDiff | |
compacted_version_conflict(const std::string &map_name) | ccf::kv::BaseTx | protected |
diff(M &m) | ccf::kv::TxDiff | inline |
diff(const std::string &map_name) | ccf::kv::TxDiff | inline |
get_handle_by_name(const std::string &map_name, bool track_deletes_on_missing_keys) | ccf::kv::BaseTx | inlineprotected |
get_map_and_change_set_by_name(const std::string &map_name, bool track_deletes_on_missing_keys) | ccf::kv::BaseTx | protected |
get_possible_handles(const std::string &map_name) | ccf::kv::BaseTx | protected |
get_root_at_read_version() | ccf::kv::BaseTx | inline |
operator=(BaseTx &&other)=default | ccf::kv::BaseTx | |
pimpl | ccf::kv::BaseTx | protected |
retain_change_set(const std::string &map_name, std::unique_ptr< untyped::ChangeSet > &&change_set, const std::shared_ptr< AbstractMap > &abstract_map) | ccf::kv::BaseTx | protected |
retain_handle(const std::string &map_name, std::unique_ptr< AbstractHandle > &&handle) | ccf::kv::BaseTx | protected |
root_at_read_version | ccf::kv::BaseTx | protected |
~BaseTx() | ccf::kv::BaseTx | virtual |