OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Range Struct Reference

#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
 

Detailed Description

Definition at line 61 of file acl_entry_match.h.

Constructor & Destructor Documentation

Range::Range ( const uint16_t  minimum,
const uint16_t  maximum 
)
inline

Definition at line 62 of file acl_entry_match.h.

Range::Range ( )
inline

Definition at line 64 of file acl_entry_match.h.

Member Function Documentation

bool Range::operator== ( const Range rhs) const
inline

Definition at line 68 of file acl_entry_match.h.

Member Data Documentation

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.


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