Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
An xml converter for NumberArrayLengthDependencies. More...
#include <Teuchos_StandardDependencyXMLConverters.hpp>
Overridden from ArrayModifierDependency | |
virtual RCP< ArrayModifierDependency< DependeeType, DependentType > > | getConcreteDependency (RCP< const ParameterEntry > dependee, Dependency::ParameterEntryList dependents, RCP< const SimpleFunctionObject< DependeeType > > function) const |
Obtains a concrete ArrayModifierDependency given a dependee, dependtns, and a funciton object. | |
An xml converter for NumberArrayLengthDependencies.
The valid XML representation of a NumberArrayLengthDependency is:
Definition at line 890 of file Teuchos_StandardDependencyXMLConverters.hpp.
|
protectedvirtual |
Obtains a concrete ArrayModifierDependency given a dependee, dependtns, and a funciton object.
Because ArrayModifierDependency is an abstact class with pure virtual methods we need to be able to get a concrete object to actually return. This is the reponsibility of any classes subclassing this one.
dependee | The dependee to be used in the construction of the concrete dependency. |
dependents | The dependts to be used in the construction of the concrete dependency. |
function | The function object to be used in the construction of the concrete dependency. |
Implements Teuchos::ArrayModifierDependencyXMLConverter< DependeeType, DependentType >.
Definition at line 908 of file Teuchos_StandardDependencyXMLConverters.hpp.