OpenSDN source code
UpdateInfo Struct Reference

#include <bgp_update.h>

Collaboration diagram for UpdateInfo:

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
 
RouteUpdateupdate
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (UpdateInfo)
 

Detailed Description

Definition at line 71 of file bgp_update.h.

Constructor & Destructor Documentation

◆ UpdateInfo() [1/3]

UpdateInfo::UpdateInfo ( )
inline

Definition at line 72 of file bgp_update.h.

◆ UpdateInfo() [2/3]

UpdateInfo::UpdateInfo ( const RibPeerSet target)
inlineexplicit

Definition at line 73 of file bgp_update.h.

◆ UpdateInfo() [3/3]

UpdateInfo::UpdateInfo ( const RibPeerSet target,
RibOutAttr roattr 
)
inline

Definition at line 77 of file bgp_update.h.

Member Function Documentation

◆ clear()

void UpdateInfo::clear ( )
inline

Definition at line 83 of file bgp_update.h.

Here is the call graph for this function:

◆ DISALLOW_COPY_AND_ASSIGN()

UpdateInfo::DISALLOW_COPY_AND_ASSIGN ( UpdateInfo  )
private

◆ swap()

void UpdateInfo::swap ( UpdateInfo rhs)
inline

Definition at line 88 of file bgp_update.h.

Member Data Documentation

◆ roattr

RibOutAttr UpdateInfo::roattr

Definition at line 100 of file bgp_update.h.

◆ slist_node

boost::intrusive::slist_member_hook UpdateInfo::slist_node

Definition at line 94 of file bgp_update.h.

◆ target

RibPeerSet UpdateInfo::target

Definition at line 103 of file bgp_update.h.

◆ update

RouteUpdate* UpdateInfo::update

Definition at line 106 of file bgp_update.h.

◆ update_node

boost::intrusive::set_member_hook UpdateInfo::update_node

Definition at line 97 of file bgp_update.h.


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