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