1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.13-windows/ufe/include/notification.h"
2#ifndef UFE_NOTIFICATION_H
3#define UFE_NOTIFICATION_H
48 UFE_ASSERT(
nullptr !=
dynamic_cast<const T*
>(
this));
49 return static_cast<const T&
>(*this);
Base class for all notifications.
const T & staticCast() const
Notification()
Constructor.
virtual ~Notification()
Destructor.
Notification(const Notification &)=default
Default copy constructor.
#define UFE_ASSERT(EXPR)
Similar to UFE_ASSERT_MSG, but without the description of the assertion error.
Definition of macros for symbol visibility.