CARMA C++
ObserverRegistry.h File Reference

This class keeps track of Observer instances and should only be used internally by the Observer/Observable classes. More...

#include "carma/util/PthreadMutex.h"
#include <vector>

Go to the source code of this file.

Classes

class  carma::util::ObserverRegistry
 All instances of the Observer class are assigned an ID and registered within this class. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::util
 Utility classes.
 

Detailed Description

This class keeps track of Observer instances and should only be used internally by the Observer/Observable classes.

See Also
Observer
Observable
Author
: Steve Scott
Id:
ObserverRegistry.h,v 1.1 2005/01/06 00:03:34 scott Exp

$CarmaCopyright$

Definition in file ObserverRegistry.h.