OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
route_aggregator.h File Reference
#include <tbb/mutex.h>
#include <map>
#include <set>
#include "bgp/routing-instance/iroute_aggregator.h"
#include "bgp/bgp_condition_listener.h"
#include "bgp/bgp_config.h"
#include "bgp/inet/inet_route.h"
#include "bgp/inet/inet_table.h"
#include "bgp/inet6/inet6_route.h"
#include "bgp/inet6/inet6_table.h"
Include dependency graph for route_aggregator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AggregateRoute< T >
 
struct  AggregateRouteBase< T1, T2, T3, T4 >
 
class  AggregateInetRoute
 
class  AggregateInet6Route
 
class  RouteAggregator< T >
 

Typedefs

typedef ConditionMatchPtr AggregateRoutePtr
 
typedef RouteAggregator
< AggregateInetRoute
RouteAggregatorInet
 
typedef RouteAggregator
< AggregateInet6Route
RouteAggregatorInet6
 

Typedef Documentation

Definition at line 42 of file route_aggregator.h.