Complement of Data Ranges
-
struct CowlDataCompl : public CowlDataRange
Represents DataComplementOf the OWL 2 specification.
Public Static Functions
-
static inline CowlDataCompl *cowl_data_compl(CowlAnyDataRange *operand)
Returns a retained data range complement.
- Parameters
operand – The data range which this data range is a complement of.
- Returns
Retained data range complement, or NULL on error.
-
static inline CowlDataRange *cowl_data_compl_get_operand(CowlDataCompl *range)
Gets the data range which this data range is a complement of.
- Parameters
range – The data range complement.
- Returns
The operand.
-
static inline CowlDataCompl *cowl_data_compl(CowlAnyDataRange *operand)