Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_Quorum::LoopbackSocketBuilder Class Reference

This class implements a SocketBuilder for LoopbackSocket%s. More...

#include <LoopbackSocket.h>

Inheritance diagram for CODEX_Quorum::LoopbackSocketBuilder:

Inheritance graph
[legend]
Collaboration diagram for CODEX_Quorum::LoopbackSocketBuilder:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LoopbackSocketBuilder ()
 LoopbackSocket%s are trivial, so no arguments are needed.
virtual ~LoopbackSocketBuilder ()
 Virtual destructor.
SocketBaseoperator() () 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.

Detailed Description

This class implements a SocketBuilder for LoopbackSocket%s.

Definition at line 113 of file LoopbackSocket.h.


Member Function Documentation

SocketBase* CODEX_Quorum::LoopbackSocketBuilder::operator()  )  const [inline, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Fri May 6 17:42:29 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1