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

#include <vm_interface.h>

Public Member Functions

 FatFlowList ()
 
 ~FatFlowList ()
 
void Insert (const FatFlowEntry *rhs)
 
void Update (const FatFlowEntry *lhs, const FatFlowEntry *rhs)
 
void Remove (FatFlowEntrySet::iterator &it)
 
bool UpdateList (const Agent *agent, VmInterface *vmi)
 
void DumpList () const
 

Public Attributes

FatFlowEntrySet list_
 

Detailed Description

Definition at line 1113 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterface::FatFlowList::FatFlowList ( )
inline

Definition at line 1114 of file vm_interface.h.

VmInterface::FatFlowList::~FatFlowList ( )
inline

Definition at line 1115 of file vm_interface.h.

Member Function Documentation

void VmInterface::FatFlowList::DumpList ( void  ) const

Definition at line 958 of file vm_interface.cc.

void VmInterface::FatFlowList::Insert ( const FatFlowEntry rhs)

Definition at line 926 of file vm_interface.cc.

void VmInterface::FatFlowList::Remove ( FatFlowEntrySet::iterator &  it)

Definition at line 942 of file vm_interface.cc.

void VmInterface::FatFlowList::Update ( const FatFlowEntry lhs,
const FatFlowEntry rhs 
)

Definition at line 930 of file vm_interface.cc.

bool VmInterface::FatFlowList::UpdateList ( const Agent agent,
VmInterface vmi 
)

Definition at line 946 of file vm_interface.cc.

Member Data Documentation

FatFlowEntrySet VmInterface::FatFlowList::list_

Definition at line 1122 of file vm_interface.h.


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