3#include <boost/optional.hpp>
12 TotalRewardFormula(boost::optional<RewardAccumulation> rewardAccumulation = boost::none);
26 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
29 boost::optional<RewardAccumulation> rewardAccumulation;