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

#include <vm_interface.h>

Inheritance diagram for VmInterface::ServiceVlanList:
Collaboration diagram for VmInterface::ServiceVlanList:

Public Member Functions

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

Public Attributes

ServiceVlanSet list_
 

Detailed Description

Definition at line 666 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterface::ServiceVlanList::ServiceVlanList ( )
inline

Definition at line 667 of file vm_interface.h.

VmInterface::ServiceVlanList::~ServiceVlanList ( )
inline

Definition at line 668 of file vm_interface.h.

Member Function Documentation

void VmInterface::ServiceVlanList::Insert ( const ServiceVlan rhs)

Definition at line 2805 of file vm_interface.cc.

void VmInterface::ServiceVlanList::Remove ( ServiceVlanSet::iterator &  it)

Definition at line 2839 of file vm_interface.cc.

void VmInterface::ServiceVlanList::Update ( const ServiceVlan lhs,
const ServiceVlan rhs 
)

Definition at line 2809 of file vm_interface.cc.

Here is the call graph for this function:

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

Definition at line 2844 of file vm_interface.cc.

Member Data Documentation

ServiceVlanSet VmInterface::ServiceVlanList::list_

Definition at line 676 of file vm_interface.h.


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