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