OpenSDN source code
|
#include <acl_entry_match.h>
Public Member Functions | |
Range (const uint16_t minimum, const uint16_t maximum) | |
Range () | |
bool | operator== (const Range &rhs) const |
Public Attributes | |
boost::intrusive::slist_member_hook | node |
uint16_t | min |
uint16_t | max |
Definition at line 61 of file acl_entry_match.h.
|
inline |
Definition at line 62 of file acl_entry_match.h.
|
inline |
Definition at line 64 of file acl_entry_match.h.
|
inline |
Definition at line 68 of file acl_entry_match.h.
uint16_t Range::max |
Definition at line 67 of file acl_entry_match.h.
uint16_t Range::min |
Definition at line 66 of file acl_entry_match.h.
boost::intrusive::slist_member_hook Range::node |
Definition at line 65 of file acl_entry_match.h.