15 AirportPair::AirportPair()
22 AirportPair::AirportPair (
const AirportPair& iAirportPair)
23 : _key (iAirportPair.getKey()), _parent (NULL) {
27 AirportPair::AirportPair (
const Key_T& iKey)
28 : _key (iKey), _parent (NULL) {
37 std::ostringstream oStr;