30 myList->addSubObjectEntry(*static_cast<DtVrfSubObjectParameterEntry*>(rwObject));
43 const DtString& name = DtString::nullString(),
56 const DtString& name = DtString::nullString(),
89 virtual const char*
xmlType()
const override
99 virtual std::vector<DtEntityType> subordinateObjects()
const;
108 virtual void emptyList();
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
bool operator!=(const DtRwList &rhs) const
Definition: rwList.h:158
virtual std::set< DtString > supportedXmlTypes() const
Returns the list of xml types supported by this list. Default is all.
DtVrfSubObjectParameterList is a readable/writable list of DtVrfSubObjectParameterEntrys.
Definition: vrfSubObjectParameterList.h:21
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriter.h:85
DtVrfSubObjectParameterEntry.
Definition: vrfSubObjectParameterEntry.h:27
Definition: readerWriterRegistry.h:39
Definition: vrfSubObjectParameterList.h:25
virtual const char * xmlType() const override
Routines to archive/dearchive from an XML Environment.
Definition: vrfSubObjectParameterList.h:89
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference()) override
Top level to read itself from an input stream. searchPath is passed down to all DtReaderWriter member...
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
void operator()(DtReaderWriter *rwObject)
Definition: vrfSubObjectParameterList.h:28
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
SubordinateAdder(DtVrfSubObjectParameterList *list)
Definition: vrfSubObjectParameterList.h:27
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
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
DtVrfSubObjectParameterList * myList
Definition: vrfSubObjectParameterList.h:32