OpenSDN source code
|
#include <bgp_peer_key.h>
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 |
Definition at line 13 of file bgp_peer_key.h.
BgpPeerKey::BgpPeerKey | ( | ) |
Definition at line 16 of file bgp_peer_key.cc.
|
explicit |
|
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.
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.