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

#include <path_preference.h>

Inheritance diagram for PathPreferenceIntfState:
Collaboration diagram for PathPreferenceIntfState:

Classes

struct  RouteAddrList
 

Public Member Functions

 PathPreferenceIntfState (const VmInterface *intf)
 
uint32_t DependentRouteListSize () const
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Private Attributes

const VmInterfaceintf_
 
RouteAddrList instance_ip_
 
std::set< RouteAddrListdependent_rt_
 

Detailed Description

Definition at line 154 of file path_preference.h.

Constructor & Destructor Documentation

PathPreferenceIntfState::PathPreferenceIntfState ( const VmInterface intf)

Definition at line 529 of file path_preference.cc.

Member Function Documentation

uint32_t PathPreferenceIntfState::DependentRouteListSize ( ) const
inline

Definition at line 169 of file path_preference.h.

Member Data Documentation

std::set<RouteAddrList> PathPreferenceIntfState::dependent_rt_
private

Definition at line 173 of file path_preference.h.

RouteAddrList PathPreferenceIntfState::instance_ip_
private

Definition at line 172 of file path_preference.h.

const VmInterface* PathPreferenceIntfState::intf_
private

Definition at line 171 of file path_preference.h.


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