Represents a collection of RibUpdates to be applied to a single FaceId. More...
#include <daemon/rib/rib-update-batch.hpp>
Public Types | |
using | const_iterator = RibUpdateList::const_iterator |
Public Member Functions | |
RibUpdateBatch (uint64_t faceId) | |
void | add (const RibUpdate &update) |
const_iterator | begin () const noexcept |
const_iterator | end () const noexcept |
uint64_t | getFaceId () const noexcept |
size_t | size () const noexcept |
Represents a collection of RibUpdates to be applied to a single FaceId.
Definition at line 66 of file rib-update-batch.hpp.
using nfd::rib::RibUpdateBatch::const_iterator = RibUpdateList::const_iterator |
Definition at line 69 of file rib-update-batch.hpp.
|
explicit |
Definition at line 50 of file rib-update-batch.cpp.
void nfd::rib::RibUpdateBatch::add | ( | const RibUpdate & | update | ) |
Definition at line 56 of file rib-update-batch.cpp.
|
inlinenoexcept |
Definition at line 84 of file rib-update-batch.hpp.
|
inlinenoexcept |
Definition at line 90 of file rib-update-batch.hpp.
|
inlinenoexcept |
Definition at line 75 of file rib-update-batch.hpp.
|
inlinenoexcept |
Definition at line 96 of file rib-update-batch.hpp.