|
Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
Observer/Obersvable Pattern implementation. More...


Go to the source code of this file.
Classes | |
| class | giri::Observer< U > |
| Observer class. Inherited classes can observe all classes which inherit from Observable. More... | |
| class | giri::Observable< T > |
| Observable class. Inherited classes can notify all classes which inherit from Observer. More... | |
Namespaces | |
| giri | |
| Namespace for giri's C++ support library. | |
Observer/Obersvable Pattern implementation.