live
Data Fields | Private Member Functions | Private Attributes | Friends
HandlerDescriptor Class Reference

#include <HandlerSet.hh>

Collaboration diagram for HandlerDescriptor:
Collaboration graph
[legend]

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

◆ ~HandlerDescriptor()

virtual HandlerDescriptor::~HandlerDescriptor ( )
privatevirtual

Friends And Related Function Documentation

◆ HandlerIterator

friend class HandlerIterator
friend

Definition at line 42 of file HandlerSet.hh.

◆ HandlerSet

friend class HandlerSet
friend

Definition at line 41 of file HandlerSet.hh.

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: