Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_ParameterListNonAcceptor.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_NON_ACCEPTOR_HPP
11 #define TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
12 
14 
15 namespace Teuchos {
16 
17 
25  : virtual public ParameterListAcceptorDefaultBase
26 {
27 public:
28 
29 
32 
34  void setParameterList(RCP<ParameterList> const& paramList);
35 
38 
40 
41 };
42 
43 
44 } // end namespace Teuchos
45 
46 
47 #endif // TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
Mix-in implementation subclass to be inherited by concrete subclasses who&#39;s interface says that they ...
void setParameterList(RCP< ParameterList > const &paramList)
Accepts a parameter list but asserts that it is empty.
Intermediate node base class for objects that accept parameter lists that implements some of the need...
RCP< const ParameterList > getValidParameters() const
Returns a non-null but empty parameter list.
Smart reference counting pointer class for automatic garbage collection.