OpenSDN source code
|
#include <packet_interface.h>
Public Member Functions | |
PacketInterfaceKey (const boost::uuids::uuid &uuid, const std::string &name) | |
virtual | ~PacketInterfaceKey () |
Interface * | AllocEntry (const InterfaceTable *table) const |
Interface * | AllocEntry (const InterfaceTable *table, const InterfaceData *data) const |
InterfaceKey * | Clone () const |
![]() | |
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 42 of file packet_interface.h.
|
inline |
Definition at line 43 of file packet_interface.h.
|
inlinevirtual |
Definition at line 49 of file packet_interface.h.
|
inlinevirtual |
Implements InterfaceKey.
Definition at line 51 of file packet_interface.h.
|
inlinevirtual |
Implements InterfaceKey.
Definition at line 54 of file packet_interface.h.
|
inlinevirtual |
Implements InterfaceKey.
Definition at line 59 of file packet_interface.h.