Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::ParameterList Member List

This is the complete list of members for Teuchos::ParameterList, including all inherited members.

begin() const Teuchos::ParameterListinline
ConstIterator typedefTeuchos::ParameterList
createParameterList()Teuchos::ParameterListrelated
createParameterList(const std::string &name)Teuchos::ParameterListrelated
currentParametersString() const Teuchos::ParameterList
disableRecursiveAll()Teuchos::ParameterList
disableRecursiveModification()Teuchos::ParameterList
disableRecursiveReconciliation()Teuchos::ParameterList
disableRecursiveValidation()Teuchos::ParameterList
end() const Teuchos::ParameterListinline
entry(ConstIterator i) const Teuchos::ParameterListinline
EValidateDefaults enum nameTeuchos::ParameterListrelated
EValidateUsed enum nameTeuchos::ParameterListrelated
get(const std::string &name, T def_value)Teuchos::ParameterList
get(const std::string &name, char def_value[])Teuchos::ParameterListinline
get(const std::string &name, const char def_value[])Teuchos::ParameterList
get(const std::string &name)Teuchos::ParameterList
get(const std::string &name) const Teuchos::ParameterList
get(ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
getArrayFromStringParameter(const ParameterList &paramList, const std::string &paramName, const int arrayDim=-1, const bool mustExist=true)Teuchos::ParameterListrelated
getDoubleParameter(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
getEntry(const std::string &name)Teuchos::ParameterListinline
getEntry(const std::string &name) const Teuchos::ParameterListinline
getEntryPtr(const std::string &name)Teuchos::ParameterListinline
getEntryPtr(const std::string &name) const Teuchos::ParameterListinline
getEntryRCP(const std::string &name)Teuchos::ParameterListinline
getEntryRCP(const std::string &name) const Teuchos::ParameterListinline
getIntegralValue(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
getIntParameter(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
getLongLongParameter(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
getModifier() const Teuchos::ParameterListinline
getNumericStringParameter(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
getParameter(ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
getParameter(const ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
getParameterPtr(ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
getParameterPtr(const ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
getParametersFromXmlFile(const std::string &xmlFileName)Teuchos::ParameterListrelated
getParametersFromXmlFile(const std::string &xmlFileName, RCP< DependencySheet > depSheet)Teuchos::ParameterListrelated
getParametersFromXmlString(const std::string &xmlStr)Teuchos::ParameterListrelated
getParametersFromXmlString(const std::string &xmlStr, RCP< DependencySheet > depSheet)Teuchos::ParameterListrelated
getParametersFromYamlFile(const std::string &yamlFileName)Teuchos::ParameterListrelated
getParametersFromYamlString(const std::string &yamlStr)Teuchos::ParameterListrelated
getPtr(const std::string &name)Teuchos::ParameterListinline
getPtr(const std::string &name) const Teuchos::ParameterListinline
getStringValue(ParameterList const &paramList, std::string const &paramName)Teuchos::ParameterListrelated
haveSameModifiers(const ParameterList &list1, const ParameterList &list2)Teuchos::ParameterListrelated
haveSameValues(const ParameterList &list1, const ParameterList &list2, bool verbose=false)Teuchos::ParameterListrelated
haveSameValuesSorted(const ParameterList &list1, const ParameterList &list2, bool verbose=false)Teuchos::ParameterListrelated
isParameter(const std::string &name) const Teuchos::ParameterList
isParameterType(ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
isParameterType(const ParameterList &l, const std::string &name)Teuchos::ParameterListrelated
isSublist(const std::string &name) const Teuchos::ParameterList
isType(const std::string &name) const Teuchos::ParameterList
modifyParameterList(ParameterList &validParamList, int const depth=1000)Teuchos::ParameterList
name() const Teuchos::ParameterListinline
name(ConstIterator i) const Teuchos::ParameterListinline
numParams() const Teuchos::ParameterList
operator!=(const ParameterList &list1, const ParameterList &list2)Teuchos::ParameterListrelated
operator<<(std::ostream &os, const ParameterList &l)Teuchos::ParameterListrelated
operator=(const ParameterList &source)Teuchos::ParameterList
operator==(const ParameterList &list1, const ParameterList &list2)Teuchos::ParameterListrelated
ParameterList()=defaultTeuchos::ParameterList
ParameterList(const std::string &name, RCP< const ParameterListModifier > const &modifier=null)Teuchos::ParameterList
ParameterList(const ParameterList &source)Teuchos::ParameterList
parameterList()Teuchos::ParameterListrelated
parameterList(const std::string &name)Teuchos::ParameterListrelated
parameterList(const ParameterList &source)Teuchos::ParameterListrelated
print() const Teuchos::ParameterList
print(std::ostream &os, const PrintOptions &printOptions) const Teuchos::ParameterList
print(std::ostream &os, int indent=0, bool showTypes=false, bool showFlags=true, bool showDefault=true) const Teuchos::ParameterList
reconcileParameterList(ParameterList &validParamList, const bool left_to_right=true)Teuchos::ParameterList
recursivelySetValidator(RCP< const ParameterEntryValidator > const &validator, int const depth=1000)Teuchos::ParameterList
remove(std::string const &name, bool throwIfNotExists=true)Teuchos::ParameterList
replaceParameterWithArray(const std::string &paramName, const std::string &newName, ParameterList &pl)Teuchos::ParameterListrelated
set(std::string const &name, T const &value, std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)Teuchos::ParameterListinline
set(std::string const &name, char value[], std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)Teuchos::ParameterListinline
set(std::string const &name, const char value[], std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)Teuchos::ParameterList
set(std::string const &name, ParameterList const &value, std::string const &docString="")Teuchos::ParameterListinline
setDoubleParameter(std::string const &paramName, double const &value, std::string const &docString, ParameterList *paramList, AnyNumberParameterEntryValidator::AcceptedTypes const &acceptedTypes=AnyNumberParameterEntryValidator::AcceptedTypes())Teuchos::ParameterListrelated
setEntry(const std::string &name, U &&entry)Teuchos::ParameterListinline
setIntParameter(std::string const &paramName, int const value, std::string const &docString, ParameterList *paramList, AnyNumberParameterEntryValidator::AcceptedTypes const &acceptedTypes=AnyNumberParameterEntryValidator::AcceptedTypes())Teuchos::ParameterListrelated
setLongLongParameter(std::string const &paramName, long long const value, std::string const &docString, ParameterList *paramList, AnyNumberParameterEntryValidator::AcceptedTypes const &acceptedTypes=AnyNumberParameterEntryValidator::AcceptedTypes())Teuchos::ParameterListrelated
setName(const std::string &name)Teuchos::ParameterListinline
setNumericStringParameter(std::string const &paramName, std::string const &value, std::string const &docString, ParameterList *paramList, AnyNumberParameterEntryValidator::AcceptedTypes const &acceptedTypes=AnyNumberParameterEntryValidator::AcceptedTypes())Teuchos::ParameterListrelated
setParameters(const ParameterList &source)Teuchos::ParameterList
setParametersNotAlreadySet(const ParameterList &source)Teuchos::ParameterList
setStringParameterFromArray(const std::string &paramName, const Array< T > &array, ParameterList *paramList)Teuchos::ParameterListrelated
setStringToIntegralParameter(std::string const &paramName, std::string const &defaultValue, std::string const &docString, ArrayView< const std::string > const &strings, ParameterList *paramList)Teuchos::ParameterListrelated
setStringToIntegralParameter(std::string const &paramName, std::string const &defaultValue, std::string const &docString, ArrayView< const std::string > const &strings, ArrayView< const IntegralType > const &integralValues, ParameterList *paramList)Teuchos::ParameterListrelated
setStringToIntegralParameter(std::string const &paramName, std::string const &defaultValue, std::string const &docString, ArrayView< const std::string > const &strings, ArrayView< const std::string > const &stringsDocs, ArrayView< const IntegralType > const &integralValues, ParameterList *paramList)Teuchos::ParameterListrelated
sublist(const std::string &name, bool mustAlreadyExist=false, const std::string &docString="")Teuchos::ParameterList
sublist(const std::string &name, RCP< const ParameterListModifier > const &modifier, const std::string &docString="")Teuchos::ParameterList
sublist(const std::string &name) const Teuchos::ParameterList
sublist(const RCP< ParameterList > &paramList, const std::string &name, bool mustAlreadyExist=false, const std::string &docString="")Teuchos::ParameterListrelated
sublist(const RCP< const ParameterList > &paramList, const std::string &name)Teuchos::ParameterListrelated
unused(std::ostream &os) const Teuchos::ParameterList
updateParametersAndBroadcast(const Ptr< ParameterList > &inParamList, const Ptr< ParameterList > &ParamList, const Comm< int > &comm, int root, bool overwrite=true)Teuchos::ParameterListrelated
updateParametersFromXmlFile(const std::string &xmlFileName, const Ptr< ParameterList > &paramList)Teuchos::ParameterListrelated
updateParametersFromXmlFileAndBroadcast(const std::string &xmlFileName, const Ptr< ParameterList > &paramList, const Comm< int > &comm, bool overwrite=true)Teuchos::ParameterListrelated
updateParametersFromXmlString(const std::string &xmlStr, const Ptr< ParameterList > &paramList, bool overwrite=true)Teuchos::ParameterListrelated
updateParametersFromYamlFile(const std::string &yamlFileName, const Ptr< ParameterList > &paramList)Teuchos::ParameterListrelated
updateParametersFromYamlFileAndBroadcast(const std::string &yamlFileName, const Teuchos::Ptr< Teuchos::ParameterList > &paramList, const Teuchos::Comm< int > &comm, bool overwrite=true)Teuchos::ParameterListrelated
updateParametersFromYamlString(const std::string &yamlStr, const Ptr< ParameterList > &paramList, bool overwrite, const std::string &name="")Teuchos::ParameterListrelated
validateParameters(ParameterList const &validParamList, int const depth=1000, EValidateUsed const validateUsed=VALIDATE_USED_ENABLED, EValidateDefaults const validateDefaults=VALIDATE_DEFAULTS_ENABLED) const Teuchos::ParameterList
validateParametersAndSetDefaults(ParameterList const &validParamList, int const depth=1000)Teuchos::ParameterList
writeParameterListToXmlFile(const ParameterList &paramList, const std::string &xmlFileName, RCP< const DependencySheet > depSheet=null)Teuchos::ParameterListrelated
writeParameterListToXmlOStream(const ParameterList &paramList, std::ostream &xmlOut, RCP< const DependencySheet > depSheet=null)Teuchos::ParameterListrelated
writeParameterListToYamlFile(const ParameterList &paramList, const std::string &yamlFileName)Teuchos::ParameterListrelated
writeParameterListToYamlOStream(const ParameterList &paramList, std::ostream &yamlOut)Teuchos::ParameterListrelated
~ParameterList()Teuchos::ParameterListvirtual