Public Member Functions | Data Fields

PollCont Struct Reference

#include <P_UnixNet.h>

Inherits Continuation.

Collaboration diagram for PollCont:
Collaboration graph
[legend]

Public Member Functions

 PollCont (ProxyMutex *m, int pt=net_config_poll_timeout)
 PollCont (ProxyMutex *m, NetHandler *nh, int pt=net_config_poll_timeout)
 ~PollCont ()
int pollEvent (int event, Event *e)

Data Fields

NetHandlernet_handler
PollDescriptorpollDescriptor
PollDescriptornextPollDescriptor
int poll_timeout

Detailed Description

Definition at line 165 of file P_UnixNet.h.


Constructor & Destructor Documentation

PollCont::PollCont ( ProxyMutex m,
int  pt = net_config_poll_timeout 
)

Definition at line 89 of file UnixNet.cc.

References PollDescriptor::init(), pollDescriptor, pollEvent(), and SET_HANDLER.

PollCont::PollCont ( ProxyMutex m,
NetHandler nh,
int  pt = net_config_poll_timeout 
)

Definition at line 95 of file UnixNet.cc.

References PollDescriptor::init(), pollDescriptor, pollEvent(), and SET_HANDLER.

PollCont::~PollCont (  ) 

Definition at line 102 of file UnixNet.cc.

References nextPollDescriptor, and pollDescriptor.


Member Function Documentation

int PollCont::pollEvent ( int  event,
Event e 
)

Field Documentation

Definition at line 167 of file P_UnixNet.h.

Referenced by pollEvent().

Definition at line 169 of file P_UnixNet.h.

Referenced by UDPReadContinuation::setupPollDescriptor(), and ~PollCont().

Definition at line 170 of file P_UnixNet.h.

Referenced by pollEvent().


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