toolrun_context : add_params |
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "voidtype";
This method is contained in the object "toolrun_context".
The method takes the following arguments:
params : stringmapptrtype
Not sure.
This method is overridden from an abstract method with the same signature found in the object @context.
The files "map" and "string" are included.
Find the parameter.
for (std::map<std::string, std::string>::const_iterator i = _params.begin(); i != _params.end(); i++) (*params)[i->first] = i->second;