Public Types | Public Member Functions | Public Attributes
cinder::app::EventCombiner< T > Struct Template Reference

#include <Event.h>

List of all members.

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

template<typename T>
struct cinder::app::EventCombiner< T >


Member Typedef Documentation

template<typename T >
typedef void cinder::app::EventCombiner< T >::result_type

Constructor & Destructor Documentation

template<typename T >
cinder::app::EventCombiner< T >::EventCombiner ( )
template<typename T >
cinder::app::EventCombiner< T >::EventCombiner ( const T *  event)

Member Function Documentation

template<typename T >
template<typename InputIterator >
void cinder::app::EventCombiner< T >::operator() ( InputIterator  first,
InputIterator  last 
) const

Member Data Documentation

template<typename T >
const T* cinder::app::EventCombiner< T >::mEvent

The documentation for this struct was generated from the following file: