#include <xmlparser.hpp>
output class to describe code outputs
Inherits Feel::Output_impl.
Additional Inherited Members | |
![]() | |
std::vector< Parameter > | getDependencies () |
std::vector< std::string > | getFuncs () |
template<class ArgumentPack > | |
Output_impl (ArgumentPack const &args) | |
![]() | |
std::vector< std::string > | getAttrNames () |
Function used to know the attributes available in the parameter. More... | |
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. More... | |
std::string | getName () |
std::string | getValues () |
template<class ArgumentPack > | |
Parameter_impl (ArgumentPack const &args) | |