libbgp  0.6
A C++ BGP Library.
Static Protected Member Functions | List of all members
libbgp::BgpRib< T > Class Template Reference

The Base of BGP RIB. More...

#include <bgp-rib.h>

Static Protected Member Functions

static const T * selectEntry (const T *a, const T *b)
 Select an entry from two to use. More...
 
static T * selectEntry (T *a, T *b)
 Select an entry from two to use. More...
 

Detailed Description

template<typename T>
class libbgp::BgpRib< T >

The Base of BGP RIB.

Template Parameters
TType of BgpRibEntry.

Definition at line 224 of file bgp-rib.h.

Member Function Documentation

◆ 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
aEntry A
bEntry B
Returns
const T* Selected entry. One of A and B.

Definition at line 233 of file bgp-rib.h.

◆ selectEntry() [2/2]

template<typename T>
static T* libbgp::BgpRib< T >::selectEntry ( T *  a,
T *  b 
)
inlinestaticprotected

Select an entry from two to use.

Parameters
aEntry A
bEntry B
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: