|
Feel++ 0.91.0
|
Public Member Functions | |
| template<class ArgumentPack > | |
| Parameter_impl (ArgumentPack const &args) | |
| std::vector< std::string > | getAttrNames () |
| Function used to know the attributes available in the parameter. | |
| std::vector< std::string > | getAttrValues () |
| Used to retrieve the attributes values for the parameter. The array contain the values of the parameters in the same order than the attribute names returned in getAttrNames() function. | |
| std::string | getValues () |
| std::string | getName () |
| std::vector<std::string> Feel::Parameter_impl::getAttrNames | ( | ) | [inline] |
Function used to know the attributes available in the parameter.
| std::vector<std::string> Feel::Parameter_impl::getAttrValues | ( | ) | [inline] |
Used to retrieve the attributes values for the parameter. The array contain the values of the parameters in the same order than the attribute names returned in getAttrNames() function.
| std::string Feel::Parameter_impl::getName | ( | ) | [inline] |
| std::string Feel::Parameter_impl::getValues | ( | ) | [inline] |
1.7.4