company logo

String :: operator= - Assigns a string data reference.

This operator is implemented for convenience fulfilling the method assign().

Return value:  String object ( odaba::String & )

Implementation overview

Implementation details

  1. - internal feature (not documented)
    odaba::String & String  :: operator= ( odaba::TypedString &cTypedString )
    • cTypedString - Typed string

      A typed string string contains data in the object interchange format (OIF). Typed strings are used for passing key or instance values.

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