Lines Matching refs:string
34 * Internal value. This should point to a string that has
49 * A function to get the currentpage and the parameters in a string form.
50 * @return A string with the 'value' and all the parameters on all pages as command line arguments.
52 virtual void string (std::list <std::string> &list) const;
55 virtual void string(std::string &string) const {return Parameter::string(string);}