#include <LoopbackSocket.h>
Inheritance diagram for CODEX_Quorum::LoopbackSocketBuilder:


Public Member Functions | |
| LoopbackSocketBuilder () | |
| LoopbackSocket%s are trivial, so no arguments are needed. | |
| virtual | ~LoopbackSocketBuilder () |
| Virtual destructor. | |
| SocketBase * | operator() () const |
| Create a new SocketBase. | |
Protected Attributes | |
| int | m_domain |
| Protocol domain for SocketBase. | |
| int | m_type |
| Socket type for SocketBase. | |
| int | m_protocol |
| Protocol for SocketBase. | |
| bool | m_blocking |
| Blocking flag for SocketBase. | |
Definition at line 113 of file LoopbackSocket.h.
|
|
Create a new SocketBase. SocketBuilder is initialized with everything it needs to create a new socket. Binding to a specific port and address is not included, so a single SocketBuilder can be used to create all of the needed sockets of a given type. Reimplemented from CODEX_Quorum::SocketBuilder. Definition at line 124 of file LoopbackSocket.h. |
1.4.1