Teuchos - Trilinos Tools Package
Version of the Day
|
Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet. More...
#include <Teuchos_ParameterListNonAcceptor.hpp>
Public Member Functions | |
Overridden from ParameterListAcceptor | |
void | setParameterList (RCP< ParameterList > const ¶mList) |
Accepts a parameter list but asserts that it is empty. More... | |
RCP< const ParameterList > | getValidParameters () const |
Returns a non-null but empty parameter list. More... | |
Public Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase | |
RCP< ParameterList > | getNonconstParameterList () |
RCP< ParameterList > | unsetParameterList () |
RCP< const ParameterList > | getParameterList () const |
Public Member Functions inherited from Teuchos::ParameterListAcceptor | |
virtual | ~ParameterListAcceptor () |
Destructor. More... | |
virtual RCP< const DependencySheet > | getDependencies () const |
Rreturn a const DependencySheet of all the dependencies that should be applied to the ParameterList returned by this->getValidParameters() . More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase | |
void | setMyParamList (const RCP< ParameterList > ¶mList) |
RCP< ParameterList > | getMyNonconstParamList () |
RCP< const ParameterList > | getMyParamList () const |
Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet.
ToDo: Finish documention.
Definition at line 56 of file Teuchos_ParameterListNonAcceptor.hpp.
|
virtual |
Accepts a parameter list but asserts that it is empty.
Implements Teuchos::ParameterListAcceptor.
Definition at line 51 of file Teuchos_ParameterListNonAcceptor.cpp.
|
virtual |
Returns a non-null but empty parameter list.
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 62 of file Teuchos_ParameterListNonAcceptor.cpp.