Public Types | |
|
typedef std::shared_ptr < RawSocket > | shared |
| typedef RawSocket * | ptr |
Public Member Functions | |
| RawSocket (int family, int protocol) throw (SocketException) | |
| RawSocket (const RawSocket &other) | |
| void | operator= (const RawSocket &other) |
Static Public Member Functions | |
| static const RawSocket::shared | shared_ptr (int family, int protocol) throw (SocketException) |
Definition at line 23 of file RawSocket.h.
1.6.1