version 0.4.1
observer.hh File Reference

Implementation of the observer design pattern. More...

#include <map>
#include <memory>
#include <Eigen/Core>
#include <ikarus/utils/makeenum.hh>

Go to the source code of this file.

Classes

class  Ikarus::IObserver< MT >
 Generic observer interface for the Observer design pattern. See [3] for a description of the design pattern. More...
 
class  Ikarus::IObservable< MessageType >
 Generic observable interface for the Observer design pattern. See [3] for a description of the design pattern. More...
 

Namespaces

namespace  Ikarus