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.

Implementations

C++

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;		

Generated: Wed Apr 5 23:59:51 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.