All Frameworks Class Hierarchy This Framework Previous Next Indexes
SDMRuntime Class SdaiPrimitiveH
SdaiPrimitiveH
Usage: you must use this class as is. You should never derive it.
public class SdaiPrimitiveH
Class representing any type of variable used in Sdai C++ Language Binding.
Constructor and Destructor Index
- o
~SdaiPrimitiveH()
-
Method Index
- o
GetAttr(SdaiString&)
- Gets an attribute on a Primitive.
- o
IsKindOf(SdaiString&)
- Tests if an Primitive is of a specified type or one of the subtypes of this type.
- o
TestAttr(SdaiString&)
- Tests if an attribute on a Primitive has a valid value.
- o
UnderlyingTypeName()
- Gets the underlying type name of a Primitive.
- o
exists()
- Tests if a Primitive exists.
- o
operator=(SdaiAggrInstanceH)
- = operator for conversion into a SdaiAggrInstanceH.
- o
operator=(SdaiBinary&)
- = operator for conversion into a SdaiBinary.
- o
operator=(SdaiBoolean&)
- = operator for conversion into a SdaiBoolean.
- o
operator=(SdaiEntityInstanceH)
- = operator for conversion into a SdaiEntityInstanceH.
- o
operator=(SdaiEnum&)
- = operator for conversion into a SdaiEnum.
- o
operator=(SdaiInteger)
- = operator for conversion into a SdaiInteger.
- o
operator=(SdaiLogical&)
- = operator for conversion into a SdaiLogical.
- o
operator=(SdaiPrimitiveH&)
- = operator for assigment of another SdaiPrimitiveH.
- o
operator=(SdaiReal)
- = operator for conversion into a SdaiReal.
- o
operator=(SdaiSelectH&)
- = operator for conversion into a SdaiSelectH.
- o
operator=(SdaiString&)
- = operator for conversion into a SdaiString.
Constructor and Destructor
o ~SdaiPrimitiveH
-
Methods
o GetAttr
-
Gets an attribute on a Primitive.
- Parameters:
-
- attName
- - the name of the attribute
o IsKindOf
-
Tests if an Primitive is of a specified type or one of the subtypes of this type.
- Parameters:
-
- typeName
- - the type specified
o TestAttr
-
Tests if an attribute on a Primitive has a valid value.
- Parameters:
-
- attName
- - the name of the attribute
o UnderlyingTypeName
-
Gets the underlying type name of a Primitive.
o exists
-
Tests if a Primitive exists.
o operator=
-
= operator for conversion into a SdaiAggrInstanceH.
o operator=
-
= operator for conversion into a SdaiBinary.
o operator=
-
= operator for conversion into a SdaiBoolean.
o operator=
-
= operator for conversion into a SdaiEntityInstanceH.
o operator=
-
= operator for conversion into a SdaiEnum.
o operator=
-
= operator for conversion into a SdaiInteger.
o operator=
-
= operator for conversion into a SdaiLogical.
o operator=
-
= operator for assigment of another SdaiPrimitiveH.
o operator=
-
= operator for conversion into a SdaiReal.
o operator=
-
= operator for conversion into a SdaiSelectH.
o operator=
-
= operator for conversion into a SdaiString.
This object is included in the file: SdaiPrimitiveH.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes