Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Teuchos::ParameterListNonAcceptor Class Reference

Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet. More...

#include <Teuchos_ParameterListNonAcceptor.hpp>

Inheritance diagram for Teuchos::ParameterListNonAcceptor:
Teuchos::ParameterListAcceptorDefaultBase Teuchos::ParameterListAcceptor

Public Member Functions

Overridden from ParameterListAcceptor
void setParameterList (RCP< ParameterList > const &paramList)
 Accepts a parameter list but asserts that it is empty. More...
 
RCP< const ParameterListgetValidParameters () const
 Returns a non-null but empty parameter list. More...
 
- Public Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase
RCP< ParameterListgetNonconstParameterList ()
 
RCP< ParameterListunsetParameterList ()
 
RCP< const ParameterListgetParameterList () const
 
- Public Member Functions inherited from Teuchos::ParameterListAcceptor
virtual ~ParameterListAcceptor ()
 Destructor. More...
 
virtual RCP< const
DependencySheet
getDependencies () const
 Rreturn a const DependencySheet of all the dependencies that should be applied to the ParameterList returned by this->getValidParameters(). More...
 

Additional Inherited Members

- Protected Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase
void setMyParamList (const RCP< ParameterList > &paramList)
 
RCP< ParameterListgetMyNonconstParamList ()
 
RCP< const ParameterListgetMyParamList () const
 

Detailed Description

Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet.

ToDo: Finish documention.

Definition at line 56 of file Teuchos_ParameterListNonAcceptor.hpp.

Member Function Documentation

void Teuchos::ParameterListNonAcceptor::setParameterList ( RCP< ParameterList > const &  paramList)
virtual

Accepts a parameter list but asserts that it is empty.

Implements Teuchos::ParameterListAcceptor.

Definition at line 51 of file Teuchos_ParameterListNonAcceptor.cpp.

RCP< const ParameterList > Teuchos::ParameterListNonAcceptor::getValidParameters ( ) const
virtual

Returns a non-null but empty parameter list.

Reimplemented from Teuchos::ParameterListAcceptor.

Definition at line 62 of file Teuchos_ParameterListNonAcceptor.cpp.


The documentation for this class was generated from the following files: