OpenSDN source code
|
#include <port_subscribe_table.h>
Public Member Functions | |
VmVnUuidEntry (const boost::uuids::uuid &vm_uuid, const boost::uuids::uuid &vn_uuid, const boost::uuids::uuid &vmi_uuid) | |
VmVnUuidEntry () | |
virtual | ~VmVnUuidEntry () |
Public Attributes | |
boost::uuids::uuid | vm_uuid_ |
boost::uuids::uuid | vn_uuid_ |
boost::uuids::uuid | vmi_uuid_ |
Definition at line 191 of file port_subscribe_table.h.
|
inline |
Definition at line 196 of file port_subscribe_table.h.
|
inline |
Definition at line 201 of file port_subscribe_table.h.
|
inlinevirtual |
Definition at line 206 of file port_subscribe_table.h.
boost::uuids::uuid PortSubscribeTable::VmVnUuidEntry::vm_uuid_ |
Definition at line 192 of file port_subscribe_table.h.
boost::uuids::uuid PortSubscribeTable::VmVnUuidEntry::vmi_uuid_ |
Definition at line 194 of file port_subscribe_table.h.
boost::uuids::uuid PortSubscribeTable::VmVnUuidEntry::vn_uuid_ |
Definition at line 193 of file port_subscribe_table.h.