54 virtual void emptyList();
66 return !(*
this == rhs);
72 return myAmmunitionTable;
82 virtual bool removeAmmunition(
const DtString&);
96 virtual DtlObjPtr
getData(DtlObjPtr args,
DtAmmunitionListEntry; descriptor that represents members of a DtAmmunitionList.
Definition: ammunitionListEntry.h:18
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Readable-writable class holding all parameters to configure the DtTargetingControlTable.
Definition: ammunitionList.h:22
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
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
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...
class DtSimResourceManager:
Definition: simResourceManager.h:38
Definition: readerWriterRegistry.h:39
std::map< DtSymbolString, DtAmmunitionListEntry * > AmmunitionTable
Definition: ammunitionList.h:69
bool operator!=(const DtAmmunitionList &rhs) const
Definition: ammunitionList.h:64
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.
const AmmunitionTable & ammunitionTable() const
Definition: ammunitionList.h:70
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.
AmmunitionTable myAmmunitionTable
Definition: ammunitionList.h:105