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