47 #ifndef TEUCHOS_ALGORITHM_A_HPP
48 #define TEUCHOS_ALGORITHM_A_HPP
103 #endif // TEUCHOS_ALGORITHM_A_HPP
void setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList)
Set parameters from a parameter list and return with default values.
Teuchos::RCP< Teuchos::ParameterList > unsetParameterList()
Unset the parameter list that was set using setParameterList().
void someDumbFunction(std::ostream &out, const std::string &indentSpacer)
Templated base class for objects that can print their activities to a stream and have a verbosity lev...
Teuchos::RCP< const Teuchos::ParameterList > getValidParameters() const
Return a ParameterList containing all of the valid parameters that this->setParameterList(...) will accept, along with any validators.
Teuchos::RCP< const Teuchos::ParameterList > getParameterList() const
Get const version of the parameter list that was set using setParameterList().
Interface for objects that can accept a ParameterList.
static const std::string toString(AlgorithmA::EAlgoType algoType)
void someLessDumbFunction(std::ostream &out_arg)
Teuchos::RCP< Teuchos::ParameterList > paramList_
Teuchos::RCP< Teuchos::ParameterList > getNonconstParameterList()
Get a nonconst version of the parameter list that was set using setParameterList().