NAME
A class of omni
MEMBERS
omni::event15
A class of omni
#include <omni/delegate/15.hpp>class omni::event15MEMBERS
omni::event15::event15()
omni::event15::~event15()
void omni::event15::attach(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15) const > void omni::event15::attach_const(const T& obj)
void omni::event15::clear()
bool omni::event15::contains(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15) const > bool omni::event15::contains_const(const T& obj)
void omni::event15::detach(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
void omni::event15::detach_all(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15) const > void omni::event15::detach_const(const T& obj)
bool omni::event15::empty()
container_t omni::event15::invocation_list()
ret_t omni::event15::invoke(p1_t val1, p2_t val2, p3_t val3, p4_t val4, p5_t val5, p6_t val6, p7_t val7, p8_t val8, p9_t val9, p10_t val10, p11_t val11, p12_t val12, p13_t val13, p14_t val14, p15_t val15)
ret_t omni::event15::invoke_direct(p1_t val1, p2_t val2, p3_t val3, p4_t val4, p5_t val5, p6_t val6, p7_t val7, p8_t val8, p9_t val9, p10_t val10, p11_t val11, p12_t val12, p13_t val13, p14_t val14, p15_t val15)
void omni::event15::swap(event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& e)
ret_t omni::event15::operator()
omni::event15::operator bool()
bool omni::event15::operator!()
bool omni::event15::operator!=(const event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& e)
event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 > omni::event15::operator+(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& omni::event15::operator+=(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 > omni::event15::operator-(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& omni::event15::operator-=(const omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& d)
event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& omni::event15::operator=(const event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& e)
bool omni::event15::operator==(const event15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& e)
omni::delegate15< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15 >& omni::event15::operator[](std::size_t idx)
omni::event15::const_iterator_t
omni::event15::const_reverse_iterator_t
omni::event15::container_t
omni::event15::delegate_t
omni::event15::iterator_t
omni::event15::p10_t
omni::event15::p11_t
omni::event15::p12_t
omni::event15::p13_t
omni::event15::p14_t
omni::event15::p15_t
omni::event15::p1_t
omni::event15::p2_t
omni::event15::p3_t
omni::event15::p4_t
omni::event15::p5_t
omni::event15::p6_t
omni::event15::p7_t
omni::event15::p8_t
omni::event15::p9_t
omni::event15::ret_t
omni::event15::reverse_iterator_t
DESCRIPTION
Events are a type of multi-cast delegate that allows client code to attach multiple handlers of various classes, structs and anonymous functions, to a single event handler. As long as each target method is signature compatable with the underlying delegate type, classes and structs of various types can be attached to the same event object.
Invoking an event will invoke each attached handler (delegate) in the order they have been attached.
top
Events are a type of multi-cast delegate that allows client code to attach multiple handlers of various classes, structs and anonymous functions, to a single event handler. As long as each target method is signature compatable with the underlying delegate type, classes and structs of various types can be attached to the same event object.
Invoking an event will invoke each attached handler (delegate) in the order they have been attached.
top
PARAMETERS
top
Ret - Specifies the return type of the delegates to be attached 15 - Specifies the parameter types passed to the delegate
top