46 #include <Xyce_config.h>
50 #include <N_UTL_Math.h>
56 #include <N_UTL_ExtendedString.h>
96 reactionFile(
"reaction_spec_full"),
114 ExtendedString tmp = p.
value<std::string>(*this);
115 p.
value<std::string>(*this) = tmp.toLower();
128 os <<
" Region Data: name = " << rd.
name <<
131 " type = " << rd.
type <<
Pure virtual class to augment a linear system.
static ParametricData< RegionData > & getParametricData()
const T & value(const ParameterBase &entity) const
Returns the value of the parameter for the entity.
Class Descriptor describes the parameters stored in the ParametricData parameter map.
ParametricData()
Constructs the parameter data map.
void processParams()
processParams post processes the parameters that have been set in the object of the derived class...
Manages parameter binding for class C.
CompositeParam is the base class for classes that wish to only manage the processing of parameter dat...
const ParameterMap & getParameterMap() const
getParameterMap returns the parameter map which describes the parameters.
std::ostream & operator<<(std::ostream &os, const Configuration &configuration)