OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VlanLogicalInterfaceKey Struct Reference

#include <logical_interface.h>

Inheritance diagram for VlanLogicalInterfaceKey:
Collaboration diagram for VlanLogicalInterfaceKey:

Public Member Functions

 VlanLogicalInterfaceKey (const boost::uuids::uuid &uuid, const std::string &name)
 
virtual ~VlanLogicalInterfaceKey ()
 
virtual LogicalInterfaceAllocEntry (const InterfaceTable *table) const
 
virtual LogicalInterfaceAllocEntry (const InterfaceTable *table, const InterfaceData *data) const
 
virtual InterfaceKeyClone () const
 
- Public Member Functions inherited from LogicalInterfaceKey
 LogicalInterfaceKey (const boost::uuids::uuid &uuid, const std::string &name)
 
virtual ~LogicalInterfaceKey ()
 
- 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_
 

Detailed Description

Definition at line 82 of file logical_interface.h.

Constructor & Destructor Documentation

VlanLogicalInterfaceKey::VlanLogicalInterfaceKey ( const boost::uuids::uuid uuid,
const std::string &  name 
)
explicit

Definition at line 202 of file logical_interface.cc.

VlanLogicalInterfaceKey::~VlanLogicalInterfaceKey ( )
virtual

Definition at line 207 of file logical_interface.cc.

Member Function Documentation

LogicalInterface * VlanLogicalInterfaceKey::AllocEntry ( const InterfaceTable table) const
virtual

Implements InterfaceKey.

Definition at line 211 of file logical_interface.cc.

LogicalInterface * VlanLogicalInterfaceKey::AllocEntry ( const InterfaceTable table,
const InterfaceData data 
) const
virtual

Implements InterfaceKey.

Definition at line 217 of file logical_interface.cc.

Here is the call graph for this function:

InterfaceKey * VlanLogicalInterfaceKey::Clone ( ) const
virtual

Implements InterfaceKey.

Definition at line 229 of file logical_interface.cc.

Here is the call graph for this function:


The documentation for this struct was generated from the following files: