Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

FIX::SocketInfo Struct Reference

Information about listening socket. More...

#include <SocketServer.h>

List of all members.

Public Member Functions

 SocketInfo ()
 SocketInfo (int socket, short port, bool noDelay)

Public Attributes

int m_socket
short m_port
bool m_noDelay


Detailed Description

Information about listening socket.

Definition at line 37 of file SocketServer.h.


Constructor & Destructor Documentation

FIX::SocketInfo::SocketInfo  )  [inline]
 

Definition at line 39 of file SocketServer.h.

00040   : m_socket( -1 ), m_port( 0 ), m_noDelay( false ) {}

FIX::SocketInfo::SocketInfo int  socket,
short  port,
bool  noDelay
[inline]
 

Definition at line 41 of file SocketServer.h.

00042   : m_socket( socket ), m_port( port ), m_noDelay( noDelay ) {}


Member Data Documentation

bool FIX::SocketInfo::m_noDelay
 

Definition at line 46 of file SocketServer.h.

Referenced by FIX::SocketServer::accept().

short FIX::SocketInfo::m_port
 

Definition at line 45 of file SocketServer.h.

int FIX::SocketInfo::m_socket
 

Definition at line 44 of file SocketServer.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 24 19:36:53 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001