|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef TEUCHOS_PARAMETER_LIST_ACCEPTOR_HPP
43 #define TEUCHOS_PARAMETER_LIST_ACCEPTOR_HPP
50 class DependencySheet;
51 template<
class T>
class RCP;
251 #endif // TEUCHOS_PARAMETER_LIST_ACCEPTOR_HPP
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
virtual RCP< ParameterList > unsetParameterList()=0
Unset the parameter list that was set using setParameterList().
Interface for objects that can accept a ParameterList.
Smart reference counting pointer class for automatic garbage collection.
virtual RCP< ParameterList > getNonconstParameterList()=0
Get a nonconst version of the parameter list that was set using setParameterList().
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
virtual void setParameterList(const RCP< ParameterList > ¶mList)=0
Set parameters from a parameter list and return with default values.