swift
src
misc
aviation
flightplanlist.cpp
1
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
4
#include "
misc/aviation/flightplanlist.h
"
5
6
SWIFT_DEFINE_SEQUENCE_MIXINS
(swift::misc::aviation, CFlightPlan, CFlightPlanList)
7
8
namespace
swift::misc::aviation
9
{
10
CFlightPlanList::CFlightPlanList
() {}
11
12
CFlightPlanList::CFlightPlanList
(
const
CSequence<CFlightPlan>
&other) :
CSequence
<
CFlightPlan
>(other) {}
13
}
// namespace swift::misc::aviation
swift::misc::CSequence< CFlightPlan >
swift::misc::aviation::CFlightPlan
Value object for a flight plan.
Definition:
flightplan.h:148
swift::misc::aviation::CFlightPlanList::CFlightPlanList
CFlightPlanList()
Default constructor.
Definition:
flightplanlist.cpp:10
flightplanlist.h
SWIFT_DEFINE_SEQUENCE_MIXINS
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.
Definition:
sequence.h:63
Generated on Mon Mar 24 2025 16:42:21 for swift by
1.9.1