17 : _segmentPath (iSegPath), _classList (iList), _partySize (iSize),
18 _datetime (iDateTime) {
36 std::ostringstream oStr;
38 oStr <<
"Segment path: ";
39 unsigned short idx = 0;
40 for (SegmentPath_T::const_iterator lItSegmentPath = _segmentPath.begin();
41 lItSegmentPath != _segmentPath.end(); ++lItSegmentPath, ++idx) {
45 const std::string& lSegmentKey = *lItSegmentPath;
49 oStr <<
";" << _classList <<
";" << _partySize <<
";" << _datetime;
55 std::ostringstream oStr;
58 unsigned short idx = 0;
59 for (SegmentPath_T::const_iterator itSegPath = _segmentPath.begin();
60 itSegPath != _segmentPath.end(); ++itSegPath, ++idx) {
64 const std::string& lSegmentKey = *itSegPath;
65 oStr <<
"[" << idx <<
"] " << lSegmentKey;
68 oStr <<
";" << _classList <<
";" << _partySize <<
";" << _datetime;