Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_ParameterListAcceptorDefaultBase.cpp
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 
11 
12 
13 namespace Teuchos {
14 
15 
16 // Overridden from ParameterListAcceptor
17 
18 
19 RCP<ParameterList>
21 {
22  return paramList_;
23 }
24 
25 
28 {
29  RCP<ParameterList> tempParamList = paramList_;
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.