42#ifndef TEUCHOS_ParameterListModifier_hpp_
43#define TEUCHOS_ParameterListModifier_hpp_
49#include "Teuchos_Describable.hpp"
50#include "Teuchos_ParameterEntryValidator.hpp"
56#ifndef DOXYGEN_SHOULD_SKIP_THIS
104 std::string
const& docString,
122 const std::string &baseName,
const bool &findParameters =
true,
123 const bool &findSublists =
true)
const;
165 int expandParameters(
const std::string ¶mTemplateName,
ParameterList ¶mList,
182 int expandSublists(
const std::string &sublistTemplateName,
ParameterList ¶mList,
198 int setDefaultsInSublists(
const std::string ¶mName,
ParameterList ¶mList,
215 int expandSublistsUsingBaseName(
const std::string &baseName,
ParameterList ¶mList,
216 ParameterList &validParamList,
const bool &allowBaseName =
true)
const;
220 std::string name_ =
"ANONYMOUS";
Reference-counted pointer class and non-member templated function implementations.
Provides std::map class for deficient platforms.
Replacement for std::vector that is compatible with the Teuchos Memory Management classes.
Base class for all objects that can describe themselves.
Abstract interface for an object that can modify both a parameter list and the parameter list being u...
virtual void reconcile(ParameterList ¶mList) const
Reconcile a parameter list and/or the valid parameter list being used to validate it and throw std::e...
ParameterListModifier()=default
Constructor.
virtual void modify(ParameterList ¶mList, ParameterList &validParamList) const
Modify a parameter list and/or the valid parameter list being used to validate it and throw std::exce...
ParameterListModifier & setName(const std::string &name)
Set the name of *this modifier.
A list of parameters of arbitrary type.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...