OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EventNotifyKey Struct Reference

#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_
 

Detailed Description

Definition at line 39 of file event_notifier.h.

Member Enumeration Documentation

Enumerator
END_OF_RIB 
GENERIC 

Definition at line 41 of file event_notifier.h.

Constructor & Destructor Documentation

EventNotifyKey::EventNotifyKey ( Type  type)

Definition at line 118 of file event_notifier.cc.

EventNotifyKey::~EventNotifyKey ( )
virtual

Definition at line 122 of file event_notifier.cc.

Member Function Documentation

bool EventNotifyKey::IsLess ( const EventNotifyKey rhs) const
virtual

Definition at line 125 of file event_notifier.cc.

Here is the call graph for this function:

Type EventNotifyKey::type ( ) const
inline

Definition at line 49 of file event_notifier.h.

Member Data Documentation

tbb::atomic<int> EventNotifyKey::ref_count_
private

Definition at line 52 of file event_notifier.h.

Type EventNotifyKey::type_
private

Definition at line 53 of file event_notifier.h.


The documentation for this struct was generated from the following files: