Public Member Functions | Public Attributes
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, int sendBufSize, int rcvBufSize)

Public Attributes

int m_socket
short m_port
bool m_noDelay
int m_sendBufSize
int m_rcvBufSize

Detailed Description

Information about listening socket.

Definition at line 38 of file SocketServer.h.


Constructor & Destructor Documentation

Definition at line 40 of file SocketServer.h.

  : m_socket( -1 ), m_port( 0 ), m_noDelay( false ),
    m_sendBufSize( 0 ), m_rcvBufSize( 0 ) {}
FIX::SocketInfo::SocketInfo ( int  socket,
short  port,
bool  noDelay,
int  sendBufSize,
int  rcvBufSize 
) [inline]

Definition at line 44 of file SocketServer.h.

  : m_socket( socket ), m_port( port ), m_noDelay( noDelay ), 
    m_sendBufSize( sendBufSize ), m_rcvBufSize( rcvBufSize ) {}

Member Data Documentation

Definition at line 50 of file SocketServer.h.

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

Definition at line 49 of file SocketServer.h.

Definition at line 52 of file SocketServer.h.

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

Definition at line 51 of file SocketServer.h.

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

Definition at line 48 of file SocketServer.h.


The documentation for this struct was generated from the following file:

Generated on Mon Jun 23 2014 23:49:40 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001