|
swift
|
Interface to "something" backing models, which can be modified (updated) More...
Public Member Functions | |
| virtual int | updateModels (const CAircraftModelList &models)=0 |
| Update models. | |
| IModelsUpdatable ()=default | |
| Ctor, dtor, copy operators (CLANG warnings) | |
| virtual | ~IModelsUpdatable ()=default |
| Ctor, dtor, copy operators (CLANG warnings) | |
| IModelsUpdatable (const IModelsUpdatable &)=default | |
| Ctor, dtor, copy operators (CLANG warnings) | |
| IModelsUpdatable & | operator= (const IModelsUpdatable &)=default |
| Ctor, dtor, copy operators (CLANG warnings) | |
Interface to "something" backing models, which can be modified (updated)
Definition at line 31 of file aircraftmodelinterfaces.h.