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

#include <bgp_peer_key.h>

Collaboration diagram for BgpPeerKey:

Public Member Functions

 BgpPeerKey ()
 
 BgpPeerKey (const BgpNeighborConfig *config)
 
bool operator< (const BgpPeerKey &rhs) const
 
bool operator> (const BgpPeerKey &rhs) const
 
bool operator== (const BgpPeerKey &rhs) const
 
bool operator!= (const BgpPeerKey &rhs) const
 
uint32_t address () const
 

Public Attributes

boost::asio::ip::tcp::endpoint endpoint
 
boost::uuids::uuid uuid
 

Detailed Description

Definition at line 13 of file bgp_peer_key.h.

Constructor & Destructor Documentation

BgpPeerKey::BgpPeerKey ( )

Definition at line 16 of file bgp_peer_key.cc.

BgpPeerKey::BgpPeerKey ( const BgpNeighborConfig config)
explicit

Definition at line 21 of file bgp_peer_key.cc.

Here is the call graph for this function:

Member Function Documentation

uint32_t BgpPeerKey::address ( ) const
inline

Definition at line 22 of file bgp_peer_key.h.

bool BgpPeerKey::operator!= ( const BgpPeerKey rhs) const

Definition at line 61 of file bgp_peer_key.cc.

bool BgpPeerKey::operator< ( const BgpPeerKey rhs) const

Definition at line 43 of file bgp_peer_key.cc.

bool BgpPeerKey::operator== ( const BgpPeerKey rhs) const

Definition at line 57 of file bgp_peer_key.cc.

bool BgpPeerKey::operator> ( const BgpPeerKey rhs) const

Definition at line 50 of file bgp_peer_key.cc.

Member Data Documentation

boost::asio::ip::tcp::endpoint BgpPeerKey::endpoint

Definition at line 24 of file bgp_peer_key.h.

boost::uuids::uuid BgpPeerKey::uuid

Definition at line 25 of file bgp_peer_key.h.


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