OSIString :: OSIString - Constructor
The OSI string constructor provides several conversion functions in order to convert different string formats into OSIString values.
Implementation overview
- Create copy for OSI string
OSIString :: OSIString ( cOSIString ) - Create empty OSIString
OSIString :: OSIString (  ) - - internal feature (not documented)
OSIString :: OSIString ( cString )
Implementation details
-
Create copy for OSI string
OSIString  :: OSIString ( odaba::OSIString &cOSIString )
The function creates a copy for the OSIString passed in cOSIString-
- cOSIString
- OSI string
The string should contains a valid OSI expression or operation path.
to list
- cOSIString
- OSI string
- to list
-
- internal feature (not documented)
OSIString  :: OSIString ( 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