42 virtual std::string to_string()
const = 0;
53 std::string to_string()
const override;
56 unsigned int day_ = 0;
57 unsigned int week_ = 0;
58 unsigned int year_ = 0;
68 std::string to_string()
const override;
71 unsigned int week_ = 0;
72 unsigned int year_ = 0;
Definition opt_period_string_generator.h:50
Definition opt_period_string_generator.h:40
Definition opt_period_string_generator.h:65