OpenSDN source code
|
#include <bgp_update.h>
Public Types | |
typedef boost::intrusive::member_hook < UpdateInfo, boost::intrusive::slist_member_hook <>,&UpdateInfo::slist_node > | Node |
typedef boost::intrusive::slist < UpdateInfo, Node, boost::intrusive::linear< true > > | List |
Public Member Functions | |
UpdateInfoSList () | |
~UpdateInfoSList () | |
const UpdateInfo * | FindUpdateInfo (const RibOutAttr &roattr) const |
List * | operator-> () |
const List * | operator-> () const |
void | swap (UpdateInfoSList &uinfo_slist) |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (UpdateInfoSList) | |
Private Attributes | |
List | list_ |
Definition at line 135 of file bgp_update.h.
typedef boost::intrusive::slist< UpdateInfo, Node, boost::intrusive::linear<true> > UpdateInfoSList::List |
Definition at line 146 of file bgp_update.h.
typedef boost::intrusive::member_hook< UpdateInfo, boost::intrusive::slist_member_hook<>, &UpdateInfo::slist_node > UpdateInfoSList::Node |
Definition at line 141 of file bgp_update.h.
|
inline |
Definition at line 148 of file bgp_update.h.
|
inline |
Definition at line 149 of file bgp_update.h.
|
private |
const UpdateInfo * UpdateInfoSList::FindUpdateInfo | ( | const RibOutAttr & | roattr | ) | const |
Definition at line 13 of file bgp_update.cc.
|
inline |
Definition at line 152 of file bgp_update.h.
|
inline |
Definition at line 153 of file bgp_update.h.
|
inline |
Definition at line 154 of file bgp_update.h.
|
private |
Definition at line 157 of file bgp_update.h.