OpenSDN source code
|
#include <event_notifier.h>
Public Types | |
enum | Type { END_OF_RIB, GENERIC } |
Public Member Functions | |
EventNotifyKey (Type type) | |
virtual | ~EventNotifyKey () |
virtual bool | IsLess (const EventNotifyKey &rhs) const |
Type | type () const |
Private Attributes | |
tbb::atomic< int > | ref_count_ |
Type | type_ |
Definition at line 39 of file event_notifier.h.
enum EventNotifyKey::Type |
Enumerator | |
---|---|
END_OF_RIB | |
GENERIC |
Definition at line 41 of file event_notifier.h.
EventNotifyKey::EventNotifyKey | ( | Type | type | ) |
Definition at line 118 of file event_notifier.cc.
|
virtual |
Definition at line 122 of file event_notifier.cc.
|
virtual |
|
inline |
Definition at line 49 of file event_notifier.h.
|
private |
Definition at line 52 of file event_notifier.h.
|
private |
Definition at line 53 of file event_notifier.h.