reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofFastEvent< T > Member List

This is the complete list of members for ofFastEvent< T >, including all inherited members.

add(TObj *listener, TMethod method, int priority)ofEvent< T, of::priv::NoopMutex >inline
add(TFunction function, int priority)ofEvent< T, of::priv::NoopMutex >inline
Function typedefofEvent< T, of::priv::NoopMutex >protected
FunctionPtr typedefofEvent< T, of::priv::NoopMutex >protected
make_function(TObj *listener, bool(TObj::*method)(T &), int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(TObj *listener, void(TObj::*method)(T &), int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(TObj *listener, bool(TObj::*method)(const void *, T &), int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(TObj *listener, void(TObj::*method)(const void *, T &), int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(std::function< bool(T &)> f, int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(std::function< bool(const void *, T &)> f, int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(std::function< void(T &)> f, int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function(std::function< void(const void *, T &)> f, int priority)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_function_id(TObj *listener, TMethod method)ofEvent< T, of::priv::NoopMutex >inlineprotected
make_std_function_id(const F &f)ofEvent< T, of::priv::NoopMutex >inlineprotected
newListener(TObj *listener, TMethod method, int priority=OF_EVENT_ORDER_AFTER_APP)ofEvent< T, of::priv::NoopMutex >inline
newListener(TFunction function, int priority=OF_EVENT_ORDER_AFTER_APP)ofEvent< T, of::priv::NoopMutex >inline
notify(const void *sender, T &param)ofFastEvent< T >inline
ofEvent< T, of::priv::NoopMutex >::notify(T &param)ofEvent< T, of::priv::NoopMutex >inline
remove(TObj *listener, TMethod method, int priority)ofEvent< T, of::priv::NoopMutex >inline
remove(TFunction function, int priority)ofEvent< T, of::priv::NoopMutex >inline