A class that represents the SDAI primitive Boolean data type.
File: daiPrimitive.h
Namespace: OdDAI
This is the overview for the Boolean constructor overload. |
Checks whether the Boolean object has a defined value (whether the value is set). | |
Flashes the Boolean object to the undefined (unset) value. After calling this method the exists() method returns 0. | |
Converts the Boolean object value into an ANSI string. |
Operator that implements the logical AND operation (C++ "&&" operator) for the Boolean data type. | |
This is the overview for the = operator overload. | |
Casts the Boolean object's value to the signed int data type. | |
Operator that implements the logical OR operation (C++ "||" operator) for the Boolean data type. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|