company logo

Option :: open - Create option

In order to create an option, the option name has to be passed in sOption . The option can be used in order to access another option value after reopening the option by calling open( sOption ) with a different option name.

Implementation details

Option  :: open ( odaba::String &sOption )
  • sOption - Option name

    Option names are names for variables (options) defined in the configuration or ini-file, in the system environment or set by the program. Option names can be provides as option paths in order to refer to an option value in the option hierarchy.

      option("DICTIONARY");

      option("ode.DICTIONARY");