14 #ifndef DtAmmoSelectTable_H_
15 #define DtAmmoSelectTable_H_
18 #include <vl/hostStructs.h>
66 targetType, DtEntityType* bestMatch = NULL)
const;
77 virtual DtListItem* lookupAmmoSelectEntry(
78 const DtEntityType& targetType)
const;
80 virtual void emptyList();
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
DtAmmoSelectEntry.
Definition: ammoSelectEntry.h:24
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...
Instances of DtSimMunitionList are lists of DtSimMunitions. Munitions are named (so resource names...
Definition: simMunitionList.h:26
Definition: readerWriterRegistry.h:39
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
DtAmmoSelectTable is a readable/writable list of DtAmmoSelectEntrys. It's sorted by the entity type i...
Definition: ammoSelectTable.h:27
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
DtSimMunitionList myDefaultList
This is returned if no entry is found for the specified target; it's an empty list (count() == 0)...
Definition: ammoSelectTable.h:88