GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
ObserverManager< NotifyType > Class Template Reference

Public Member Functions

 ObserverManager (const ObserverManager &rhs)
 
ObserverManageroperator= (const ObserverManager &rhs)
 
bool registerObserver (Observer< NotifyType > &newObserver)
 
bool removeObserver (const Observer< NotifyType > &oldObserver)
 
bool removeAllObservers ()
 
bool notifyObservers (const NotifyType &data)
 

Protected Attributes

Vector< Observer< NotifyType > * > observers
 

Detailed Description

template<class NotifyType>
class ObserverManager< NotifyType >

Definition at line 34 of file ObserverManager.h.


The documentation for this class was generated from the following file: