|
OpenSDN source code
|
#include <remote_physical_interface.h>


Public Member Functions | |
| RemotePhysicalInterfaceKey (const std::string &name) | |
| ~RemotePhysicalInterfaceKey () | |
| Interface * | AllocEntry (const InterfaceTable *table) const |
| Interface * | AllocEntry (const InterfaceTable *table, const InterfaceData *data) const |
| InterfaceKey * | Clone () const |
Public Member Functions inherited from InterfaceKey | |
| 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 |
Public Member Functions inherited from AgentOperDBKey | |
| AgentOperDBKey () | |
| AgentOperDBKey (DBSubOperation sub_op) | |
| virtual | ~AgentOperDBKey () |
Public Member Functions inherited from AgentKey | |
| AgentKey () | |
| AgentKey (DBSubOperation sub_op) | |
| virtual | ~AgentKey () |
Public Member Functions inherited from DBRequestKey | |
| virtual | ~DBRequestKey () |
Additional Inherited Members | |
Public Types inherited from AgentKey | |
| enum | DBSubOperation { ADD_DEL_CHANGE , RESYNC } |
Public Attributes inherited from InterfaceKey | |
| Interface::Type | type_ |
| boost::uuids::uuid | uuid_ |
| std::string | name_ |
Public Attributes inherited from AgentKey | |
| uint8_t | sub_op_ |
Definition at line 49 of file remote_physical_interface.h.
| RemotePhysicalInterfaceKey::RemotePhysicalInterfaceKey | ( | const std::string & | name | ) |
Definition at line 88 of file remote_physical_interface.cc.
| RemotePhysicalInterfaceKey::~RemotePhysicalInterfaceKey | ( | ) |
Definition at line 93 of file remote_physical_interface.cc.
|
virtual |
Implements InterfaceKey.
Definition at line 96 of file remote_physical_interface.cc.
|
virtual |
Implements InterfaceKey.
Definition at line 101 of file remote_physical_interface.cc.

|
virtual |
Implements InterfaceKey.
Definition at line 113 of file remote_physical_interface.cc.
