42#ifndef TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
43#define TEUCHOS_PARAMETER_LIST_NON_ACCEPTOR_HPP
45#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
Intermediate node base class for objects that accept parameter lists that implements some of the need...
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.
RCP< const ParameterList > getValidParameters() const
Returns a non-null but empty parameter list.
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...