SNMP++
3.3.11
|
#include <eventlist.h>
Classes | |
class | CEventListElt |
Public Member Functions | |
CEventList () | |
~CEventList () | |
CEvents * | AddEntry (CEvents *events) |
void | SetDone () REENTRANT( |
int | GetDone () |
int | GetNextTimeout (msec &sendTime) |
void | GetFdSets (int &maxfds, fd_set &readfds, fd_set &writefds, fd_set &exceptfds) |
int | HandleEvents (const int maxfds, const fd_set &readfds, const fd_set &writefds, const fd_set &exceptfds) |
int | GetCount () |
int | DoRetries (const msec &sendtime) |
int | Done () |
Public Member Functions inherited from SnmpSynchronized | |
SnmpSynchronized () | |
virtual | ~SnmpSynchronized () |
void | lock () |
void | unlock () |
Private Attributes | |
CEventListElt | m_head |
int | m_msgCount |
int | m_done |
Additional Inherited Members | |
Public Attributes inherited from SnmpSynchronized | |
pthread_mutex_t | _mutex |
Definition at line 124 of file eventlist.h.
|
inline |
Definition at line 126 of file eventlist.h.
CEventList::~CEventList | ( | ) |
int CEventList::Done | ( | ) |
int CEventList::DoRetries | ( | const msec & | sendtime | ) |
|
inline |
Definition at line 158 of file eventlist.h.
|
inline |
Definition at line 136 of file eventlist.h.
void CEventList::GetFdSets | ( | int & | maxfds, |
fd_set & | readfds, | ||
fd_set & | writefds, | ||
fd_set & | exceptfds | ||
) |
int CEventList::GetNextTimeout | ( | msec & | sendTime | ) |
int CEventList::HandleEvents | ( | const int | maxfds, |
const fd_set & | readfds, | ||
const fd_set & | writefds, | ||
const fd_set & | exceptfds | ||
) |
|
inline |
Definition at line 133 of file eventlist.h.
|
private |
Definition at line 189 of file eventlist.h.
|
private |
Definition at line 187 of file eventlist.h.
|
private |
Definition at line 188 of file eventlist.h.