Instance :: assign - Assign instance
Instances can be assigned by using different formats as instance or string. The string passed might be passed in ESDF or OIF format. When assigning the value, the function determines the proper instance type.
Implementation overview
- - internal feature (not documented)
Instance :: assign ( cInstance ) - - internal feature (not documented)
Instance :: assign ( cString )
Implementation details
-
- internal feature (not documented)
odaba::Instance & Instance  :: assign ( odaba::Instance &cInstance )
- cInstance
- Instance
The instance is passed as String, which is structured as ESDF data (object interchange format).
to list
- cInstance
- Instance
-
- internal feature (not documented)
odaba::Instance & Instance  :: assign ( odaba::String &cString )
- cString
- Constant string object
When iPosition exceeds the string length or when the string is empty, the the function returns -1 (lower).
to list
- cString
- Constant string object