OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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::UpdateInfo ( )
inline

Definition at line 72 of file bgp_update.h.

UpdateInfo::UpdateInfo ( const RibPeerSet target)
inlineexplicit

Definition at line 73 of file bgp_update.h.

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

Definition at line 77 of file bgp_update.h.

Member Function Documentation

void UpdateInfo::clear ( )
inline

Definition at line 83 of file bgp_update.h.

Here is the call graph for this function:

UpdateInfo::DISALLOW_COPY_AND_ASSIGN ( UpdateInfo  )
private
void UpdateInfo::swap ( UpdateInfo rhs)
inline

Definition at line 88 of file bgp_update.h.

Member Data Documentation

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.


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