32 I_ASSIGN(m_modelCompPtr,
"Model",
"Model to be connected",
true,
"Model");
33 I_ASSIGN_MULTI_0(m_observersCompPtr,
"Observers",
"Observers for the model",
true);
Implementation of a simple model-observer binder component.
icomp::CComponentBase BaseClass
virtual void OnComponentDestroyed() override
virtual void OnComponentCreated() override
Base class for component implementation.
Common interface for model objects, that supports Model/Observer design pattern.
Common interface for all classes implementing the Observer functionality in the Model/Observer design...
This namespace contains basic implementations of standard primitives on the component level.