|
| | DtRwPropertyInt (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt (const DtString &name, int value, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt (const DtString &name, const DtRwPropertyInt &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyInt (const DtRwPropertyInt &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertyInt & | operator= (const DtRwPropertyInt &orig) |
| |
| virtual | ~DtRwPropertyInt () |
| |
| 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 | wasUpdatedSince (DtTime t) const |
| |
| virtual void | enableThresholding (bool enable) |
| |
| virtual void | setThreshold (double percentage) |
| |
| virtual void | setMaxUpdateInterval (DtTime interval) |
| |
| virtual void | setMaxUnchangedUpdateInterval (DtTime interval) |
| |
| | 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 bool | merge (const DtPropertyInterface &target, MergeFlags, const DtMergePath &path=DtMergePath(), const std::set< DtString > &ignore=std::set< DtString >()) |
| |
| virtual void | recordUpdateTime () const |
| |
| virtual void | reset () |
| |
| 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) |
| |
| | 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 const char * | readerWriterType () const |
| |
| virtual DtString | prettyPrint () const |
| |
| virtual int | alignment () 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()) |
| |
| virtual const char * | xmlType () const |
| |
| | 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) const |
| |
| 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 |
| |
|
typedef std::vector
< DtSymbolString > | aliasContainer |
| |
typedef std::vector
< DtSymbolString >::iterator | aliasIter |
| |
typedef std::vector
< DtSymbolString >
::const_iterator | aliasConstIter |
| |
| typedef std::vector< DtFilename > | SearchPaths |
| |
typedef std::pair
< DtSymbolString, DtString > | DtVariableNameType |
| |
| typedef DtReaderWriterFactory *(* | DtReaderWriterFactoryCreatorFcn )() |
| |
| enum | MergeFlags {
Replace = 0x00000001,
MinimalSimilarityCheck = 0x00000002,
RollUp = 0x00000004,
AddMissing = 0x00000008,
KeepIsPublished = 0x00000010
} |
| |
| static void | setDefaultThreshold (double percentage) |
| |
| static void | setDefaultMaxUpdateInterval (DtTime interval) |
| |
| static void | setDefaultMaxUnchangedUpdateInterval (DtTime interval) |
| |
| static int | getIntegerFromHex (DtEnvironmentSP env, const DtString &attributeName, DtEnvValueSP root) |
| |
| static int | getInt (DtEnvironmentSP env, const DtString &attributeName, DtEnvValueSP root) |
| |
| static const char * | theXmlType () |
| |
| static void | putIndent (std::string &fp, int indentLevel) |
| |
static const
DtVariableBindingsList & | nullVariableReference () |
| |
| static void | setPostGetSelfCallback (DtGetSelfCallbackFcn fcn, void *usrData) |
| |
| static void | setPrePutSelfCallback (DtPutSelfCallbackFcn fcn, void *usrData) |
| |
| static void | setPutIndent (bool) |
| |
| static bool | putIndent () |
| |
| static const char * | theXmlType () |
| |
| static const DtFilename & | appPath () |
| |
| static void | setFactoryCreatorFunction (DtReaderWriterFactoryCreatorFcn fcn) |
| |
| static void | createReaderWriterFactory () |
| |
| static void | cleanupFactory () |
| |
| static DtReaderWriterFactory * | factory () |
| |
| static void | setOutputStream (DtOutputStream *stream) |
| |
| static DtOutputStream & | outputStream () |
| |
| static DtReaderWriter * | createFromXmlFile (const DtFilename &, bool createAsProperty=false) |
| |
| static DtReaderWriter * | createFromXml (const DtString &, bool createAsProperty=false) |
| |
| static DtReaderWriter * | createFromEnvironment (DtEnvironmentSP, bool createAsProperty=false) |
| |
| static DtString | getAttribute (DtEnvironmentSP env, const DtString &name, DtEnvValueSP root) |
| |
| virtual void | bindToRwAsVariable (const DtReaderWriter *rw) |
| |
| bool | myThresholdingEnabled |
| |
| DtRwInt | myLastEncodedValue |
| |
| DtTime | myLastEncodeTime |
| |
| double | myThreshold |
| |
| DtTime | myMaxUpdateInterval |
| |
| DtTime | myMaxUnchangedUpdateInterval |
| |
| DtClock | myClock |
| |
| DtTime | myUpdateTime |
| |
| unsigned | myDisRecordType |
| |
| bool | myIsPublished |
| |
| bool | myDebugEnabled |
| |
| int | myValue |
| |
| const DtSymbolString | myName |
| |
| DtReaderWriterRegistry | myRegistry |
| |
| DtReaderWriterRegistry * | myParentRegistry |
| |
| bool | myValueSpecified |
| |
| bool | myReadOnlyFlag |
| |
| bool | myIsVariableReference |
| |
| DtSymbolString | myVariableName |
| |
| bool | myVariableIsBound |
| |
| DtReaderWriter * | myDefaultValue |
| |
| aliasContainer | myAliases |
| |
| bool | myInvalid |
| |
| bool | myChangedFlag |
| |
| static double | myDefaultThreshold |
| |
| static DtTime | myDefaultMaxUpdateInterval |
| |
| static DtTime | myDefaultMaxUnchangedUpdateInterval |
| |
| static DtString | theUnspecifiedValue |
| |
| static DtGetSelfCallbackInfo | thePostGetSelfCallback |
| |
| static DtPutSelfCallbackInfo | thePrePutSelfCallback |
| |
| static const DtVariableBindingsList | theEmptyVariableBindingsList |
| |
| static bool | theCreatorFcnSet |
| |
| static DtReaderWriterFactory * | theFactory |
| |
static
DtReaderWriterFactoryCreatorFcn | theFactoryCreatorFcn |
| |
| static bool | thePutIndent |
| |
| static DtOutputStream * | theOutputStream |
| |