49 #ifndef HELPEXTRACTOR_HH 50 #define HELPEXTRACTOR_HH 78 template<
typename LIST>
96 LIST::val_t::getParamInfos( help);
119 std::string longKey, std::string shortKey)
144 std::string name = LIST::val_t::name();
145 std::string description = LIST::val_t::description();
169 std::string longKey, std::string shortKey)
171 return ParamInfo( longKey,shortKey,
"xxx",
"no algorithms available" );
183 template<
template<
typename>
class X,
typename Y>
225 std::string longKey, std::string shortKey)
void addAlternative(const std::string &value, const std::string &helpText)
The ParamInfo class contains informations about one parameter like key, help text, guiHints etc.