OpenSDN source code
|
#include <event_notifier.h>
Public Types | |
typedef boost::shared_ptr < EventNotifyKey > | KeyPtr |
typedef boost::shared_ptr < EventNotifyHandle > | Ptr |
typedef boost::function< bool(void)> | Callback |
Public Member Functions | |
EventNotifyHandle (KeyPtr key, Callback cb) | |
virtual | ~EventNotifyHandle () |
KeyPtr | key () const |
void | Notify () const |
Private Attributes | |
KeyPtr | key_ |
Callback | cb_ |
Definition at line 56 of file event_notifier.h.
typedef boost::function<bool(void)> EventNotifyHandle::Callback |
Definition at line 59 of file event_notifier.h.
typedef boost::shared_ptr<EventNotifyKey> EventNotifyHandle::KeyPtr |
Definition at line 57 of file event_notifier.h.
typedef boost::shared_ptr<EventNotifyHandle> EventNotifyHandle::Ptr |
Definition at line 58 of file event_notifier.h.
Definition at line 9 of file event_notifier.cc.
|
virtual |
Definition at line 13 of file event_notifier.cc.
|
inline |
Definition at line 63 of file event_notifier.h.
|
inline |
Definition at line 64 of file event_notifier.h.
|
private |
Definition at line 68 of file event_notifier.h.
|
private |
Definition at line 67 of file event_notifier.h.