DataStructure keeping track of dependencies.
Templated Parameter List class.
Reference-counted pointer class and non-member templated function implementations.
Interface for objects that can accept a ParameterList.
virtual ~ParameterListAcceptor()
Destructor.
virtual RCP< ParameterList > getNonconstParameterList()=0
Get a nonconst version of the parameter list that was set using setParameterList().
virtual RCP< const ParameterList > getParameterList() const
Get const version of the parameter list that was set using setParameterList().
virtual RCP< const DependencySheet > getDependencies() const
Rreturn a const DependencySheet of all the dependencies that should be applied to the ParameterList r...
virtual RCP< const ParameterList > getValidParameters() const
Return a ParameterList containing all of the valid parameters that this->setParameterList(....
Concrete serial communicator subclass.