OpenSDN source code
VxLanTable::ConfigKey Struct Reference

#include <vxlan.h>

Collaboration diagram for VxLanTable::ConfigKey:

Public Member Functions

 ConfigKey (uint32_t vxlan_id, const boost::uuids::uuid &vn)
 
 ConfigKey ()
 
bool operator() (const ConfigKey &lhs, const ConfigKey &rhs) const
 

Public Attributes

uint32_t vxlan_id_
 
boost::uuids::uuid vn_
 

Detailed Description

Definition at line 106 of file vxlan.h.

Constructor & Destructor Documentation

◆ ConfigKey() [1/2]

VxLanTable::ConfigKey::ConfigKey ( uint32_t  vxlan_id,
const boost::uuids::uuid vn 
)
inline

Definition at line 107 of file vxlan.h.

◆ ConfigKey() [2/2]

VxLanTable::ConfigKey::ConfigKey ( )
inline

Definition at line 110 of file vxlan.h.

Member Function Documentation

◆ operator()()

bool VxLanTable::ConfigKey::operator() ( const ConfigKey lhs,
const ConfigKey rhs 
) const
inline

Definition at line 112 of file vxlan.h.

Member Data Documentation

◆ vn_

boost::uuids::uuid VxLanTable::ConfigKey::vn_

Definition at line 120 of file vxlan.h.

◆ vxlan_id_

uint32_t VxLanTable::ConfigKey::vxlan_id_

Definition at line 119 of file vxlan.h.


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