A class that encapsulates a connection. More...
#include <Event.hh>
Public Member Functions | |
Connection (Event *_e, const int _i) | |
Constructor. More... | |
~Connection () | |
Destructor. More... | |
int | Id () const |
Get the id of this connection. More... | |
A class that encapsulates a connection.
Connection | ( | Event * | _e, |
const int | _i | ||
) |
Constructor.
[in] | _e | Event pointer to connect with. |
[in] | _i | Unique id. |
~Connection | ( | ) |
Destructor.
int Id | ( | ) | const |
Get the id of this connection.