8 #include <boost/date_time/gregorian/formatters.hpp>
16 DatePeriodKey::DatePeriodKey()
23 : _datePeriod (iDatePeriod) {
28 : _datePeriod (iKey._datePeriod) {
37 ioOut <<
"DatePeriodKey: " <<
toString() << std::endl;
46 std::ostringstream oStr;
49 oStr <<
"[" << boost::gregorian::to_simple_string(lStart)
50 <<
"/" << boost::gregorian::to_simple_string(lEnd)