Public Types | |
| typedef std::shared_ptr< UDPPort > | shared |
| typedef UDPPort * | ptr |
Public Member Functions | |
| UDPPort (const std::string &service) throw (PortException) | |
| UDPPort (uint16_t port=0) throw (PortException) | |
| UDPPort (const UDPPort &other) throw () | |
| UDPPort (const UDPPort &&other) throw () | |
Static Public Member Functions | |
| static const UDPPort::shared | shared_ptr (const std::string &service) throw (PortException) |
| static const UDPPort::shared | shared_ptr (uint16_t port=0) throw (PortException) |
Definition at line 27 of file UDPPort.h.
1.6.1