35 CasesFile(
const std::string& file =
"stride_cases");
41 void print(
const std::vector<unsigned int>& cases);
CasesFile(const std::string &file="stride_cases")
Constructor: initialize.
Produces a file with daily cases count.
std::ofstream m_fstream
The file stream.
Time Dependent Person DataType.
void initialize(const std::string &file)
Generate file name and open the file stream.
void print(const std::vector< unsigned int > &cases)
Print the given cases with corresponding tag.
~CasesFile()
Destructor: close the file stream.