10#ifndef TEUCHOS_PARAMETER_LIST_ACCEPTOR_DEFAULT_BASE_HPP 
   11#define TEUCHOS_PARAMETER_LIST_ACCEPTOR_DEFAULT_BASE_HPP 
   13#include "Teuchos_ParameterListAcceptor.hpp" 
Templated Parameter List class.
 
Reference-counted pointer class and non-member templated function implementations.
 
Intermediate node base class for objects that accept parameter lists that implements some of the need...
 
void setMyParamList(const RCP< ParameterList > ¶mList)
 
RCP< ParameterList > getMyNonconstParamList()
 
RCP< const ParameterList > getMyParamList() const
 
Interface for objects that can accept a ParameterList.
 
Smart reference counting pointer class for automatic garbage collection.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...