|
CCF
|
#include "ccf/kv/untyped_map_diff.h"#include "ccf/kv/untyped_map_handle.h"#include "ccf/pal/locking.h"#include "ds/dl_list.h"#include "ds/internal_logger.h"#include "kv/kv_serialiser.h"#include "kv/kv_types.h"#include "kv/untyped_change_set.h"#include <functional>#include <list>#include <optional>#include <unordered_set>Go to the source code of this file.
Classes | |
| struct | ccf::kv::untyped::LocalCommit |
| struct | ccf::kv::untyped::Roll |
| class | ccf::kv::untyped::Map |
| class | ccf::kv::untyped::Map::HandleCommitter |
| class | ccf::kv::untyped::Map::Snapshot |
| class | ccf::kv::untyped::Map::SnapshotHandleCommitter |
Namespaces | |
| namespace | ccf |
| namespace | ccf::kv |
| namespace | ccf::kv::untyped |
Typedefs | |
| using | ccf::kv::untyped::LocalCommits = ::ds::DLList< LocalCommit > |