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

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

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

Definition at line 367 of file bgp_update_sender.cc.

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

Definition at line 89 of file bgp_update_sender.cc.

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

Definition at line 81 of file bgp_update_sender.cc.

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

Definition at line 75 of file bgp_update_sender.cc.

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

Definition at line 77 of file bgp_update_sender.cc.

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

friend class boost::iterator_core_access
friend

Definition at line 80 of file bgp_update_sender.cc.

Member Data Documentation

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

Definition at line 96 of file bgp_update_sender.cc.

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

Definition at line 94 of file bgp_update_sender.cc.

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: