62 virtual void removeAndDelete(DtListItem* data);
virtual DtListItem * addToStart(DtReaderWriter *data)
Add element to the beginning of the list.
Definition: symbolString.h:20
A Readable, Writable version of DtList.
Definition: rwList.h:26
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)=0
This method must be overridden by a subclass.
Definition: readerWriterRegistry.h:39
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
a RW List which holds arbitrary subtypes of DtSimReport.
Definition: simReportList.h:22
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
virtual DtListItem * add(DtReaderWriter *data)
Add element to the end of the list.
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
virtual DtListItem * addToEnd(DtReaderWriter *data)
Add element to the end of the list.
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
virtual void removeAndDeleteAll()
Removes and deletes all items in the list.
DtSimReport is an abstract base class from which real reports can derive.
Definition: simReport.h:26