OOPS
oops::VariableChangeParametersWrapper< MODEL > Class Template Reference

Contains a polymorphic parameter holding an instance of a subclass of VariableChangeParametersBase. More...

#include <VariableChangeBase.h>

Inheritance diagram for oops::VariableChangeParametersWrapper< MODEL >:
Collaboration diagram for oops::VariableChangeParametersWrapper< MODEL >:

Public Attributes

PolymorphicParameter< VariableChangeParametersBase, VariableChangeFactory< MODEL > > variableChangeParameters {"variable change", "Identity", this}
 

Detailed Description

template<typename MODEL>
class oops::VariableChangeParametersWrapper< MODEL >

Contains a polymorphic parameter holding an instance of a subclass of VariableChangeParametersBase.

Definition at line 128 of file VariableChangeBase.h.

Member Data Documentation

◆ variableChangeParameters

template<typename MODEL >
PolymorphicParameter<VariableChangeParametersBase, VariableChangeFactory<MODEL> > oops::VariableChangeParametersWrapper< MODEL >::variableChangeParameters {"variable change", "Identity", this}

After deserialization, holds an instance of a subclass of VariableChangeParametersBase controlling the behavior of a variable change. The type of the subclass is determined by the value of the "variable change" key in the Configuration object from which this object is deserialized.

Definition at line 136 of file VariableChangeBase.h.


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