All Frameworks Class Hierarchy This Framework Previous Next Indexes
SDMRuntime Class SdaiBoolean
SdaiBoolean
Usage: you must use this class as is. You should never derive it.
public class SdaiBoolean
Class representing an SDAI boolean.
Constructor and Destructor Index
- o
~SdaiBoolean()
-
Method Index
- o
operator!=(SdaiLogical&)
- != operator.
- o
operator&&(SdaiLogical&)
- && operator.
- o
operator>(SdaiLogical&)
- > operator.
- o
operator>=(SdaiLogical&)
- >= operator.
- o
operator<(SdaiLogical&)
- < operator.
- o
operator<=(SdaiLogical&)
- <= operator.
- o
operator=(SdaiLogical&)
- assignment operator.
- o
operator==(SdaiLogical&)
- == operator.
- o
operator^(SdaiLogical&)
- ^ operator.
- o
operator||(SdaiLogical&)
- || operator.
Constructor and Destructor
o ~SdaiBoolean
-
Methods
o operator!=
-
!= operator.
o operator&&
-
&& operator.
o operator>
-
> operator.
o operator>=
-
>= operator.
o operator<
-
< operator.
o operator<=
-
<= operator.
o operator=
-
assignment operator.
o operator==
-
== operator.
o operator^
-
^ operator.
o operator||
-
|| operator.
This object is included in the file: SdaiBoolean.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes