WvStreams
SocketFromFDMaker Class Reference

Public Member Functions

 SocketFromFDMaker (int fd, LPTHREAD_START_ROUTINE lpt, bool wait_for_termination=false)
SOCKET GetSocket ()

Protected Attributes

HANDLE m_hThread
socket_fd_pair m_pair
SOCKET m_socket
bool m_wait

Detailed Description

Definition at line 30 of file streams.h.

Constructor & Destructor Documentation

◆ SocketFromFDMaker()

SocketFromFDMaker::SocketFromFDMaker ( int fd,
LPTHREAD_START_ROUTINE lpt,
bool wait_for_termination = false )

Definition at line 350 of file streams.cc.

◆ ~SocketFromFDMaker()

SocketFromFDMaker::~SocketFromFDMaker ( )

Definition at line 379 of file streams.cc.

Member Function Documentation

◆ GetSocket()

SOCKET SocketFromFDMaker::GetSocket ( )
inline

Definition at line 41 of file streams.h.

Member Data Documentation

◆ m_hThread

HANDLE SocketFromFDMaker::m_hThread
protected

Definition at line 33 of file streams.h.

◆ m_pair

socket_fd_pair SocketFromFDMaker::m_pair
protected

Definition at line 34 of file streams.h.

◆ m_socket

SOCKET SocketFromFDMaker::m_socket
protected

Definition at line 35 of file streams.h.

◆ m_wait

bool SocketFromFDMaker::m_wait
protected

Definition at line 36 of file streams.h.


The documentation for this class was generated from the following files: