36 const DtString& name = DtString::nullString(),
45 const DtString& name = DtString::nullString(),
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:59
DtVrfObjectParameters; holds all of the configurable parameters for the DtVrfObjectStateRepository cl...
Definition: randomizedObjectParameters.h:20
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DT_DLL_readerWriter DtBoost::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
virtual bool inheritValues(const DtVrfObjectParameters *benefactor)
Values left unspecified may be inherited from a parameter block of the same type, typically an ancest...
virtual DtVrfObjectParameters * clone(const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: readerWriterRegistry.h:39
static DtVrfObjectParameters * creator(DtEnvironmentSP env, DtEnvValueSP *objectNode)
virtual bool init()
Invoked when created so that deriving classes may do virtual allocation as necessary.
Definition: objectType.h:27
virtual void inheritValuesFromThisType(const DtVrfObjectParameters *benefactor)
virtual DtString type() const
Returns a string identifying the type of parameter descriptor.