63 return !(*
this == rhs);
77 virtual DtListItem* lookupMunitionEntry(
const DtSimMunition& munition)
const;
84 virtual void emptyList();
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...
DtMunitionDetonationPowerTable specifies the power of the detonations caused by various munitions...
Definition: munitionDetonationPowerTable.h:25
Definition: readerWriterRegistry.h:39
DtMunitionDispersal specifies how a cluster munition or burst of fire is dispersed around the target...
Definition: munitionDispersal.h:24
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
A readable/writable list of detonation powers listed by type.
Definition: powerRangeDeterminantList.h:18
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
DtMunitionDetonationPowerEntry.
Definition: munitionDetonationPowerEntry.h:19
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
bool operator!=(const DtMunitionDetonationPowerTable &rhs) const
Definition: munitionDetonationPowerTable.h:61
DtSimMunition class.
Definition: simMunition.h:31