#include <range.hh>
Public Member Functions | |
| Range () | |
| Range (size_t loc, size_t len) | |
| size_t | End () const |
| bool | operator== (const Range &rhs) const |
| bool | operator!= (const Range &rhs) const |
Data Fields | |
| size_t | Loc |
| size_t | Length |
Definition at line 26 of file range.hh.
1.6.1