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

#include <bfd_proto.h>

Collaboration diagram for BfdSessionsKey:

Public Member Functions

 BfdSessionsKey (uint32_t id, IpAddress ip)
 
 ~BfdSessionsKey ()
 
bool operator< (const BfdSessionsKey &right) const
 
bool IsLess (const BfdSessionsKey &rhs) const
 
bool IsEqual (const BfdSessionsKey &rhs) const
 

Public Attributes

uint32_t id_
 
IpAddress ip_
 

Detailed Description

Definition at line 27 of file bfd_proto.h.

Constructor & Destructor Documentation

BfdSessionsKey::BfdSessionsKey ( uint32_t  id,
IpAddress  ip 
)
inline

Definition at line 29 of file bfd_proto.h.

BfdSessionsKey::~BfdSessionsKey ( )
inline

Definition at line 33 of file bfd_proto.h.

Member Function Documentation

bool BfdSessionsKey::IsEqual ( const BfdSessionsKey rhs) const

Definition at line 51 of file bfd_proto.cc.

bool BfdSessionsKey::IsLess ( const BfdSessionsKey rhs) const

Definition at line 44 of file bfd_proto.cc.

bool BfdSessionsKey::operator< ( const BfdSessionsKey right) const
inline

Definition at line 35 of file bfd_proto.h.

Member Data Documentation

uint32_t BfdSessionsKey::id_

Definition at line 46 of file bfd_proto.h.

IpAddress BfdSessionsKey::ip_

Definition at line 47 of file bfd_proto.h.


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