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

PathPreferenceIntfState::RouteAddrList::RouteAddrList ( )

Definition at line 493 of file path_preference.cc.

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

Definition at line 498 of file path_preference.cc.

Member Function Documentation

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

Definition at line 503 of file path_preference.cc.

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

Definition at line 520 of file path_preference.cc.

Member Data Documentation

Address::Family PathPreferenceIntfState::RouteAddrList::family_

Definition at line 163 of file path_preference.h.

IpAddress PathPreferenceIntfState::RouteAddrList::ip_

Definition at line 164 of file path_preference.h.

uint32_t PathPreferenceIntfState::RouteAddrList::plen_

Definition at line 165 of file path_preference.h.

bool PathPreferenceIntfState::RouteAddrList::seen_
mutable

Definition at line 167 of file path_preference.h.

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: