Panzer
Version of the Day
|
Pure Virtual base class for accepting the parameter library. More...
#include <Panzer_ParameterLibraryAcceptor.hpp>
Public Member Functions | |
virtual | ~ParameterLibraryAcceptor () |
virtual Teuchos::RCP < panzer::ParamLib > | getParameterLibrary () const =0 |
Related Functions | |
(Note that these are not member functions.) | |
template<typename EvaluationType > | |
Teuchos::RCP < panzer::ScalarParameterEntry < EvaluationType > > | createAndRegisterScalarParameter (const std::string name, panzer::ParamLib &pl) |
Allocates a parameter entry and registers with parameter library. More... | |
Pure Virtual base class for accepting the parameter library.
This class is used to retrieve the parameter library from an object.
Definition at line 24 of file Panzer_ParameterLibraryAcceptor.hpp.
|
inlinevirtual |
Definition at line 28 of file Panzer_ParameterLibraryAcceptor.hpp.
|
pure virtual |
Implemented in panzer::ParameterLibraryAcceptor_DefaultImpl.
|
related |
Allocates a parameter entry and registers with parameter library.
Definition at line 18 of file Panzer_ParameterLibraryUtilities_impl.hpp.