Rebel Fork Framework
|
Signal subscription data without priority. More...
#include <Urho3D/Core/Signal.h>
Public Member Functions | |
SignalSubscription ()=default | |
Construct default. | |
SignalSubscription (WeakPtr< RefCounted > receiver, Handler handler) | |
Construct valid. | |
Public Attributes | |
WeakPtr< RefCounted > | receiver_ |
Signal receiver. Handler is not invoked if receiver is expired. | |
Handler | handler_ {} |
Signal handler callable. | |
Signal subscription data without priority.