|
reSIProcate/rutil
9694
|
#include <assert.h>#include <string.h>#include "rutil/FdPoll.hxx"#include "rutil/FdSetIOObserver.hxx"#include "rutil/Logger.hxx"#include "rutil/BaseException.hxx"#include <vector>
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 IMPL_FDSET_HandleToIdx | ( | handle | ) | ( ((char*)(handle)) - ((char*)0) - 1) |
Definition at line 167 of file FdPoll.cxx.
Referenced by resip::FdPollImplFdSet::delPollItem(), and resip::FdPollImplFdSet::modPollItem().
| #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.
1.7.5.1