#include <rib/rib-update.hpp>
Public Types | |
enum | Action { REGISTER = 0, UNREGISTER = 1, REMOVE_FACE = 2 } |
Public Member Functions | |
RibUpdate () | |
Action | getAction () const |
const Name & | getName () const |
const Route & | getRoute () const |
RibUpdate & | setAction (Action action) |
RibUpdate & | setName (const Name &name) |
RibUpdate & | setRoute (const Route &route) |
represents a route that will be added to or removed from a namespace
Definition at line 40 of file rib-update.hpp.
Enumerator | |
---|---|
REGISTER | |
UNREGISTER | |
REMOVE_FACE |
An update triggered by a face destruction notification.
|
Definition at line 43 of file rib-update.hpp.
nfd::rib::RibUpdate::RibUpdate | ( | ) |
Definition at line 31 of file rib-update.cpp.
|
inline |
Definition at line 88 of file rib-update.hpp.
|
inline |
Definition at line 101 of file rib-update.hpp.
|
inline |
Definition at line 114 of file rib-update.hpp.
Definition at line 81 of file rib-update.hpp.
|
inline |
Definition at line 94 of file rib-update.hpp.
Definition at line 107 of file rib-update.hpp.