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