|
OpenSDN source code
|
#include <vnswif_listener_base.h>


Public Member Functions | |
| void | Add (VnswInterfaceListenerBase *base, const VnEntry *vn) |
| void | Delete (VnswInterfaceListenerBase *base) |
| void | Enqueue (VnswInterfaceListenerBase *base, const VnIpam &entry, const Event::Type event) |
Public Member Functions inherited from DBState | |
| virtual | ~DBState () |
Private Attributes | |
| std::set< VnIpam > | ipam_list_ |
Definition at line 110 of file vnswif_listener_base.h.
| void VnswInterfaceListenerBase::VnDBState::Add | ( | VnswInterfaceListenerBase * | base, |
| const VnEntry * | vn | ||
| ) |
| void VnswInterfaceListenerBase::VnDBState::Delete | ( | VnswInterfaceListenerBase * | base | ) |
| void VnswInterfaceListenerBase::VnDBState::Enqueue | ( | VnswInterfaceListenerBase * | base, |
| const VnIpam & | entry, | ||
| const Event::Type | event | ||
| ) |
|
private |
Definition at line 117 of file vnswif_listener_base.h.