#include <cdEvents.h>


Public Member Functions | |
| cdIncoming (mdDGChannel &c) | |
| virtual void | send () const |
Public Attributes | |
| mdDatagram | dg |
| boost::asio::ip::udp::endpoint | ip |
Definition at line 19 of file cdEvents.h.
| cdIncoming::cdIncoming | ( | mdDGChannel & | c | ) | [inline] |
Definition at line 25 of file cdEvents.h.
| virtual void cdIncoming::send | ( | ) | const [inline, virtual] |
Causes this event to be sent out to all listeners. The subclass must provide an override so the event can be used polymorphically. This allows you to have a container of PolymorphEvent's of unknown concrete types, e.g. to queue events of different types.
Implements PolymorphEvent.
Definition at line 27 of file cdEvents.h.
Definition at line 22 of file cdEvents.h.
| boost::asio::ip::udp::endpoint cdIncoming::ip |
Definition at line 23 of file cdEvents.h.
1.5.6