14 YieldFeaturesKey::YieldFeaturesKey()
23 : _tripType (iTripType), _cabinCode (iCabin) {
28 : _tripType (iKey.getTripType()), _cabinCode (iKey.getCabinCode()) {
37 ioOut <<
"YieldFeaturesKey: " <<
toString() << std::endl;
46 std::ostringstream oStr;
47 oStr << _tripType <<
" -- " << _cabinCode;
const CabinCode_T DEFAULT_PREFERRED_CABIN
Handle on the StdAir library context.
const std::string toString() const
void fromStream(std::istream &ioIn)
void toStream(std::ostream &ioOut) const
const TripType_T TRIP_TYPE_ONE_WAY