12 SegmentPeriodKey::SegmentPeriodKey (
const AirportCode_T& iBoardingPoint,
14 : _boardingPoint (iBoardingPoint), _offPoint (iOffPoint) {
19 : _boardingPoint (iKey._boardingPoint), _offPoint (iKey._offPoint) {
28 ioOut <<
"SegmentPeriodKey: " <<
toString() << std::endl;
37 std::ostringstream oStr;
38 oStr << _boardingPoint <<
"-" << _offPoint;
LocationCode_T AirportCode_T
void toStream(std::ostream &ioOut) const
Handle on the StdAir library context.
const std::string toString() const
void fromStream(std::istream &ioIn)