CCF
|
#include "ccf/kv/hooks.h"
#include "ccf/kv/serialisers/serialised_entry.h"
#include <map>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | ccf |
namespace | ccf::kv |
namespace | ccf::kv::untyped |
Typedefs | |
using | ccf::kv::untyped::Write = std::map< ccf::kv::serialisers::SerialisedEntry, std::optional< ccf::kv::serialisers::SerialisedEntry > > |
using | ccf::kv::untyped::CommitHook = ccf::kv::CommitHook< Write > |
using | ccf::kv::untyped::MapHook = ccf::kv::MapHook< Write > |