|
SNMP++
3.3.4
|

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 172 of file eventlist.h.
| CEventList::CEventListElt::CEventListElt | ( | CEvents * | events, |
| CEventListElt * | next, | ||
| CEventListElt * | previous | ||
| ) |
| CEventList::CEventListElt::~CEventListElt | ( | ) |
|
inline |
Definition at line 181 of file eventlist.h.
|
inline |
Definition at line 180 of file eventlist.h.
|
private |
Definition at line 185 of file eventlist.h.
|
private |
Definition at line 186 of file eventlist.h.
|
private |
Definition at line 187 of file eventlist.h.