Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_ParameterListAcceptorDefaultBase.cpp
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#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
11
12
13namespace Teuchos {
14
15
16// Overridden from ParameterListAcceptor
17
18
19RCP<ParameterList>
24
25
28{
30 paramList_ = Teuchos::null;
31 return tempParamList;
32}
33
34
37{
38 return paramList_;
39}
40
41
42} // namespace Teuchos
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...