|
C++ features by examples
|


Public Member Functions | |
| View (Model &m) | |
| void | notify () override |
| without arguments More... | |
Public Member Functions inherited from Observer | |
| virtual void | notify () |
| without arguments More... | |
| virtual void | update (Subject &subject) |
| with the only Subject argument More... | |
| virtual | ~Observer ()=default |
Public Attributes | |
| Model & | model |
is concrete Observer
Definition at line 643 of file patterns.cpp.
|
inline |
Definition at line 647 of file patterns.cpp.
|
inlineoverridevirtual |
| Model& View::model |
Definition at line 654 of file patterns.cpp.