1#line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.11-windows/ufe/include/notification.h"
2#ifndef _ufeNotification
3#define _ufeNotification
47 UFE_ASSERT(
nullptr !=
dynamic_cast<const T*
>(
this));
48 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.