Class mrptEventOnDestroy

Inheritance Relationships

Base Type

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