Class mrptEventOnDestroy
Defined in File mrptEvent.h
Inheritance Relationships
Base Type
public mrpt::system::mrptEvent(Class mrptEvent)
Class Documentation
-
class mrptEventOnDestroy : public mrpt::system::mrptEvent
An event sent by any CObservable object (automatically) just before being destroyed and telling its observers to unsubscribe.
Public Functions
-
inline mrptEventOnDestroy(const CObservable *obj)
Public Members
-
const CObservable *source_object
Protected Functions
-
inline virtual void do_nothing() override
Just to allow this class to be polymorphic
-
inline mrptEventOnDestroy(const CObservable *obj)