SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <memory>
#include <list>
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 | |