SNMP++
3.3.11
|
#include <notifyqueue.h>
Public Member Functions | |
CNotifyEventQueueElt (CNotifyEvent *notifyevent, CNotifyEventQueueElt *next, CNotifyEventQueueElt *previous) | |
~CNotifyEventQueueElt () | |
CNotifyEventQueueElt * | GetNext () |
CNotifyEvent * | GetNotifyEvent () |
CNotifyEvent * | TestId (Snmp *snmp) |
Private Attributes | |
CNotifyEvent * | m_notifyevent |
class CNotifyEventQueueElt * | m_Next |
class CNotifyEventQueueElt * | m_previous |
Definition at line 163 of file notifyqueue.h.
CNotifyEventQueue::CNotifyEventQueueElt::CNotifyEventQueueElt | ( | CNotifyEvent * | notifyevent, |
CNotifyEventQueueElt * | next, | ||
CNotifyEventQueueElt * | previous | ||
) |
CNotifyEventQueue::CNotifyEventQueueElt::~CNotifyEventQueueElt | ( | ) |
|
inline |
Definition at line 171 of file notifyqueue.h.
|
inline |
Definition at line 172 of file notifyqueue.h.
CNotifyEvent* CNotifyEventQueue::CNotifyEventQueueElt::TestId | ( | Snmp * | snmp | ) |
|
private |
Definition at line 178 of file notifyqueue.h.
|
private |
Definition at line 177 of file notifyqueue.h.
|
private |
Definition at line 179 of file notifyqueue.h.