OpenSDN source code
|
#include <logical_interface.h>
Public Member Functions | |
VlanLogicalInterfaceKey (const boost::uuids::uuid &uuid, const std::string &name) | |
virtual | ~VlanLogicalInterfaceKey () |
virtual LogicalInterface * | AllocEntry (const InterfaceTable *table) const |
virtual LogicalInterface * | AllocEntry (const InterfaceTable *table, const InterfaceData *data) const |
virtual InterfaceKey * | Clone () const |
![]() | |
LogicalInterfaceKey (const boost::uuids::uuid &uuid, const std::string &name) | |
virtual | ~LogicalInterfaceKey () |
![]() | |
InterfaceKey (const InterfaceKey &rhs) | |
InterfaceKey (AgentKey::DBSubOperation sub_op, Interface::Type type, const boost::uuids::uuid &uuid, const std::string &name, bool is_mcast) | |
void | Init (Interface::Type type, const boost::uuids::uuid &intf_uuid, const std::string &name) |
bool | IsLess (const InterfaceKey &rhs) const |
bool | IsEqual (const InterfaceKey &rhs) const |
![]() | |
AgentOperDBKey () | |
AgentOperDBKey (DBSubOperation sub_op) | |
virtual | ~AgentOperDBKey () |
![]() | |
AgentKey () | |
AgentKey (DBSubOperation sub_op) | |
virtual | ~AgentKey () |
![]() | |
virtual | ~DBRequestKey () |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
Interface::Type | type_ |
boost::uuids::uuid | uuid_ |
std::string | name_ |
![]() | |
uint8_t | sub_op_ |
Definition at line 82 of file logical_interface.h.
|
explicit |
Definition at line 202 of file logical_interface.cc.
|
virtual |
Definition at line 207 of file logical_interface.cc.
|
virtual |
Implements InterfaceKey.
Definition at line 211 of file logical_interface.cc.
|
virtual |
Implements InterfaceKey.
Definition at line 217 of file logical_interface.cc.
|
virtual |
Implements InterfaceKey.
Definition at line 229 of file logical_interface.cc.