26 #ifndef NFD_DAEMON_RIB_RIB_UPDATE_BATCH_HPP
27 #define NFD_DAEMON_RIB_RIB_UPDATE_BATCH_HPP
Represents a collection of RibUpdates to be applied to a single FaceId.
RibUpdateBatch(uint64_t faceId)
void add(const RibUpdate &update)
RibUpdateList::const_iterator const_iterator
const_iterator end() const
uint64_t getFaceId() const
const_iterator begin() const
Represents a route that will be added to or removed from a namespace.
std::list< RibUpdate > RibUpdateList