All Frameworks Class Hierarchy This Framework Previous Indexes
SDMRuntime Class SdaiString
SdaiString
Usage: you must use this class as is. You should never derive it.
public class SdaiString
Class representing any type supporting a string in SDAI -- C++ Language Binding.
Constructor and Destructor Index
- o
~SdaiString()
-
Method Index
- o
operator=(CATString&)
- = operator to construct a SdaiString from a CATString
- o
operator=(CATUnicodeString&)
- = operator to construct a SdaiString from a CATUnicodeString
- o
operator=(SdaiString&)
- = operator to construct a SdaiString from another one
- o
operator=(char*)
- = operator to construct a SdaiString from a char *
Constructor and Destructor
o ~SdaiString
-
Methods
o operator=
-
= operator to construct a SdaiString from a CATString
o operator=
-
= operator to construct a SdaiString from a CATUnicodeString
o operator=
-
= operator to construct a SdaiString from another one
o operator=
-
= operator to construct a SdaiString from a char *
This object is included in the file: SdaiString.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes