An event sent by any CObservable object (automatically) just before being destroyed and telling its observers to unsubscribe.
Definition at line 73 of file mrptEvent.h.
#include <mrpt/utils/mrptEvent.h>
Public Member Functions | |
mrptEventOnDestroy (const CObservable *obj) | |
Public Attributes | |
const CObservable * | source_object |
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 78 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 76 of file mrptEvent.h.
Definition at line 80 of file mrptEvent.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |