OpenSDN source code
PathPreferenceIntfState::RouteAddrList Struct Reference

#include <path_preference.h>

Collaboration diagram for PathPreferenceIntfState::RouteAddrList:

Public Member Functions

 RouteAddrList ()
 
 RouteAddrList (const Address::Family &family, const IpAddress &ip, uint32_t plen, const std::string &vrf)
 
bool operator< (const RouteAddrList &rhs) const
 
bool operator== (const RouteAddrList &rhs) const
 

Public Attributes

Address::Family family_
 
IpAddress ip_
 
uint32_t plen_
 
std::string vrf_name_
 
bool seen_
 

Detailed Description

Definition at line 156 of file path_preference.h.

Constructor & Destructor Documentation

◆ RouteAddrList() [1/2]

PathPreferenceIntfState::RouteAddrList::RouteAddrList ( )

Definition at line 493 of file path_preference.cc.

◆ RouteAddrList() [2/2]

PathPreferenceIntfState::RouteAddrList::RouteAddrList ( const Address::Family family,
const IpAddress ip,
uint32_t  plen,
const std::string &  vrf 
)

Definition at line 497 of file path_preference.cc.

Member Function Documentation

◆ operator<()

bool PathPreferenceIntfState::RouteAddrList::operator< ( const RouteAddrList rhs) const

Definition at line 503 of file path_preference.cc.

◆ operator==()

bool PathPreferenceIntfState::RouteAddrList::operator== ( const RouteAddrList rhs) const

Definition at line 520 of file path_preference.cc.

Member Data Documentation

◆ family_

Address::Family PathPreferenceIntfState::RouteAddrList::family_

Definition at line 163 of file path_preference.h.

◆ ip_

IpAddress PathPreferenceIntfState::RouteAddrList::ip_

Definition at line 164 of file path_preference.h.

◆ plen_

uint32_t PathPreferenceIntfState::RouteAddrList::plen_

Definition at line 165 of file path_preference.h.

◆ seen_

bool PathPreferenceIntfState::RouteAddrList::seen_
mutable

Definition at line 167 of file path_preference.h.

◆ vrf_name_

std::string PathPreferenceIntfState::RouteAddrList::vrf_name_

Definition at line 166 of file path_preference.h.


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