|
xorp
|
A linear range class (uint32_t low)..(uint32_t high) More...
#include <range.hh>
Public Member Functions | |
| U32Range () | |
| Default constructor. | |
| U32Range (const char *from_cstr) | |
| Constructor from a string. | |
| string | str () const |
| Convert the range to a human-readable format. | |
A linear range class (uint32_t low)..(uint32_t high)
Inherits from templatized general Range<uint32_t> class. Provides specialized constructor from string and str() method.
| string U32Range::str | ( | ) | const [inline] |
Convert the range to a human-readable format.