|
OpenSDN source code
|
#include <bfd_proto.h>

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_ |
Definition at line 27 of file bfd_proto.h.
|
inline |
Definition at line 29 of file bfd_proto.h.
|
inline |
Definition at line 33 of file bfd_proto.h.
| 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.
|
inline |
Definition at line 35 of file bfd_proto.h.
| 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.