NAME
A class of omni
MEMBERS
omni::event13
A class of omni
#include <omni/delegate/13.hpp>MEMBERS
omni::event13::event13()
omni::event13::~event13()
void omni::event13::attach(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13) const > void omni::event13::attach_const(const T& obj)
void omni::event13::clear()
bool omni::event13::contains(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13) const > bool omni::event13::contains_const(const T& obj)
void omni::event13::detach(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
void omni::event13::detach_all(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13) const > void omni::event13::detach_const(const T& obj)
bool omni::event13::empty()
container_t omni::event13::invocation_list()
ret_t omni::event13::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)
ret_t omni::event13::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)
void omni::event13::swap(event13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& e)
event13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 > omni::event13::operator-(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
omni::event13::operator bool()
bool omni::event13::operator!()
bool omni::event13::operator!=(const event13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& e)
ret_t omni::event13::operator()(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)
omni::delegate13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 >& omni::event13::operator[](std::size_t idx)
event13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 > omni::event13::operator+(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
event13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 >& omni::event13::operator+=(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
event13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 >& omni::event13::operator=(const event13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& e)
event13< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13 >& omni::event13::operator-=(const omni::delegate13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& d)
bool omni::event13::operator==(const event13< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 >& e)
omni::event13::const_iterator_t
omni::event13::const_reverse_iterator_t
omni::event13::container_t
omni::event13::delegate_t
omni::event13::iterator_t
omni::event13::p1_t
omni::event13::p10_t
omni::event13::p11_t
omni::event13::p12_t
omni::event13::p13_t
omni::event13::p2_t
omni::event13::p3_t
omni::event13::p4_t
omni::event13::p5_t
omni::event13::p6_t
omni::event13::p7_t
omni::event13::p8_t
omni::event13::p9_t
omni::event13::ret_t
omni::event13::reverse_iterator_t
SYNOPSIS
The templated event allows client code to attach multiple delegates and invoke them, providing notification to attached code (i.e. event handlers). Invoking an event will invoke each attached handler (delegate) in the order they have been attached.
top
The templated event allows client code to attach multiple delegates and invoke them, providing notification to attached code (i.e. event handlers). 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 13 - Specifies the parameter types passed to the delegate
top