A class that encapsulates a connection. More...
#include <Event.hh>
Public Member Functions | |
Connection (Event *_e, const int _i) | |
Constructor. | |
~Connection () | |
Destructor. | |
int | Id () const |
Get the id of this connection. | |
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.