OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MatchPrefix< T >::PrefixMatch Class Reference

#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
 

Detailed Description

template<typename T>
class MatchPrefix< T >::PrefixMatch

Definition at line 161 of file routing_policy_match.h.

Constructor & Destructor Documentation

template<typename T >
MatchPrefix< T >::PrefixMatch::PrefixMatch ( PrefixT  prefix,
MatchType  match_type 
)
inline

Definition at line 163 of file routing_policy_match.h.

Member Function Documentation

template<typename T >
bool MatchPrefix< T >::PrefixMatch::operator< ( const PrefixMatch rhs) const
inline

Definition at line 169 of file routing_policy_match.h.

template<typename T >
bool MatchPrefix< T >::PrefixMatch::operator== ( const PrefixMatch rhs) const
inline

Definition at line 166 of file routing_policy_match.h.

Member Data Documentation

template<typename T >
MatchType MatchPrefix< T >::PrefixMatch::match_type

Definition at line 176 of file routing_policy_match.h.

template<typename T >
PrefixT MatchPrefix< T >::PrefixMatch::prefix

Definition at line 175 of file routing_policy_match.h.


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