A class that represents the SDAI primitive Boolean data type.
File: daiPrimitive.h
Namespace: OdDAI
This is the overview for the Logical constructor overload. |
A constant that implements the False value for the Logical data type. | |
A constant that implements the True value for the Logical data type. | |
A constant that implements the value Unknown for the Logical data type. | |
A constant that implements the undefined (unset) value for the Logical data type. |
A negation ("NOT") operator for the Logical data type. Inverts the Logical object value:... more | |
A non-equality operator for the Logical data type. | |
An intersection ("AND") operator for the Logical data type. | |
This is the overview for the = operator overload. | |
An equality operator for the Logical data type. | |
Casts the Logical object's value to the value of the Logical_ enumeration value. | |
Casts the Logical object's value to an ANSI string. | |
A "XOR" operator for the Logical data type. | |
A union ("OR") operator for the Logical data type. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|