#include <Event.h>
Public Types | |
| typedef void | result_type |
Public Member Functions | |
| EventCombiner () | |
| EventCombiner (const T *event) | |
| template<typename InputIterator > | |
| void | operator() (InputIterator first, InputIterator last) const |
Public Attributes | |
| const T * | mEvent |
| typedef void cinder::app::EventCombiner< T >::result_type |
| cinder::app::EventCombiner< T >::EventCombiner | ( | ) |
| cinder::app::EventCombiner< T >::EventCombiner | ( | const T * | event | ) |
| void cinder::app::EventCombiner< T >::operator() | ( | InputIterator | first, |
| InputIterator | last | ||
| ) | const |
| const T* cinder::app::EventCombiner< T >::mEvent |