NAME
A function of omni::event5
omni::event5::attach
A function of omni::event5
#include <omni/delegate/5.hpp>
void omni::event5::attach(const omni::delegate5< Ret PT1 PT2 PT3 PT4 PT5 >& d)
void omni::event5::attach(const event5< Ret PT1 PT2 PT3 PT4 PT5 >& e)
template < class InputIterator > void omni::event5::attach(InputIterator begin, InputIterator end)
template < ret_t (*fnptr)(PT1, PT2, PT3, PT4, PT5) > void omni::event5::attach()
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5) > void omni::event5::attach(T& obj)
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5) > void omni::event5::attach(const T& obj)
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5) > void omni::event5::attach(const T *const obj)