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

#include <bfd_common.h>

Public Member Functions

 SessionIndex (uint32_t if_index=0, uint32_t vrf_index=0)
 
bool operator< (const SessionIndex &other) const
 
const std::string to_string () const
 

Public Attributes

uint32_t if_index
 
uint32_t vrf_index
 

Detailed Description

Definition at line 65 of file bfd_common.h.

Constructor & Destructor Documentation

BFD::SessionIndex::SessionIndex ( uint32_t  if_index = 0,
uint32_t  vrf_index = 0 
)
inline

Definition at line 67 of file bfd_common.h.

Member Function Documentation

bool BFD::SessionIndex::operator< ( const SessionIndex other) const
inline

Definition at line 69 of file bfd_common.h.

const std::string BFD::SessionIndex::to_string ( ) const
inline

Definition at line 75 of file bfd_common.h.

Member Data Documentation

uint32_t BFD::SessionIndex::if_index

Definition at line 81 of file bfd_common.h.

uint32_t BFD::SessionIndex::vrf_index

Definition at line 82 of file bfd_common.h.


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