|
reSIProcate/rutil
9694
|

Public Member Functions | |
| FdPollItemFdSetInfo () | |
Public Attributes | |
| Socket | mSocketFd |
| FdPollItemIf * | mItemObj |
| FdPollEventMask | mEvMask |
| int | mNextIdx |
Definition at line 101 of file FdPoll.cxx.
| resip::FdPollItemFdSetInfo::FdPollItemFdSetInfo | ( | ) | [inline] |
Definition at line 104 of file FdPoll.cxx.
: mSocketFd(INVALID_SOCKET), mItemObj(0), mEvMask(0), mNextIdx(-1) { }
Definition at line 111 of file FdPoll.cxx.
Referenced by resip::FdPollImplFdSet::addPollItem(), resip::FdPollImplFdSet::buildFdSet(), and resip::FdPollImplFdSet::processFdSet().
Definition at line 110 of file FdPoll.cxx.
Referenced by resip::FdPollImplFdSet::addPollItem(), resip::FdPollImplFdSet::buildFdSet(), resip::FdPollImplFdSet::processFdSet(), and resip::FdPollImplFdSet::~FdPollImplFdSet().
Definition at line 112 of file FdPoll.cxx.
Referenced by resip::FdPollImplFdSet::addPollItem(), and resip::FdPollImplFdSet::buildFdSet().
Definition at line 109 of file FdPoll.cxx.
Referenced by resip::FdPollImplFdSet::addPollItem(), resip::FdPollImplFdSet::buildFdSet(), and resip::FdPollImplFdSet::processFdSet().
1.7.5.1