C Configuration Space and Tuning Library (CCS)
Loading...
Searching...
No Matches
Data Fields
ccs_interval_s Struct Reference

A structure defining an interval over numeric values. More...

#include <interval.h>

Collaboration diagram for ccs_interval_s:
Collaboration graph
[legend]

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.
 

Detailed Description

A structure defining an interval over numeric values.


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