|
Teuchos - Trilinos Tools Package
Version of the Day
|
Intermediate node base class for objects that accept parameter lists that implements some of the needed behavior automatically. More...
#include <Teuchos_ParameterListAcceptorDefaultBase.hpp>
Public Member Functions | |
Overridden from ParameterListAcceptor | |
| RCP< ParameterList > | getNonconstParameterList () |
| | |
| RCP< ParameterList > | unsetParameterList () |
| | |
| RCP< const ParameterList > | getParameterList () const |
| | |
Protected Member Functions | |
Protected accessors to actual parameter list object. | |
| void | setMyParamList (const RCP< ParameterList > ¶mList) |
| | |
| RCP< ParameterList > | getMyNonconstParamList () |
| | |
| RCP< const ParameterList > | getMyParamList () const |
| | |
Intermediate node base class for objects that accept parameter lists that implements some of the needed behavior automatically.
Subclasses just need to implement setParameterList() and getValidParameters(). The underlying parameter list is accessed using the non-virtual protected members setMyParamList() and getMyParamList().
Definition at line 61 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getNonconstParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 52 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
Implements Teuchos::ParameterListAcceptor.
Definition at line 59 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
| RCP< const ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getParameterList | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 68 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
| void Teuchos::ParameterListAcceptorDefaultBase::setMyParamList | ( | const RCP< ParameterList > & | paramList | ) | [inline, protected] |
Definition at line 105 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getMyNonconstParamList | ( | ) | [inline, protected] |
Definition at line 115 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< const ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getMyParamList | ( | ) | const [inline, protected] |
Definition at line 123 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
1.7.6.1