OpenSDN source code
|
#include <bgp_update.h>
Public Member Functions | |
UpdateInfo () | |
UpdateInfo (const RibPeerSet &target) | |
UpdateInfo (const RibPeerSet &target, RibOutAttr &roattr) | |
void | clear () |
void | swap (UpdateInfo &rhs) |
Public Attributes | |
boost::intrusive::slist_member_hook | slist_node |
boost::intrusive::set_member_hook | update_node |
RibOutAttr | roattr |
RibPeerSet | target |
RouteUpdate * | update |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (UpdateInfo) | |
Definition at line 71 of file bgp_update.h.
|
inline |
Definition at line 72 of file bgp_update.h.
|
inlineexplicit |
Definition at line 73 of file bgp_update.h.
|
inline |
Definition at line 77 of file bgp_update.h.
|
inline |
|
private |
|
inline |
Definition at line 88 of file bgp_update.h.
RibOutAttr UpdateInfo::roattr |
Definition at line 100 of file bgp_update.h.
boost::intrusive::slist_member_hook UpdateInfo::slist_node |
Definition at line 94 of file bgp_update.h.
RibPeerSet UpdateInfo::target |
Definition at line 103 of file bgp_update.h.
RouteUpdate* UpdateInfo::update |
Definition at line 106 of file bgp_update.h.
boost::intrusive::set_member_hook UpdateInfo::update_node |
Definition at line 97 of file bgp_update.h.