omni::event16
NAME

omni::event16

A class of omni

#include <omni/delegate/16.hpp>
event16
omni::event16::event16()
omni::event16::~event16()
void omni::event16::attach(const omni::delegate16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16) const > void omni::event16::attach_const(const T& obj)
void omni::event16::clear()
bool omni::event16::contains(const omni::delegate16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16) const > bool omni::event16::contains_const(const T& obj)
void omni::event16::detach(const omni::delegate16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& d)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16) const > void omni::event16::detach_const(const T& obj)
bool omni::event16::empty()
container_t omni::event16::invocation_list()
ret_t omni::event16::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, p16_t val16)
void omni::event16::swap(event16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& e)
omni::event16::operator bool()
bool omni::event16::operator!()
bool omni::event16::operator!=(const event16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& e)
ret_t omni::event16::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, p14_t val14, p15_t val15, p16_t val16)
omni::delegate16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 >& omni::event16::operator[](std::size_t idx)
event16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 >& omni::event16::operator+=(const omni::delegate16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& d)
event16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 >& omni::event16::operator=(const event16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& e)
event16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 >& omni::event16::operator-=(const omni::delegate16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& d)
bool omni::event16::operator==(const event16< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 PT13 PT14 PT15 PT16 >& e)
typedef typename std::deque< omni::delegate16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 > >::const_iterator omni::event16::const_iterator_t
typedef typename std::reverse_iterator< const_iterator_t > omni::event16::const_reverse_iterator_t
typedef typename std::deque< omni::delegate16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 > > omni::event16::container_t
typedef omni::delegate16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 > omni::event16::delegate_t
typedef typename std::deque< omni::delegate16< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16 > >::iterator omni::event16::iterator_t
typedef PT1 omni::event16::p1_t
typedef PT10 omni::event16::p10_t
typedef PT11 omni::event16::p11_t
typedef PT12 omni::event16::p12_t
typedef PT13 omni::event16::p13_t
typedef PT14 omni::event16::p14_t
typedef PT15 omni::event16::p15_t
typedef PT16 omni::event16::p16_t
typedef PT2 omni::event16::p2_t
typedef PT3 omni::event16::p3_t
typedef PT4 omni::event16::p4_t
typedef PT5 omni::event16::p5_t
typedef PT6 omni::event16::p6_t
typedef PT7 omni::event16::p7_t
typedef PT8 omni::event16::p8_t
typedef PT9 omni::event16::p9_t
typedef Ret omni::event16::ret_t
typedef typename std::reverse_iterator< iterator_t > omni::event16::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

DESCRIPTION

No description found.

top

PARAMETERS top

Ret - Specifies the return type of the delegates to be attached

16 - Specifies the parameter types passed to the delegate

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top