uvw  2.3.0
List of all members
uvw::Emitter< T >::Connection< E > Struct Template Reference

Connection type for a given event type. More...

#include <emitter.hpp>

Inherits Connection< E >.

Detailed Description

template<typename T>
template<typename E>
struct uvw::Emitter< T >::Connection< E >

Connection type for a given event type.

Given an event type E, Connection<E> is the type of the connection object returned by the event emitter whenever a listener for the given type is registered.

Definition at line 205 of file emitter.hpp.


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