Main MRPT website > C++ reference
MRPT logo

mrpt::utils::CObservable Class Reference

Inherit from this class for those objects capable of being observed by a CObserver class. More...

#include <mrpt/utils/CObservable.h>

Inheritance diagram for mrpt::utils::CObservable:
Inheritance graph
[legend]
Collaboration diagram for mrpt::utils::CObservable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CObservable ()
virtual ~CObservable ()

Protected Member Functions

void publishEvent (const mrptEvent &e) const
 Called when you want this object to emit an event to all the observers currently subscribed to this object.

Private Member Functions

void internal_observer_begin (CObserver *)
void internal_observer_end (CObserver *)

Private Attributes

std::set< CObserver * > m_subscribers

Friends

class CObserver

Detailed Description

Inherit from this class for those objects capable of being observed by a CObserver class.

The only thing to do in your child class is to call CObservable::publishEvent() whenever needed and all the observer classes will be notified.

Note:
The pairs CObservable / CObserver automatically notify each other the destruction of any of them, effectively ending the subscription of events.
See also:
CObserver, mrptEvent

Definition at line 49 of file CObservable.h.


Constructor & Destructor Documentation

mrpt::utils::CObservable::CObservable (  ) 
virtual mrpt::utils::CObservable::~CObservable (  )  [virtual]

Member Function Documentation

void mrpt::utils::CObservable::internal_observer_begin ( CObserver  )  [private]
void mrpt::utils::CObservable::internal_observer_end ( CObserver  )  [private]
void mrpt::utils::CObservable::publishEvent ( const mrptEvent e  )  const [protected]

Called when you want this object to emit an event to all the observers currently subscribed to this object.


Friends And Related Function Documentation

friend class CObserver [friend]

Definition at line 51 of file CObservable.h.


Member Data Documentation

Definition at line 58 of file CObservable.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010