NAME
A member function of omni::delegate16
OVERLOADS
omni::delegate16::unsafe_set_target
A member function of omni::delegate16
#include <omni/delegate/16.hpp>
template < class T > inline void omni::delegate16::unsafe_set_target(T& obj)
OVERLOADS
template < class T > inline void omni::delegate16::unsafe_set_target(const T& obj)
template < class T > inline void omni::delegate16::unsafe_set_target(const T *const obj)
DESCRIPTION
This method is marked unsafe since it manipulates the underlying pointers. This method assumes the user understands all implications with this.
top
This method is marked unsafe since it manipulates the underlying pointers. This method assumes the user understands all implications with this.
top
CONSIDERATIONS
If there is a function currently attached and still running when this call is made to rebind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top
If there is a function currently attached and still running when this call is made to rebind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top