This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofEvent< T, Mutex >::FunctionId< TObj, TMethod > Class Template Reference
#include <ofEvent.h>
Inheritance diagram for ofEvent< T, Mutex >::FunctionId< TObj, TMethod >:

Public Member Functions | |
FunctionId (TObj *listener, TMethod method) | |
BaseFunctionId * | clone () const |
template<typename F > | |
bool | operator== (const F &f1) const |
bool | operator== (const BaseFunctionId &f) const |
Public Attributes | |
TObj * | listener |
TMethod | method |
Constructor & Destructor Documentation
◆ FunctionId()
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
|
inline |
Member Function Documentation
◆ clone()
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
|
inline |
◆ operator==() [1/2]
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
|
inline |
◆ operator==() [2/2]
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
template<typename F >
|
inline |
Member Data Documentation
◆ listener
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
TObj* ofEvent< T, Mutex >::FunctionId< TObj, TMethod >::listener |
◆ method
template<typename T , typename Mutex = std::recursive_mutex>
template<class TObj , typename TMethod >
TMethod ofEvent< T, Mutex >::FunctionId< TObj, TMethod >::method |
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/events/ofEvent.h