42 #ifndef TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
43 #define TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
79 #endif // TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they ...
void setParameterList(RCP< ParameterList > const ¶mList)
Accepts a parameter list but asserts that it is empty.
Intermediate node base class for objects that accept parameter lists that implements some of the need...
RCP< const ParameterList > getValidParameters() const
Returns a non-null but empty parameter list.
Smart reference counting pointer class for automatic garbage collection.