Gorgon Game Engine
Event.h File Reference

contains event distribution mechanism More...

Include dependency graph for Event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Event< Source_, Params_ >
 This class provides event mechanism. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 

Typedefs

typedef intptr_t EventToken
 Generic type to store event tokens. More...
 

Functions

template<class Source_ , class... Args_>
void swap (Event< Source_, Args_... > &l, Event< Source_, Args_... > &r)
 Swaps two events. More...
 

Detailed Description

contains event distribution mechanism