The Sparta Modeling Framework
Loading...
Searching...
No Matches
sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow Struct Reference

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, const unsigned int)
 

Public Attributes

arch_id_t start_arch_id = UINT64_MAX
 
arch_id_t end_arch_id = UINT64_MAX
 
tick_t start_tick = UINT64_MAX
 
tick_t end_tick = UINT64_MAX
 
checkpoint_ptrs checkpoints
 

Detailed Description

Definition at line 106 of file CherryPickFastCheckpointer.hpp.

Member Function Documentation

◆ serialize()

template<typename Archive >
void sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::serialize ( Archive & ar,
const unsigned int  )
inline

Definition at line 114 of file CherryPickFastCheckpointer.hpp.

Member Data Documentation

◆ checkpoints

checkpoint_ptrs sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::checkpoints

Definition at line 111 of file CherryPickFastCheckpointer.hpp.

◆ end_arch_id

arch_id_t sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::end_arch_id = UINT64_MAX

Definition at line 108 of file CherryPickFastCheckpointer.hpp.

◆ end_tick

tick_t sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::end_tick = UINT64_MAX

Definition at line 110 of file CherryPickFastCheckpointer.hpp.

◆ start_arch_id

arch_id_t sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::start_arch_id = UINT64_MAX

Definition at line 107 of file CherryPickFastCheckpointer.hpp.

◆ start_tick

tick_t sparta::serialization::checkpoint::CherryPickFastCheckpointer::ChkptWindow::start_tick = UINT64_MAX

Definition at line 109 of file CherryPickFastCheckpointer.hpp.


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