OpenSDN source code
|
#include <routing_policy_match.h>
Public Member Functions | |
PrefixMatch (PrefixT prefix, MatchType match_type) | |
bool | operator== (const PrefixMatch &rhs) const |
bool | operator< (const PrefixMatch &rhs) const |
Public Attributes | |
PrefixT | prefix |
MatchType | match_type |
Definition at line 161 of file routing_policy_match.h.
|
inline |
Definition at line 163 of file routing_policy_match.h.
|
inline |
Definition at line 169 of file routing_policy_match.h.
|
inline |
Definition at line 166 of file routing_policy_match.h.
MatchType MatchPrefix< T >::PrefixMatch::match_type |
Definition at line 176 of file routing_policy_match.h.
PrefixT MatchPrefix< T >::PrefixMatch::prefix |
Definition at line 175 of file routing_policy_match.h.