The Base of BGP RIB.
More...
#include <bgp-rib.h>
template<typename T>
class libbgp::BgpRib< T >
The Base of BGP RIB.
- Template Parameters
-
Definition at line 224 of file bgp-rib.h.
◆ selectEntry() [1/2]
template<typename T>
static const T* libbgp::BgpRib< T >::selectEntry |
( |
const T * |
a, |
|
|
const T * |
b |
|
) |
| |
|
inlinestaticprotected |
Select an entry from two to use.
- Parameters
-
- Returns
- const T* Selected entry. One of A and B.
Definition at line 233 of file bgp-rib.h.
◆ selectEntry() [2/2]
Select an entry from two to use.
- Parameters
-
- Returns
- T* Selected entry. One of A and B.
Definition at line 260 of file bgp-rib.h.
The documentation for this class was generated from the following file: