CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::StartupSnapshotInfo Struct Reference

#include <snapshot_serdes.h>

Public Member Functions

 StartupSnapshotInfo (const std::shared_ptr< ccf::kv::Store > &store_, std::vector< uint8_t > &&raw_, ccf::kv::Version seqno_)
 

Public Attributes

std::vector< uint8_t > raw
 
ccf::kv::Version seqno
 
std::shared_ptr< ccf::kv::Storestore = nullptr
 

Constructor & Destructor Documentation

◆ StartupSnapshotInfo()

ccf::StartupSnapshotInfo::StartupSnapshotInfo ( const std::shared_ptr< ccf::kv::Store > &  store_,
std::vector< uint8_t > &&  raw_,
ccf::kv::Version  seqno_ 
)
inline

Member Data Documentation

◆ raw

std::vector<uint8_t> ccf::StartupSnapshotInfo::raw

◆ seqno

ccf::kv::Version ccf::StartupSnapshotInfo::seqno

◆ store

std::shared_ptr<ccf::kv::Store> ccf::StartupSnapshotInfo::store = nullptr

The documentation for this struct was generated from the following file: