CCF
|
#include "ccf/kv/read_only_store.h"
#include "ccf/node_subsystem_interface.h"
#include "ccf/receipt.h"
#include "ccf/seq_no_collection.h"
#include "ccf/tx_id.h"
#include <chrono>
#include <memory>
Go to the source code of this file.
Classes | |
struct | ccf::historical::State |
class | ccf::historical::AbstractStateCache |
Namespaces | |
namespace | ccf |
namespace | ccf::historical |
Typedefs | |
using | ccf::historical::StatePtr = std::shared_ptr< State > |
using | ccf::historical::RequestHandle = size_t |
using | ccf::historical::ExpiryDuration = std::chrono::seconds |
using | ccf::historical::CacheSize = size_t |