company logo

Option :: operator= - Set option value

The function allows setting the option value to the value passed in sValue.

When the option is not yet defined in the option hierarchy, it is created, automatically. Also, missing hierarchy levels in the option path are created on demand. An option created ones, can be removed calling erase().

Return value:   - internal feature (not documented) ( odaba::Option & )

Implementation overview

Implementation details

  1. - internal feature (not documented)
    odaba::Option & Option  :: operator= ( int32 iValue )
    • iValue - Integer value

      The value is passed as platform independent 32-bit integer value.

  2. to list
  3. - internal feature (not documented)
    odaba::Option & Option  :: operator= ( odaba::String &sString )
    • sString - String value
  4. to list