ROOT_Application
2.0
C++ Core modules and GUIStock
|
Base class for the Subject/Observable from the Observer pattern. More...
#include <vector>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | Subject |
Base class for the Subject/Observable from the Observer pattern.
Will notify the registered Observers
first version, no use of template
Definition in file ObsPattern_Sub.h.