OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StaticRouteMgr< T >::RouteKey Struct Reference

#include <static_route.h>

Collaboration diagram for StaticRouteMgr< T >::RouteKey:

Public Member Functions

 RouteKey (const PrefixT &prefix, const IpAddress &nexthop)
 
bool operator< (const RouteKey &rhs) const
 

Public Attributes

PrefixT prefix
 
IpAddress nexthop
 

Detailed Description

template<typename T>
struct StaticRouteMgr< T >::RouteKey

Definition at line 72 of file static_route.h.

Constructor & Destructor Documentation

template<typename T >
StaticRouteMgr< T >::RouteKey::RouteKey ( const PrefixT prefix,
const IpAddress nexthop 
)
inline

Definition at line 73 of file static_route.h.

Member Function Documentation

template<typename T >
bool StaticRouteMgr< T >::RouteKey::operator< ( const RouteKey rhs) const
inline

Definition at line 77 of file static_route.h.

Member Data Documentation

template<typename T >
IpAddress StaticRouteMgr< T >::RouteKey::nexthop

Definition at line 84 of file static_route.h.

template<typename T >
PrefixT StaticRouteMgr< T >::RouteKey::prefix

Definition at line 83 of file static_route.h.


The documentation for this struct was generated from the following file: