live
HandlerDescriptor Class Reference

#include <HandlerSet.hh>

Collaboration diagram for HandlerDescriptor:

Data Fields

int socketNum
int conditionSet
TaskScheduler::BackgroundHandlerProchandlerProc
void * clientData

Private Member Functions

 HandlerDescriptor (HandlerDescriptor *nextHandler)
virtual ~HandlerDescriptor ()

Private Attributes

HandlerDescriptorfNextHandler
HandlerDescriptorfPrevHandler

Friends

class HandlerSet
class HandlerIterator

Detailed Description

Definition at line 29 of file HandlerSet.hh.

Constructor & Destructor Documentation

◆ HandlerDescriptor()

HandlerDescriptor::HandlerDescriptor ( HandlerDescriptor * nextHandler)
private

References HandlerDescriptor().

Referenced by HandlerDescriptor().

◆ ~HandlerDescriptor()

virtual HandlerDescriptor::~HandlerDescriptor ( )
privatevirtual

◆ HandlerIterator

friend class HandlerIterator
friend

Definition at line 42 of file HandlerSet.hh.

References HandlerIterator.

Referenced by HandlerIterator.

◆ HandlerSet

friend class HandlerSet
friend

Definition at line 41 of file HandlerSet.hh.

References HandlerSet.

Referenced by HandlerSet.

Field Documentation

◆ clientData

void* HandlerDescriptor::clientData

Definition at line 37 of file HandlerSet.hh.

◆ conditionSet

int HandlerDescriptor::conditionSet

Definition at line 35 of file HandlerSet.hh.

◆ fNextHandler

HandlerDescriptor* HandlerDescriptor::fNextHandler
private

Definition at line 43 of file HandlerSet.hh.

◆ fPrevHandler

HandlerDescriptor* HandlerDescriptor::fPrevHandler
private

Definition at line 44 of file HandlerSet.hh.

◆ handlerProc

TaskScheduler::BackgroundHandlerProc* HandlerDescriptor::handlerProc

Definition at line 36 of file HandlerSet.hh.

◆ socketNum

int HandlerDescriptor::socketNum

Definition at line 34 of file HandlerSet.hh.


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