OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Definition at line 107 of file vxlan.h.

VxLanTable::ConfigKey::ConfigKey ( )
inline

Definition at line 110 of file vxlan.h.

Member Function Documentation

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

Definition at line 112 of file vxlan.h.

Member Data Documentation

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

Definition at line 120 of file vxlan.h.

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: