company logo

BaseContext :: parameters - All parameters

The function returns a string list containing all parameters currently set for the context. The string separator within the parameter list is property of the string list.

Notes:

Parameters are reset automatically, when the action had terminated. In case of calling context functions recursively, i.e. when another context action is activated from within an action, parameters become invalid. Hence, parameters should be read at the beginning of a context action, always.

Return value:  String List ( odaba::StringList & )

An ODABA string list is used as list of parameters for executing actions on a property. It is implemented as std::vector.

Implementation details

odaba::StringList BaseContext  :: parameters (  )