Grid 0.7.0
CheckpointerParameters Class Reference

#include <BaseCheckpointer.h>

Inheritance diagram for CheckpointerParameters:

Public Member Functions

 GRID_SERIALIZABLE_CLASS_MEMBERS (CheckpointerParameters, std::string, config_prefix, std::string, smeared_prefix, std::string, rng_prefix, int, saveInterval, bool, saveSmeared, std::string, format, std::string, group, bool, reduced_matrix, bool, unique_su,)
 CheckpointerParameters (std::string cf="cfg", std::string sf="cfg_smr", std::string rn="rng", int savemodulo=1, bool save_smr=false, const std::string &f="IEEE64BIG", std::string grp="su", bool rdc_mat=false, bool unq_su=false)
template<class ReaderClass>
 CheckpointerParameters (Reader< ReaderClass > &Reader)

Detailed Description

Definition at line 34 of file BaseCheckpointer.h.

Constructor & Destructor Documentation

◆ CheckpointerParameters() [1/2]

CheckpointerParameters::CheckpointerParameters ( std::string cf = "cfg",
std::string sf = "cfg_smr",
std::string rn = "rng",
int savemodulo = 1,
bool save_smr = false,
const std::string & f = "IEEE64BIG",
std::string grp = "su",
bool rdc_mat = false,
bool unq_su = false )
inline

Definition at line 47 of file BaseCheckpointer.h.

Referenced by GRID_SERIALIZABLE_CLASS_MEMBERS().

◆ CheckpointerParameters() [2/2]

template<class ReaderClass>
CheckpointerParameters::CheckpointerParameters ( Reader< ReaderClass > & Reader)
inline

Definition at line 60 of file BaseCheckpointer.h.

Member Function Documentation

◆ GRID_SERIALIZABLE_CLASS_MEMBERS()

CheckpointerParameters::GRID_SERIALIZABLE_CLASS_MEMBERS ( CheckpointerParameters ,
std::string ,
config_prefix ,
std::string ,
smeared_prefix ,
std::string ,
rng_prefix ,
int ,
saveInterval ,
bool ,
saveSmeared ,
std::string ,
format ,
std::string ,
group ,
bool ,
reduced_matrix ,
bool ,
unique_su  )

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