17 #include <vlutil/vlHashlist.h>
47 myList->addSoilFactors(*factors);
83 virtual void removeSoilFactors(
const DtString& soilType);
110 virtual void emptyList();
119 virtual DtListItem* lookupSoilFactorsItem(
const DtString& soilType);
120 virtual DtListItem* lookupSoilFactorsItem(
const DtSymbolString& soilType);
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
virtual const char * xmlType() const
Returns the list of xml types supported by this list. Default is DtXMLSoilFactorsType.
Definition: soilList.h:97
void operator()(DtReaderWriter *rwObject)
Definition: soilList.h:44
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
virtual std::set< DtString > supportedXmlTypes() const
Returns the list of xml types supported by this list. Default is all.
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
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.
DtHashlist myHashIndex
Definition: soilList.h:129
class DtSoilList:
Definition: soilList.h:32
class DtSoilFactors:
Definition: soilFactors.h:31
DtSoilList * myList
Definition: soilList.h:49
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 * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
SoilFactorsAdder(DtRwList *list)
Definition: soilList.h:39
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
Definition: soilList.h:37