|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
A single numeric range segment pair. More...
#include <eidpat.h>
Collaboration diagram for bsl_eidpat_numrange_seg_t:Data Fields | |
| uint64_t | first |
| The first value in this segment. | |
| uint64_t | last |
| The last value in this segment, also used to sort segments. | |
A single numeric range segment pair.
| uint64_t bsl_eidpat_numrange_seg_t::first |
The first value in this segment.
Referenced by bsl_eidpat_numcomp_from_text(), bsl_eidpat_numcomp_match(), and bsl_eidpat_numrange_seg_overlap().
| uint64_t bsl_eidpat_numrange_seg_t::last |
The last value in this segment, also used to sort segments.
Referenced by bsl_eidpat_numcomp_from_text(), bsl_eidpat_numrange_seg_cmp(), and bsl_eidpat_numrange_seg_overlap().