All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rib-update-batch.hpp File Reference
#include "route.hpp"
#include <list>
+ Include dependency graph for rib-update-batch.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nfd::rib::RibUpdate
 Represents a route that will be added to or removed from a namespace. More...
 
class  nfd::rib::RibUpdateBatch
 Represents a collection of RibUpdates to be applied to a single FaceId. More...
 

Namespaces

 nfd
 -status-http-server
 
 nfd::rib
 

Typedefs

using nfd::rib::RibUpdateList = std::list< RibUpdate >
 

Functions

std::ostream & nfd::rib::operator<< (std::ostream &os, const RibUpdate &update)
 
std::ostream & nfd::rib::operator<< (std::ostream &os, RibUpdate::Action action)