OpenSDN source code
BgpSenderPartition::PeerState::iterator Class Reference
Inheritance diagram for BgpSenderPartition::PeerState::iterator:
Collaboration diagram for BgpSenderPartition::PeerState::iterator:

Public Member Functions

 iterator (const RibStateMap &indexmap, Map *map, size_t index)
 
size_t index () const
 
RibStaterib_state ()
 
const PeerRibStatepeer_rib_state () const
 

Private Member Functions

void increment ()
 
bool equal (const iterator &rhs) const
 
RibOutdereference () const
 

Private Attributes

const RibStateMapindexmap_
 
Mapmap_
 
size_t index_
 

Friends

class boost::iterator_core_access
 

Detailed Description

Definition at line 69 of file bgp_update_sender.cc.

Constructor & Destructor Documentation

◆ iterator()

BgpSenderPartition::PeerState::iterator::iterator ( const RibStateMap indexmap,
Map map,
size_t  index 
)
inlineexplicit

Definition at line 72 of file bgp_update_sender.cc.

Member Function Documentation

◆ dereference()

RibOut & BgpSenderPartition::PeerState::iterator::dereference ( ) const
private

Definition at line 367 of file bgp_update_sender.cc.

◆ equal()

bool BgpSenderPartition::PeerState::iterator::equal ( const iterator rhs) const
inlineprivate

Definition at line 89 of file bgp_update_sender.cc.

◆ increment()

void BgpSenderPartition::PeerState::iterator::increment ( )
inlineprivate

Definition at line 81 of file bgp_update_sender.cc.

◆ index()

size_t BgpSenderPartition::PeerState::iterator::index ( ) const
inline

Definition at line 75 of file bgp_update_sender.cc.

◆ peer_rib_state()

const PeerRibState& BgpSenderPartition::PeerState::iterator::peer_rib_state ( ) const
inline

Definition at line 77 of file bgp_update_sender.cc.

◆ rib_state()

RibState* BgpSenderPartition::PeerState::iterator::rib_state ( )
inline

Definition at line 76 of file bgp_update_sender.cc.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ boost::iterator_core_access

friend class boost::iterator_core_access
friend

Definition at line 80 of file bgp_update_sender.cc.

Member Data Documentation

◆ index_

size_t BgpSenderPartition::PeerState::iterator::index_
private

Definition at line 96 of file bgp_update_sender.cc.

◆ indexmap_

const RibStateMap& BgpSenderPartition::PeerState::iterator::indexmap_
private

Definition at line 94 of file bgp_update_sender.cc.

◆ map_

Map* BgpSenderPartition::PeerState::iterator::map_
private

Definition at line 95 of file bgp_update_sender.cc.


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