#include <dvEvents.h>


Public Member Functions | |
| dvIncoming (mdDGChannel &c) | |
| virtual void | send () const |
Public Attributes | |
| mdDG | mdg |
| udp::endpoint | ip |
Definition at line 22 of file dvEvents.h.
| dvIncoming::dvIncoming | ( | mdDGChannel & | c | ) | [inline] |
Definition at line 28 of file dvEvents.h.
| virtual void dvIncoming::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 30 of file dvEvents.h.
Definition at line 25 of file dvEvents.h.
| udp::endpoint dvIncoming::ip |
Definition at line 26 of file dvEvents.h.
1.5.6