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

#include <vxlan.h>

Inheritance diagram for VxLanIdKey:
Collaboration diagram for VxLanIdKey:

Public Member Functions

 VxLanIdKey (uint32_t vxlan_id)
 
virtual ~VxLanIdKey ()
 
uint32_t vxlan_id () const
 
- Public Member Functions inherited from AgentKey
 AgentKey ()
 
 AgentKey (DBSubOperation sub_op)
 
virtual ~AgentKey ()
 
- Public Member Functions inherited from DBRequestKey
virtual ~DBRequestKey ()
 

Private Attributes

uint32_t vxlan_id_
 

Additional Inherited Members

- Public Types inherited from AgentKey
enum  DBSubOperation { ADD_DEL_CHANGE, RESYNC }
 
- Public Attributes inherited from AgentKey
uint8_t sub_op_
 

Detailed Description

Definition at line 45 of file vxlan.h.

Constructor & Destructor Documentation

VxLanIdKey::VxLanIdKey ( uint32_t  vxlan_id)
inline

Definition at line 47 of file vxlan.h.

virtual VxLanIdKey::~VxLanIdKey ( )
inlinevirtual

Definition at line 49 of file vxlan.h.

Member Function Documentation

uint32_t VxLanIdKey::vxlan_id ( ) const
inline

Definition at line 50 of file vxlan.h.

Member Data Documentation

uint32_t VxLanIdKey::vxlan_id_
private

Definition at line 53 of file vxlan.h.


The documentation for this class was generated from the following file: