Implementation of the observer design pattern. More...
Go to the source code of this file.
Classes | |
| class | Ikarus::IObserver< MessageType > |
| Generic observer interface for the Observer design pattern. See [3] for a description of the design pattern. More... | |
| class | Ikarus::IObservable< MessageType > |
| Generic observable interface for the Observer design pattern. See [3] for a description of the design pattern. More... | |
Namespaces | |
| namespace | Ikarus |