26#ifndef NFD_DAEMON_RIB_RIB_UPDATE_BATCH_HPP
27#define NFD_DAEMON_RIB_RIB_UPDATE_BATCH_HPP
86 return m_updates.begin();
92 return m_updates.end();
98 return m_updates.size();
Represents a collection of RibUpdates to be applied to a single FaceId.
size_t size() const noexcept
void add(const RibUpdate &update)
uint64_t getFaceId() const noexcept
const_iterator begin() const noexcept
RibUpdateList::const_iterator const_iterator
const_iterator end() const noexcept
Represents a route for a name prefix.
std::ostream & operator<<(std::ostream &os, const FibUpdate &update)
std::list< RibUpdate > RibUpdateList
Represents a route that will be added to or removed from a namespace.
@ REMOVE_FACE
An update triggered by a face destruction notification.