Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
cinder::app::EventCombiner< T > Struct Template Reference

#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
 

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: