company logo

Option :: assign - Assign option value

The function allows setting the option value.

In an environment not supporting operator overloading as OSI, this function has to be called instead.

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

Implementation overview

Implementation details

  1. - internal feature (not documented)
    odaba::Option & Option  :: assign ( 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  :: assign ( odaba::String &sString )
    • sString - String value
  4. to list