SNMP++
3.3.11
|
Public Member Functions | |
CEventListElt (CEvents *events, CEventListElt *next, CEventListElt *previous) | |
~CEventListElt () | |
CEventListElt * | GetNext () |
CEvents * | GetEvents () |
Private Attributes | |
CEvents * | m_events |
class CEventListElt * | m_Next |
class CEventListElt * | m_previous |
Definition at line 169 of file eventlist.h.
CEventList::CEventListElt::CEventListElt | ( | CEvents * | events, |
CEventListElt * | next, | ||
CEventListElt * | previous | ||
) |
CEventList::CEventListElt::~CEventListElt | ( | ) |
|
inline |
Definition at line 178 of file eventlist.h.
|
inline |
Definition at line 177 of file eventlist.h.
|
private |
Definition at line 182 of file eventlist.h.
|
private |
Definition at line 183 of file eventlist.h.
|
private |
Definition at line 184 of file eventlist.h.