OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

VmInterface::ListEntry::ListEntry ( )
inline

Definition at line 472 of file vm_interface.h.

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

Definition at line 473 of file vm_interface.h.

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

Definition at line 474 of file vm_interface.h.

Member Function Documentation

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

Definition at line 476 of file vm_interface.h.

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:

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

Definition at line 477 of file vm_interface.h.

Member Data Documentation

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: