An event sent by any CObservable object (automatically) just before being destroyed and telling its observers to unsubscribe.
#include <mrpt/utils/mrptEvent.h>

Public Member Functions | |
| mrptEventOnDestroy (const CObservable *obj) | |
| template<class EVENTTYPE > | |
| bool | isOfType () const |
| template<class EVENTTYPE > | |
| const EVENTTYPE * | getAs () const |
Public Attributes | |
| const CObservable * | source_object |
| mrpt::system::TTimeStamp | timestamp |
Protected Member Functions | |
| virtual void | do_nothing () |
| Just to allow this class to be polymorphic. | |
| mrpt::utils::mrptEventOnDestroy::mrptEventOnDestroy | ( | const CObservable * | obj | ) | [inline] |
Definition at line 80 of file mrptEvent.h.
| virtual void mrpt::utils::mrptEventOnDestroy::do_nothing | ( | ) | [inline, protected, virtual] |
Just to allow this class to be polymorphic.
Reimplemented from mrpt::utils::mrptEvent.
Definition at line 78 of file mrptEvent.h.
| const EVENTTYPE* mrpt::utils::mrptEvent::getAs | ( | ) | const [inline, inherited] |
Definition at line 66 of file mrptEvent.h.
| bool mrpt::utils::mrptEvent::isOfType | ( | ) | const [inline, inherited] |
Definition at line 63 of file mrptEvent.h.
Definition at line 82 of file mrptEvent.h.
Definition at line 68 of file mrptEvent.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |