All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SDMRuntime Class SdaiBinary

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=(SdaiBinary&)
assignment operator.
o operator=(char*)
assignment operator.

Constructor and Destructor


o ~SdaiBinary
public ~SdaiBinary()

Methods


o compare
public int compare( const SdaiBinary& iBin2) const
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 SdaiBinary& operator=( const SdaiBinary& iBin)
assignment operator.
o operator=
public SdaiBinary& operator=( const char* iStr)
assignment operator.

This object is included in the file: SdaiBinary.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes

Copyright © 2003, Dassault Systèmes. All rights reserved.