#include <SocketImpl.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::SocketImpl:
Public Member Functions | |
SocketImpl () | |
SocketImpl (SocketHandle_t fd, SocketAddress::AddressType addrType) | |
SocketImpl (const SocketAddress &addr) | |
virtual | ~SocketImpl () |
Select_t | getSelectObj () const |
Protected Member Functions | |
virtual int | readAux (void *dataIn, int dataInLen) |
virtual int | writeAux (const void *dataOut, int dataOutLen) |
Definition at line 54 of file SocketImpl.hpp.
|
Definition at line 49 of file SocketImpl.cpp. |
|
Definition at line 54 of file SocketImpl.cpp. |
|
Definition at line 59 of file SocketImpl.cpp. |
|
Definition at line 64 of file SocketImpl.cpp. |
|
Reimplemented from BLOCXX_NAMESPACE::SocketBaseImpl. Definition at line 69 of file SocketImpl.cpp. References BLOCXX_NAMESPACE::SocketBaseImpl::m_sockfd. |
|
Implements BLOCXX_NAMESPACE::SocketBaseImpl. Definition at line 83 of file SocketImpl.cpp. References BLOCXX_NAMESPACE::SocketBaseImpl::m_sockfd, and BLOCXX_NAMESPACE::BinarySerialization::read(). |
|
Implements BLOCXX_NAMESPACE::SocketBaseImpl. Definition at line 92 of file SocketImpl.cpp. References BLOCXX_NAMESPACE::SocketBaseImpl::m_sockfd, and BLOCXX_NAMESPACE::BinarySerialization::write(). |