12 FlightPeriod::FlightPeriod (
const Key_T& iKey)
13 : _key (iKey), _parent (NULL) {
17 FlightPeriod::FlightPeriod (
const FlightPeriod& iFlightPeriod)
18 : _key (iFlightPeriod.getKey()), _parent (NULL) {
27 std::ostringstream oStr;
Handle on the StdAir library context.
std::string toString() const
const std::string describeKey() const