OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UpdateList Class Reference

#include <bgp_update.h>

Inheritance diagram for UpdateList:
Collaboration diagram for UpdateList:

Public Types

typedef std::list< RouteUpdate * > List
 

Public Member Functions

 UpdateList ()
 
AdvertiseSListHistory ()
 
const AdvertiseSListHistory () const
 
void SetHistory (AdvertiseSList &history)
 
void SwapHistory (AdvertiseSList &history)
 
void MoveHistory (RouteState *rstate)
 
void MoveHistory (RouteUpdate *rt_update)
 
const AdvertiseInfoFindHistory (const RibOutAttr &roattr) const
 
ListGetList ()
 
const ListGetList () const
 
void AddUpdate (RouteUpdate *rt_update)
 
void RemoveUpdate (RouteUpdate *rt_update)
 
RouteUpdateFindUpdate (int queue_id)
 
RouteUpdateMakeRouteUpdate ()
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (UpdateList)
 

Private Attributes

AdvertiseSList history_
 
List list_
 

Friends

class RibUpdateMonitor
 

Detailed Description

Definition at line 268 of file bgp_update.h.

Member Typedef Documentation

typedef std::list<RouteUpdate *> UpdateList::List

Definition at line 270 of file bgp_update.h.

Constructor & Destructor Documentation

UpdateList::UpdateList ( )
inline

Definition at line 272 of file bgp_update.h.

Member Function Documentation

void UpdateList::AddUpdate ( RouteUpdate rt_update)

Definition at line 458 of file bgp_update.cc.

Here is the call graph for this function:

UpdateList::DISALLOW_COPY_AND_ASSIGN ( UpdateList  )
private
const AdvertiseInfo * UpdateList::FindHistory ( const RibOutAttr roattr) const

Definition at line 444 of file bgp_update.cc.

RouteUpdate * UpdateList::FindUpdate ( int  queue_id)

Definition at line 475 of file bgp_update.cc.

List* UpdateList::GetList ( )
inline

Definition at line 283 of file bgp_update.h.

const List* UpdateList::GetList ( ) const
inline

Definition at line 284 of file bgp_update.h.

AdvertiseSList& UpdateList::History ( )
inline

Definition at line 274 of file bgp_update.h.

const AdvertiseSList& UpdateList::History ( ) const
inline

Definition at line 275 of file bgp_update.h.

RouteUpdate * UpdateList::MakeRouteUpdate ( )

Definition at line 492 of file bgp_update.cc.

Here is the call graph for this function:

void UpdateList::MoveHistory ( RouteState rstate)

Definition at line 426 of file bgp_update.cc.

Here is the call graph for this function:

void UpdateList::MoveHistory ( RouteUpdate rt_update)

Definition at line 435 of file bgp_update.cc.

Here is the call graph for this function:

void UpdateList::RemoveUpdate ( RouteUpdate rt_update)

Definition at line 467 of file bgp_update.cc.

Here is the call graph for this function:

void UpdateList::SetHistory ( AdvertiseSList history)

Definition at line 418 of file bgp_update.cc.

Here is the call graph for this function:

void UpdateList::SwapHistory ( AdvertiseSList history)
inline

Definition at line 278 of file bgp_update.h.

Here is the call graph for this function:

Friends And Related Function Documentation

friend class RibUpdateMonitor
friend

Definition at line 292 of file bgp_update.h.

Member Data Documentation

AdvertiseSList UpdateList::history_
private

Definition at line 294 of file bgp_update.h.

List UpdateList::list_
private

Definition at line 295 of file bgp_update.h.


The documentation for this class was generated from the following files: