NAME
A member dtor of omni::event1
omni::event1::~event1
A member dtor of omni::event1
#include <omni/delegate/1.hpp>
omni::event1::~event1()
DESCRIPTION
Destroys the event object and clears out the underlying list, calling each of the attached delegates destructors.
top
Destroys the event object and clears out the underlying list, calling each of the attached delegates destructors.
top
CONSIDERATIONS
If the function is still running when this delegate instance is being destroyed, the function will continue to live in an undefined state. The function will not stop upon destruction and will likely have a corrupted stack pointer.
top
If the function is still running when this delegate instance is being destroyed, the function will continue to live in an undefined state. The function will not stop upon destruction and will likely have a corrupted stack pointer.
top