18 #include <vlutil/vlString.h>
57 std::map<DtString, int>& orig);
69 virtual void emptyList();
86 virtual const char*
xmlType()
const override
93 virtual std::map<int, DtString> toStdIntMap()
const;
94 virtual std::map<DtString, int> toStdStringMap()
const;
95 virtual void setFromMap(
const std::map<int, DtString>&);
96 virtual void setFromMap(
const std::map<DtString, int>&);
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
class DtRwIntegerAttributeList:
Definition: rwIntegerAttributeList.h:32
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriterRegistry.h:39
class DtRwIntegerAttribute:
Definition: rwIntegerAttribute.h:19
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * xmlType() const override
Routines to archive/dearchive from an XML Environment.
Definition: rwIntegerAttributeList.h:86