Definition at line 36 of file UdpSwitch.cpp.
Public Types | |
| typedef QMap< NodeAddress, UdpConnection * > | ReadMap |
| typedef QMap< UdpConnection *, NodeAddress > | WriteMap |
Public Member Functions | |
| UdpSwitchPrivate () | |
| ~UdpSwitchPrivate () | |
Public Attributes | |
| QUdpSocket * | socket |
| bool | isStarted |
| bool | isAcceptingIncomingConnections |
| ReadMap | readMap |
| WriteMap | writeMap |
Private Member Functions | |
| UdpSwitchPrivate (const UdpSwitchPrivate &) | |
| UdpSwitchPrivate & | operator= (const UdpSwitchPrivate &) |
|
|
Definition at line 41 of file UdpSwitch.cpp. |
|
|
Definition at line 42 of file UdpSwitch.cpp. |
|
|
|
|
|
Definition at line 50 of file UdpSwitch.cpp. |
|
|
Definition at line 55 of file UdpSwitch.cpp. |
|
|
|
|
|
Definition at line 46 of file UdpSwitch.cpp. |
|
|
Definition at line 45 of file UdpSwitch.cpp. |
|
|
Definition at line 47 of file UdpSwitch.cpp. |
|
|
Definition at line 44 of file UdpSwitch.cpp. |
|
|
Definition at line 48 of file UdpSwitch.cpp. |