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

#include <vm_interface.h>

Inheritance diagram for VmInterface::VmiReceiveRouteList:
Collaboration diagram for VmInterface::VmiReceiveRouteList:

Public Member Functions

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

Public Attributes

VmiReceiveRouteSet list_
 

Detailed Description

Definition at line 1205 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterface::VmiReceiveRouteList::VmiReceiveRouteList ( )
inline

Definition at line 1206 of file vm_interface.h.

VmInterface::VmiReceiveRouteList::~VmiReceiveRouteList ( )
inline

Definition at line 1207 of file vm_interface.h.

Member Function Documentation

void VmInterface::VmiReceiveRouteList::Insert ( const VmiReceiveRoute rhs)

Definition at line 3248 of file vm_interface.cc.

void VmInterface::VmiReceiveRouteList::Remove ( VmiReceiveRouteSet::iterator &  it)

Definition at line 3257 of file vm_interface.cc.

void VmInterface::VmiReceiveRouteList::Update ( const VmiReceiveRoute lhs,
const VmiReceiveRoute rhs 
)

Definition at line 3252 of file vm_interface.cc.

Here is the call graph for this function:

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

Definition at line 3261 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

VmiReceiveRouteSet VmInterface::VmiReceiveRouteList::list_

Definition at line 1215 of file vm_interface.h.


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