Public Types | |
|
typedef std::shared_ptr < SocketPair > | shared |
| typedef SocketPair * | ptr |
Public Member Functions | |
| SocketPair (const SocketPair &sock) | |
| void | operator= (const SocketPair &sock) |
| UnixSocket::shared | getFirst (void) |
| UnixSocket::shared | getSecond (void) |
Static Public Member Functions | |
| static const SocketPair::shared | shared_ptr () throw (SocketException) |
Protected Attributes | |
| UnixSocket::shared | first |
| UnixSocket::shared | second |
Definition at line 24 of file SocketPair.h.
1.6.1