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