OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of ModelParametersBase. More...
#include <ModelBase.h>
Public Attributes | |
RequiredPolymorphicParameter< ModelParametersBase, ModelFactory< MODEL > > | modelParameters {"name", this} |
Contains a polymorphic parameter holding an instance of a subclass of ModelParametersBase.
Definition at line 116 of file ModelBase.h.
RequiredPolymorphicParameter<ModelParametersBase, ModelFactory<MODEL> > oops::ModelParametersWrapper< MODEL >::modelParameters {"name", this} |
After deserializtion, holds an instance of a subclass of ModelParametersBase controlling the behavior of a model. The type of the subclass is determined by the value of the "name" key in the Configuration object from which this object is deserialized.
Definition at line 123 of file ModelBase.h.