company logo

Instance :: operator= - 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.

In an environment not supporting operator overloading, use the assign() function instead.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    odaba::Instance & Instance  :: operator= ( odaba::Instance &cInstance )
    • cInstance - Instance

      The instance is passed as String, which is structured as ESDF data (object interchange format).

  2. to list
  3. - internal feature (not documented)
    odaba::Instance & Instance  :: operator= ( 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).

  4. to list