10 #include "Teuchos_ParameterListAcceptorHelpers.hpp"
11 #include "Teuchos_ParameterListAcceptor.hpp"
16 std::ostream &out,
const bool showDoc )
20 out, PLPrintOptions().indent(2).showTypes(
true).showDoc(showDoc)
Templated Parameter List class.
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void printValidParameters(const ParameterListAcceptor ¶mListAccpetor, std::ostream &out, const bool showDoc=true)
Pretty print the valid parameters from a ParameterListAccpetor object.
Utility class for setting and passing in print options.
Interface for objects that can accept a ParameterList.
virtual RCP< const ParameterList > getValidParameters() const
Return a ParameterList containing all of the valid parameters that this->setParameterList(...) will accept, along with any validators.