All Frameworks Class Hierarchy This Framework Indexes
SDMRuntime Class SdaiBinary
Usage: you must use this class as is. You should never derive it.
public class SdaiBinary
Class representing a binary SDAI field.
Constructor and Destructor Index
- o
~SdaiBinary()
-
Method Index
- o
compare(SdaiBinary&)
- Compares two SdaiBinary objects.
- o
operator=(char*)
- assignment operator.
- o
operator=(SdaiBinary&)
- assignment operator.
Constructor and Destructor
o ~SdaiBinary
-
Methods
o compare
| public compare( | const | iBin2) |
-
Compares two SdaiBinary objects.
- Parameters:
-
- iBin2
- - the second SdaiBinary object
- Returns:
-
Legal values
- 0
- equality between this and iBin2
- <0
- this is inferior to iBin2
- >0
- iBin2 is inferior to this
o operator=
| public operator=( | const | iStr) |
-
assignment operator.
o operator=
| public operator=( | const | iBin) |
-
assignment operator.
This object is included in the file: SdaiBinary.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes