SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Classes | Namespaces
Observable.h File Reference
#include <memory>
#include <list>
Include dependency graph for Observable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SourceXtractor::Observer< T >
 Observer interface to be used with Observable to implement the Observer pattern. More...
 
class  SourceXtractor::Observable< T >
 Implements the Observer pattern. Notifications will be made using a message of type T. More...
 

Namespaces

 SourceXtractor