|
C Configuration Space and Tuning Library (CCS)
|
A structure defining an interval over numeric values. More...
#include <interval.h>

Data Fields | |
| ccs_numeric_type_t | type |
| The type of numeric value. | |
| ccs_numeric_t | lower |
| The lower bound of the interval. | |
| ccs_numeric_t | upper |
| The upper bound of the interval. | |
| ccs_bool_t | lower_included |
| Is the lower bound included in the interval. | |
| ccs_bool_t | upper_included |
| Is the upper bound included in the interval. | |
A structure defining an interval over numeric values.