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

#include <vm_interface.h>

Inheritance diagram for VmInterface::AllowedAddressPairList:
Collaboration diagram for VmInterface::AllowedAddressPairList:

Public Member Functions

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

Public Attributes

AllowedAddressPairSet list_
 

Detailed Description

Definition at line 756 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterface::AllowedAddressPairList::AllowedAddressPairList ( )
inline

Definition at line 757 of file vm_interface.h.

VmInterface::AllowedAddressPairList::~AllowedAddressPairList ( )
inline

Definition at line 758 of file vm_interface.h.

Member Function Documentation

void VmInterface::AllowedAddressPairList::Insert ( const AllowedAddressPair rhs)

Definition at line 2575 of file vm_interface.cc.

void VmInterface::AllowedAddressPairList::Remove ( AllowedAddressPairSet::iterator &  it)

Definition at line 2589 of file vm_interface.cc.

void VmInterface::AllowedAddressPairList::Update ( const AllowedAddressPair lhs,
const AllowedAddressPair rhs 
)

Definition at line 2580 of file vm_interface.cc.

Here is the call graph for this function:

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

Definition at line 2594 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

AllowedAddressPairSet VmInterface::AllowedAddressPairList::list_

Definition at line 768 of file vm_interface.h.


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