Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_ParameterListNonAcceptor.hpp
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
13#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
14
15namespace Teuchos {
16
17
26{
27public:
28
29
32
35
38
40
41};
42
43
44} // end namespace Teuchos
45
46
47#endif // TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
Intermediate node base class for objects that accept parameter lists that implements some of the need...
Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they ...
void setParameterList(RCP< ParameterList > const &paramList)
Accepts a parameter list but asserts that it is empty.
RCP< const ParameterList > getValidParameters() const
Returns a non-null but empty parameter list.
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...