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
- - internal feature (not documented)
Option :: operator= ( iValue ) - - internal feature (not documented)
Option :: operator= ( sString )
Implementation details
-
- internal feature (not documented)
odaba::Option & Option  :: operator= ( int32 iValue )
- iValue
- Integer value
The value is passed as platform independent 32-bit integer value.
to list
- iValue
- Integer value
-
- internal feature (not documented)
odaba::Option & Option  :: operator= ( odaba::String &sString )
- sString - String value
to list