|
CCF
|
This is the complete list of members for ccf::kv::Tx, including all inherited members.
| all_changes | ccf::kv::BaseTx | protected |
| BaseTx(AbstractStore *store_) | ccf::kv::ReadOnlyTx | |
| BaseTx(const BaseTx &that)=delete | ccf::kv::ReadOnlyTx | |
| compacted_version_conflict(const std::string &map_name) | ccf::kv::BaseTx | protected |
| 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 |
| ro(M &m) | ccf::kv::ReadOnlyTx | inline |
| ro(const std::string &map_name) | ccf::kv::ReadOnlyTx | inline |
| root_at_read_version | ccf::kv::BaseTx | protected |
| rw(M &m) | ccf::kv::Tx | inline |
| rw(const std::string &map_name) | ccf::kv::Tx | inline |
| wo(M &m) | ccf::kv::Tx | inline |
| wo(const std::string &map_name) | ccf::kv::Tx | inline |
| ~BaseTx() | ccf::kv::BaseTx | virtual |