|
| | SimpleModifier (const std::string &name) |
| |
| void | printDoc (std::string const &docString, std::ostream &out) const |
| | Print documentation for this parameter list modifier. More...
|
| |
| Array< std::string > | findMatchingBaseNames (const ParameterList ¶mList, const std::string &baseName, const bool &findParameters=true, const bool &findSublists=true) const |
| | Find the parameters and/or sublists with matching base names. More...
|
| |
| 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::exception (with a great error message) if modification fails. More...
|
| |
| virtual void | reconcile (ParameterList ¶mList) const |
| | Reconcile a parameter list and/or the valid parameter list being used to validate it and throw std::exception (with a great error message) if reconciliation fails. More...
|
| |
| int | expandParameters (const std::string ¶mTemplateName, ParameterList ¶mList, ParameterList &validParamList, const Array< std::string > &excludeParameters=Array< std::string >()) const |
| | Create parameters in the valid parameter list using a template parameter from the valid parameter list and the names of parameters in the list being validated. More...
|
| |
| int | expandSublists (const std::string &sublistTemplateName, ParameterList ¶mList, ParameterList &validParamList, const Array< std::string > &excludeSublists=Array< std::string >()) const |
| | Create sublists in the valid parameter list using a template parameter from the valid parameter list and the names of sublists in the list being validated. More...
|
| |
| int | setDefaultsInSublists (const std::string ¶mName, ParameterList ¶mList, const Array< std::string > &sublistNames, const bool removeParam=true) const |
| | Copy a parameter into desired sublists. More...
|
| |
| int | expandSublistsUsingBaseName (const std::string &baseName, ParameterList ¶mList, ParameterList &validParamList, const bool &allowBaseName=true) const |
| | Create sublists in the valid parameter list using a base name and the corresponding sublists in the parameter list being validated. More...
|
| |
| | ParameterListModifier ()=default |
| | Constructor. More...
|
| |
| | ParameterListModifier (const std::string &name) |
| | Constructor that names the modifier. More...
|
| |
| virtual | ~ParameterListModifier () |
| | Destructor. More...
|
| |
| ParameterListModifier & | setName (const std::string &name) |
| | Set the name of *this modifier. More...
|
| |
| const std::string & | getName () const |
| | Get the name of *this modifier. More...
|
| |
| virtual std::string | description () const |
| | Return a simple one-line description of this object. More...
|
| |
| virtual void | describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
| | Print the object with some verbosity level to a FancyOStream. More...
|
| |
| void | describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
| | Version of describe() that takes an std::ostream instead of a FancyOStream. More...
|
| |
| virtual | ~Describable () |
| | Destructor (marked virtual for memory safety of derived classes). More...
|
| |
| | LabeledObject () |
| | Construct with an empty label. More...
|
| |
| virtual | ~LabeledObject () |
| |
| virtual void | setObjectLabel (const std::string &objectLabel) |
| | Set the object label (see LabeledObject). More...
|
| |
| virtual std::string | getObjectLabel () const |
| | Get the object label (see LabeledObject). More...
|
| |