reference

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

ofEvent< void, Mutex >::FunctionId< TObj, TMethod > Class Template Reference

#include <ofEvent.h>

Inheritance diagram for ofEvent< void, 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 Mutex >
template<class TObj , typename TMethod >
ofEvent< void, Mutex >::FunctionId< TObj, TMethod >::FunctionId ( TObj *  listener,
TMethod  method 
)
inline

Member Function Documentation

◆ clone()

template<typename Mutex >
template<class TObj , typename TMethod >
BaseFunctionId * ofEvent< void, Mutex >::FunctionId< TObj, TMethod >::clone ( ) const
inline

◆ operator==() [1/2]

template<typename Mutex >
template<class TObj , typename TMethod >
bool ofEvent< void, Mutex >::FunctionId< TObj, TMethod >::operator== ( const BaseFunctionId &  f) const
inline

◆ operator==() [2/2]

template<typename Mutex >
template<class TObj , typename TMethod >
template<typename F >
bool ofEvent< void, Mutex >::FunctionId< TObj, TMethod >::operator== ( const F &  f1) const
inline

Member Data Documentation

◆ listener

template<typename Mutex >
template<class TObj , typename TMethod >
TObj* ofEvent< void, Mutex >::FunctionId< TObj, TMethod >::listener

◆ method

template<typename Mutex >
template<class TObj , typename TMethod >
TMethod ofEvent< void, 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