swift
|
CInterpolatorMulti which can be used with QMap/QHash. More...
Public Member Functions | |
CInterpolatorMultiWrapper () | |
Default ctor, needed for QMap/QHash. | |
CInterpolatorMultiWrapper (const aviation::CCallsign &callsign, ISimulationEnvironmentProvider *p1, IInterpolationSetupProvider *p2, IRemoteAircraftProvider *p3, CInterpolationLogger *logger=nullptr) | |
Constructor. | |
bool | hasInterpolator () const |
Has interpolator initialized? | |
CInterpolatorMulti * | interpolator () const |
Interpolator. | |
operator CInterpolatorMulti * () const | |
Allows implicit conversion. | |
operator bool () const | |
Bool conversion. | |
bool | operator! () const |
Bool conversion. | |
CInterpolatorMulti & | operator* () const |
CInterpolatorMulti * | operator-> () const |
-> operator | |
CInterpolatorMulti which can be used with QMap/QHash.
Definition at line 55 of file interpolatormulti.h.
|
inline |
Definition at line 82 of file interpolatormulti.h.