26 parentRegistry = NULL);
29 parentRegistry = NULL);
51 virtual DtString statePropertyName()
const;
52 virtual void setStatePropertyName(
const DtString& val);
57 virtual double realValue()
const;
58 virtual void setRealValue(
double val);
59 virtual bool realValueSpecified()
const;
64 virtual int intValue()
const;
65 virtual void setIntValue(
int val);
66 virtual bool intValueSpecified()
const;
71 virtual bool boolValue()
const;
72 virtual void setBoolValue(
bool val);
73 virtual bool boolValueSpecified()
const;
78 virtual DtString stringValue()
const;
79 virtual void setStringValue(
const DtString& val);
80 virtual bool stringValueSpecified()
const;
87 return !(*
this == rhs);
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRwBoolean myBoolValue
Parameter Name: bool-value Parameter Description: The value to set if the state property is a DtRwBoo...
Definition: rwStatePropertyInitialization.h:126
DtRwString myStringValue
Parameter Name: string-value Parameter Description: The value to set if the state property is a DtRwS...
Definition: rwStatePropertyInitialization.h:131
DtRwTemplatedListPtr< DtRwStatePropertyInitialization, true > DtRwStatePropertyInitializationList
Definition: rwStatePropertyInitialization.h:136
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
bool operator!=(const DtRwStatePropertyInitialization &rhs) const
Definition: rwStatePropertyInitialization.h:85
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
virtual const char * xmlType() const
Definition: rwStatePropertyInitialization.h:98
DtRwString myStatePropertyName
Parameter Name: state-property-name Parameter Description: The name of the state property to set...
Definition: rwStatePropertyInitialization.h:111
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Definition: rwStatePropertyInitialization.h:18
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DtRwReal myRealValue
Parameter Name: real-value Parameter Description: The value to set if the state property is a DtRwRea...
Definition: rwStatePropertyInitialization.h:116
DtRwInt myIntValue
Parameter Name: int-value Parameter Description: The value to set if the state property is a DtRwInt...
Definition: rwStatePropertyInitialization.h:121