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