Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
Observer.h File Reference

Observer/Obersvable Pattern implementation. More...

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

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.
 

Detailed Description

Observer/Obersvable Pattern implementation.

Author
Daniel Giritzer