32 parentRegistry = NULL);
34 parentRegistry = NULL);
59 const DtEntityType& priEntry);
63 virtual int priority(
const DtEntityType& entityType, DtEntityType*
64 bestMatch = NULL)
const;
66 virtual DtListItem* lookupTargetPriorityEntry(
const DtEntityType&
70 virtual std::list<DtEntityType> priorityTypes()
const;
83 virtual const char*
xmlType()
const override {
bool operator!=(const DtTargetPriorityList &rhs) const
Definition: targetPriorityList.h:73
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
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual const char * xmlType() const override
Routines to archive/dearchive from an XML Environment.
Definition: targetPriorityList.h:83
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DtTargetPriorityList is a readable/writable list of DtTargetPriorityEntrys. It's sorted by the entity...
Definition: targetPriorityList.h:23
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.
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.
DtTargetPriorityEntry; readable/writeable representation of a prioritized entity type.
Definition: targetPriorityEntry.h:21