7 CInterpolationSetupList)
9 namespace swift::misc::simulation
11 CInterpolationSetupList::CInterpolationSetupList() {}
13 CInterpolationSetupList::CInterpolationSetupList(
const CInterpolationAndRenderingSetupPerCallsign &setup)
15 this->push_back(setup);
18 CInterpolationSetupList::CInterpolationSetupList(
const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other)
19 : CSequence<CInterpolationAndRenderingSetupPerCallsign>(other)
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.