ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
ObsPattern_Sub.h File Reference

Base class for the Subject/Observable from the Observer pattern. More...

#include <vector>
#include <algorithm>
#include <iostream>
Include dependency graph for ObsPattern_Sub.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Subject
 

Detailed Description

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.