OpenSDN source code
VmInterface::ListEntry Struct Reference

#include <vm_interface.h>

Inheritance diagram for VmInterface::ListEntry:

Public Member Functions

 ListEntry ()
 
 ListEntry (bool del_pending)
 
virtual ~ListEntry ()
 
bool del_pending () const
 
void set_del_pending (bool val) const
 
VmInterfaceState::Op GetOp (VmInterfaceState::Op op) const
 

Public Attributes

bool del_pending_
 

Detailed Description

Definition at line 471 of file vm_interface.h.

Constructor & Destructor Documentation

◆ ListEntry() [1/2]

VmInterface::ListEntry::ListEntry ( )
inline

Definition at line 472 of file vm_interface.h.

◆ ListEntry() [2/2]

VmInterface::ListEntry::ListEntry ( bool  del_pending)
inline

Definition at line 473 of file vm_interface.h.

◆ ~ListEntry()

virtual VmInterface::ListEntry::~ListEntry ( )
inlinevirtual

Definition at line 474 of file vm_interface.h.

Member Function Documentation

◆ del_pending()

bool VmInterface::ListEntry::del_pending ( ) const
inline

Definition at line 476 of file vm_interface.h.

◆ GetOp()

VmInterfaceState::Op VmInterface::ListEntry::GetOp ( VmInterfaceState::Op  op) const

Definition at line 619 of file vm_interface.cc.

Here is the call graph for this function:

◆ set_del_pending()

void VmInterface::ListEntry::set_del_pending ( bool  val) const
inline

Definition at line 477 of file vm_interface.h.

Member Data Documentation

◆ del_pending_

bool VmInterface::ListEntry::del_pending_
mutable

Definition at line 480 of file vm_interface.h.


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