Feel++ 0.91.0
Public Member Functions
Feel::Parameter_impl Class Reference
Inheritance diagram for Feel::Parameter_impl:
Feel::Parameter Feel::Output_impl Feel::Output

List of all members.

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 ()

Member Function Documentation

std::vector<std::string> Feel::Parameter_impl::getAttrNames ( ) [inline]

Function used to know the attributes available in the parameter.

Returns:
the name of the attributes that are given for 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.

Returns:
the values of the attributes for a parameter
std::string Feel::Parameter_impl::getName ( ) [inline]
Returns:
the name of the parameter
std::string Feel::Parameter_impl::getValues ( ) [inline]
Returns:
the values of the parameter