reSIProcate/rutil  9694
Classes | Namespaces | Defines
FdPoll.cxx File Reference
#include <assert.h>
#include <string.h>
#include "rutil/FdPoll.hxx"
#include "rutil/FdSetIOObserver.hxx"
#include "rutil/Logger.hxx"
#include "rutil/BaseException.hxx"
#include <vector>
Include dependency graph for FdPoll.cxx:

Go to the source code of this file.

Classes

class  resip::FdPollItemFdSetInfo
class  resip::FdPollImplFdSet

Namespaces

namespace  resip
 

dcm! -- add UnusedChecking(_enum) below;


Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP
#define IMPL_FDSET_IdxToHandle(idx)   ((FdPollItemHandle)( ((char*)0) + ((idx)+1) ))
#define IMPL_FDSET_HandleToIdx(handle)   ( ((char*)(handle)) - ((char*)0) - 1)

Define Documentation

#define IMPL_FDSET_HandleToIdx (   handle)    ( ((char*)(handle)) - ((char*)0) - 1)
#define IMPL_FDSET_IdxToHandle (   idx)    ((FdPollItemHandle)( ((char*)0) + ((idx)+1) ))

Definition at line 166 of file FdPoll.cxx.

Referenced by resip::FdPollImplFdSet::addPollItem().

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP

Definition at line 16 of file FdPoll.cxx.