|
| | DtRwPropertyInt16 (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt16 (const DtString &name, DtInt16 value, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt16 (const DtString &name, const DtRwPropertyInt16 &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt16 (const DtRwPropertyInt16 &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertyInt16 & | operator= (const DtRwPropertyInt16 &orig) |
| |
| virtual | ~DtRwPropertyInt16 () |
| |
| virtual bool | isSimilarProperty (const DtPropertyInterface *rhs, bool strict) const override |
| |
| | DtRwPropertyWithThreshold (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyWithThreshold (const DtString &name, const DtRwPropertyWithThreshold &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertyWithThreshold & | operator= (const DtRwPropertyWithThreshold &orig) |
| |
| virtual | ~DtRwPropertyWithThreshold () |
| |
| virtual char * | encode (char *) const |
| |
| virtual bool | isUpdateNeeded (DtTime t) const |
| |
| virtual void | setThresholdAlgorithm (DtThresholdAlgorithm alg) |
| |
| virtual DtThresholdAlgorithm | thresholdAlgorithm () const |
| |
| virtual void | setDefaultThresholdAlgorithm (DtThresholdAlgorithm alg) |
| |
| virtual void | setThreshold (double value) |
| |
| virtual double | threshold () const |
| |
| virtual void | setMaxUpdateInterval (DtTime interval) |
| |
| virtual DtTime | maxUpdateInterval () const |
| |
| virtual void | setMaxUnchangedUpdateInterval (DtTime interval) |
| |
| virtual DtTime | maxUnchangedUpdateInterval () const |
| |
| virtual void | processPublicationArg (DtlObjPtr arg) |
| |
| virtual void | copyPublishingSettings (const DtPropertyInterface &prop) |
| |
| virtual double | percentChanged () const |
| |
| virtual double | amountChanged () const |
| |
| virtual bool | merge (const DtPropertyInterface &target, DtPropertyInterface::MergeFlags, const DtMergePath &path=DtMergePath(), const std::set< DtString > &ignore=std::set< DtString >()) |
| |
| | DtRwProperty (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwProperty (const DtString &name, const DtRwProperty &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwProperty & | operator= (const DtRwProperty &orig) |
| |
| virtual | ~DtRwProperty () |
| |
| virtual void | copy (const DtPropertyInterface &rhs) |
| |
| virtual DtString | stringRep (const DtString &root="") const |
| |
| virtual const char * | propertyType () const |
| |
| virtual DtSymbolString | propertyName () const |
| |
| virtual void | setPropertyName (const DtString &propertyName) |
| |
| virtual void | getSelf (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=DtReaderWriter::SearchPaths(), const DtVariableBindingsList &variableBindings=DtReaderWriter::nullVariableReference()) |
| |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) |
| |
| virtual void | recordUpdateTime () const |
| |
| virtual bool | hasReceivedUpdateSince (DtTime t) const |
| |
| virtual DtTime | updateClockTime () const |
| |
| virtual void | reset () |
| |
| virtual void | setKeepPublishingSettings (bool keep) |
| |
| virtual bool | keepPublishingSettings () const |
| |
| virtual const char * | decode (const char *) |
| |
| virtual void | getSize (int &size) const |
| |
| virtual int | hlaAlignment () const |
| |
| virtual DtReaderWriter * | readerWriter () |
| |
| virtual const DtReaderWriter * | readerWriter () const |
| |
| virtual DtPropertyInterface * | property () |
| |
| virtual const DtPropertyInterface * | property () const |
| |
| virtual bool | isPublished () const |
| |
| virtual void | setIsPublished (bool isPub) |
| |
| virtual unsigned | disRecordType () const |
| |
| virtual void | setDisRecordType (unsigned recType) |
| |
| virtual bool | isDebugEnabled () const |
| |
| virtual void | setDebugEnabled (bool en) |
| |
| | DtRwInt16 () |
| |
| | DtRwInt16 (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt16 (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt16 (const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt16 (const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt16 (int orig, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt16 (const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| virtual const char * | readerWriterType () const |
| |
| virtual const char * | xmlType () const |
| |
| virtual int | alignment () const |
| |
| | DtRwInt () |
| |
| | DtRwInt (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt (const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt (const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt (int orig, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| | DtRwInt (const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL) |
| |
| DtRwInt & | operator= (const DtRwInt &orig) |
| |
| virtual | ~DtRwInt () |
| |
| virtual | operator const int () const |
| |
| int | operator= (const int orig) |
| |
| virtual int | operator- () const |
| |
| virtual int | operator* (const int rhs) const |
| |
| virtual int | operator/ (const int rhs) const |
| |
| virtual int | operator+ (const int rhs) const |
| |
| virtual int | operator- (const int rhs) const |
| |
| virtual int | operator< (const int rhs) const |
| |
| virtual int | operator> (const int rhs) const |
| |
| virtual int | operator<= (const int rhs) const |
| |
| virtual int | operator>= (const int rhs) const |
| |
| virtual int | operator== (const int rhs) const |
| |
| virtual int | operator!= (const int rhs) const |
| |
| virtual int | operator*= (const int rhs) |
| |
| virtual int | operator/= (const int rhs) |
| |
| virtual int | operator+= (const int rhs) |
| |
| virtual int | operator-= (const int rhs) |
| |
| virtual int | operator% (const int rhs) |
| |
| virtual int | operator%= (const int rhs) |
| |
| virtual int | operator-- (int) |
| |
| virtual int | operator-- () |
| |
| virtual int | operator++ (int) |
| |
| virtual int | operator++ () |
| |
| virtual int | value () const |
| |
| virtual void | setValue (int value) |
| |
| virtual void | putData (std::string &fp, int indentLevel=0) |
| |
| virtual DtString | prettyPrint () const |
| |
| virtual void | putData (DtEnvironmentSP, DtEnvValueSP parent) const |
| |
| virtual void | getData (const DtEnvironmentSP, const DtEnvValueSP value, const DtReaderWriter::SearchPaths &searchPaths=DtReaderWriter::SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| |
| | DtReaderWriter () |
| |
| | DtReaderWriter (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) |
| |
| | DtReaderWriter (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) |
| |
| | DtReaderWriter (const DtString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtReaderWriter (const DtSymbolString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtReaderWriter (const DtReaderWriter &, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| const DtReaderWriter & | operator= (const DtReaderWriter &orig) |
| |
| bool | operator== (const DtReaderWriter &) const |
| |
| bool | operator!= (const DtReaderWriter &rhs) |
| |
| virtual | ~DtReaderWriter () |
| |
| virtual void | putSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| |
| virtual void | postPutSelf () |
| |
| virtual void | prePutSelf () |
| |
| virtual void | postGetSelf () |
| |
| virtual void | preGetSelf () |
| |
| virtual void | writeSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| |
| virtual DtSymbolString | name () const |
| |
| virtual void | addAlias (const DtSymbolString &alias) |
| |
| virtual void | addAlias (const DtString &alias) |
| |
| virtual bool | hasAlias (const DtSymbolString &alias) |
| |
| virtual const aliasContainer & | aliases () const |
| |
| virtual void | setReadonly (bool flag) |
| |
| bool | isReadonly () const |
| |
| virtual bool | variableIsBound () const |
| |
| virtual void | unbindVariable () |
| |
| virtual void | setName (const DtString &) |
| |
| std::string | debugText () const |
| |
| virtual void | bindVariables (DtVariableBindingsList variableBindings) |
| |
virtual std::list
< DtVariableNameType > | unboundVariables () const |
| |
| bool | invalid () const |
| |
| virtual bool | hasChild (const DtReaderWriter *p) const |
| |
| virtual bool | hasVariableReference () const |
| |
| virtual void | bindLocalVariables (const DtVariableBindingsList &variableBindings) |
| |
| virtual bool | changedSinceLastChecked () |
| |
| virtual bool | peekChangedSinceLastChecked () const |
| |
| virtual void | setValueSpecified (bool specified, bool recurse=false) |
| |
| virtual bool | valueSpecified () const |
| |
| virtual bool | isVariableReference () const |
| |
| virtual void | setIsVariableReference (bool value) |
| |
| virtual void | clearAllVariableReferenceFlags () |
| |
| virtual DtSymbolString | variableName () const |
| |
| virtual void | setVariableName (const DtSymbolString variableName) |
| |
| virtual const DtReaderWriter * | defaultRWValue () const |
| |
| virtual DtReaderWriter * | defaultRWValue () |
| |
| virtual void | setDefaultRWValue (DtReaderWriter *) |
| |
| virtual bool | checkAndSetDefaultRWValue (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference()) |
| |
| const DtReaderWriterRegistry & | registry () const |
| |
| DtReaderWriterRegistry & | registry () |
| |
| virtual DtString | toXml () const |
| |
| virtual DtRwVariableBindings * | generateVariableBindings () const |
| |
| virtual bool | toXml (const DtFilename &) const |
| |
| virtual bool | fromXml (const DtString &) |
| |
| virtual bool | fromXmlFile (const DtFilename &) |
| |
| virtual void | putSelf (DtEnvironmentSP, DtEnvValueSP parent) const |
| |
| virtual void | putVariableReference (DtEnvironmentSP, DtEnvValueSP value) const |
| |
| virtual void | getSelf (const DtEnvironmentSP, const DtEnvValueSP root, const SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| |
| virtual void | unrecognizedItem (const DtEnvironmentSP env, const DtEnvValueSP root, const SearchPaths &searchPaths, const DtVariableBindingsList &varBindings) |
| |
| virtual void | getVariableReference (DtEnvironmentSP, DtEnvValueSP value) |
| |
| virtual | ~DtPropertyInterface () |
| |
| virtual bool | isPublishedArg (DtlObjPtr arg, unsigned &disVarRecType) |
| |
| virtual void | processPublicationArgs (DtlObjPtr arg) |
| |
| template<typename ValueType > |
| boost::optional< ValueType > | propertyValue () const |
| |
| template<typename ValueType > |
| bool | setPropertyValue (ValueType val) |
| |
| virtual const DtPropertyInterface * | findPropertyInterface (const DtString &propertyName) const |
| |
| virtual DtPropertyInterface * | findPropertyInterface (const DtString &propertyName) |
| |
| template<typename SpecificPropType > |
| const SpecificPropType * | findProperty (const DtString &propertyName) const |
| |
| template<typename SpecificPropType > |
| SpecificPropType * | findProperty (const DtString &propertyName) |
| |
| template<typename ValueType > |
| boost::optional< ValueType > | findPropertyValue (const DtString &propertyName) const |
| |
| template<typename ValueType > |
| bool | findAndSetPropertyValue (const DtString &propertyName, ValueType val) |
| |
| virtual bool | addProperty (DtPropertyInterface *property) |
| |
| template<typename SpecificPropType > |
| SpecificPropType * | addNewProperty (const DtString &propertyName) |
| |
| virtual bool | removeProperty (const DtString &propertyName) |
| |
| virtual bool | removeProperty (const DtPropertyInterface *property) |
| |
| int | getSize () const |
| |