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

#include <vm_interface.h>

Inheritance diagram for VmInterface::StaticRouteList:
Collaboration diagram for VmInterface::StaticRouteList:

Public Member Functions

 StaticRouteList ()
 
 ~StaticRouteList ()
 
void Insert (const StaticRoute *rhs)
 
void Update (const StaticRoute *lhs, const StaticRoute *rhs)
 
void Remove (StaticRouteSet::iterator &it)
 
bool UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op)
 

Public Attributes

StaticRouteSet list_
 

Detailed Description

Definition at line 703 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterface::StaticRouteList::StaticRouteList ( )
inline

Definition at line 704 of file vm_interface.h.

VmInterface::StaticRouteList::~StaticRouteList ( )
inline

Definition at line 705 of file vm_interface.h.

Member Function Documentation

void VmInterface::StaticRouteList::Insert ( const StaticRoute rhs)

Definition at line 2414 of file vm_interface.cc.

void VmInterface::StaticRouteList::Remove ( StaticRouteSet::iterator &  it)

Definition at line 2426 of file vm_interface.cc.

void VmInterface::StaticRouteList::Update ( const StaticRoute lhs,
const StaticRoute rhs 
)

Definition at line 2418 of file vm_interface.cc.

Here is the call graph for this function:

bool VmInterface::StaticRouteList::UpdateList ( const Agent agent,
VmInterface vmi,
VmInterfaceState::Op  l2_force_op,
VmInterfaceState::Op  l3_force_op 
)

Definition at line 2431 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

StaticRouteSet VmInterface::StaticRouteList::list_

Definition at line 713 of file vm_interface.h.


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