CCF
|
#include "ccf/tx.h"
#include "kv/untyped_change_set.h"
#include "kv_types.h"
#include <functional>
#include <map>
Go to the source code of this file.
Classes | |
struct | ccf::kv::AbstractChangeContainer |
Namespaces | |
namespace | ccf |
namespace | ccf::kv |
Typedefs | |
using | ccf::kv::MapCollection = std::map< std::string, std::shared_ptr< AbstractMap > > |
using | ccf::kv::VersionLastNewMap = Version |
using | ccf::kv::VersionResolver = std::function< std::tuple< Version, VersionLastNewMap >(bool tx_contains_new_map)> |