|
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 48 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getNonconstParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 39 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
| RCP< ParameterList > Teuchos::ParameterListAcceptorDefaultBase::unsetParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 46 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
| RCP< const ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getParameterList | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 55 of file Teuchos_ParameterListAcceptorDefaultBase.cpp.
| void Teuchos::ParameterListAcceptorDefaultBase::setMyParamList | ( | const RCP< ParameterList > & | paramList | ) | [inline, protected] |
Definition at line 92 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getMyNonconstParamList | ( | ) | [inline, protected] |
Definition at line 102 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
| RCP< const ParameterList > Teuchos::ParameterListAcceptorDefaultBase::getMyParamList | ( | ) | const [inline, protected] |
Definition at line 110 of file Teuchos_ParameterListAcceptorDefaultBase.hpp.
1.7.4