|
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. | |
| RCP< const ParameterList > | getValidParameters () const |
| Returns a non-null but empty parameter list. | |
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.
| void Teuchos::ParameterListNonAcceptor::setParameterList | ( | RCP< ParameterList > const & | paramList | ) | [virtual] |
Accepts a parameter list but asserts that it is empty.
Implements Teuchos::ParameterListAcceptor.
Definition at line 51 of file Teuchos_ParameterListNonAcceptor.cpp.
| RCP< const ParameterList > Teuchos::ParameterListNonAcceptor::getValidParameters | ( | ) | const [virtual] |
Returns a non-null but empty parameter list.
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 62 of file Teuchos_ParameterListNonAcceptor.cpp.
1.7.6.1