Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_ParameterListAcceptorHelpers.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOS_PARAMETER_LIST_ACCEPTOR_HELPERS_HPP
11 #define TEUCHOS_PARAMETER_LIST_ACCEPTOR_HELPERS_HPP
12 
13 
15 
16 
17 namespace Teuchos {
18 
19 
20 class ParameterListAcceptor;
21 
22 
26 TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void printValidParameters( const ParameterListAcceptor &paramListAccpetor,
27  std::ostream &out, const bool showDoc = true );
28 
29 
30 } // end namespace Teuchos
31 
32 
33 #endif // TEUCHOS_PARAMETER_LIST_ACCEPTOR_HELPERS_HPP
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT void printValidParameters(const ParameterListAcceptor &paramListAccpetor, std::ostream &out, const bool showDoc=true)
Pretty print the valid parameters from a ParameterListAccpetor object.
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT