48 virtual void emptyList(
bool clearMemory =
true);
61 return myAmmunitionTable;
67 return !(*
this == rhs);
71 virtual bool ammunitionCanTarget(
const DtString&,
const DtEntityType&)
const;
74 virtual bool load(
const DtFilename&);
94 virtual bool removeAmmunition(
const DtString&);
105 virtual DtlObjPtr
getData(DtlObjPtr args,
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
std::map< DtSymbolString, DtAmmunitionParamsEntry * > AmmunitionTable
Definition: ammunitionParams.h:58
AmmunitionTable myAmmunitionTable
Definition: ammunitionParams.h:114
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 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...
Definition: readerWriterRegistry.h:39
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
Readable-writable class holding all parameters to configure the DtAmmunitionManager.
Definition: ammunitionParams.h:20
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
DtAmmunitionParamsEntry; descriptor that represents members of a DtAmmunitionParams.
Definition: ammunitionParamsEntry.h:20
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
const AmmunitionTable & ammunitionTable() const
Definition: ammunitionParams.h:59
bool operator!=(const DtAmmunitionParams &rhs) const
Definition: ammunitionParams.h:65