bool operator==(const DtReaderWriter &) const
Equivalence operator.
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...
Description: DtNLengthIntegerVector is a named, readable/writable vector of integers of arbitrary len...
Definition: nLengthIntegerVector.h:28
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DT_DLL_readerWriter DtBoost::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
DtLoadPoint; Readable/writeable object for describing position for entity loading/unloading.
Definition: loadPoint.h:22
virtual DtlObjPtr getData(DtlObjPtr args, const SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Deriving class overrides these to get/put class specific data.
DtRwVectorList myPoints
Parameter Name: embarkation-load-points Parameter Description: List of position offsets relative to t...
Definition: loadPoint.h:85
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
const DtRwVectorList & points() const
Accessor for myPoints.
Definition: loadPoint.h:105
void addPoint(const DtVector &)
Add a point to myPoints.
Definition: loadPoint.h:115
DtNLengthIntegerVector & supportedSlots()
Accessor/mutator for mySlots.
Definition: loadPoint.h:95
Definition: rwVector.h:23
virtual DtListItem * add(DtReaderWriter *item) override
Define this function to hide the DtRwList version, and accept only the specific DtReaderWriter subcla...
Definition: rwTemplatedList.h:90
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
DtNLengthIntegerVector mySlots
Parameter Name: embarkation-slots Parameter Description: List of integer identifiers for positions th...
Definition: loadPoint.h:79
virtual void putData(std::string &fp, int indentLevel=0)
Deriving class overrides these to get/put class specific data.
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: loadPoint.h:64
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
bool operator!=(const DtReaderWriter &rhs)
Definition: readerWriter.h:121
void setSupportedSlots(const DtNLengthIntegerVector &)
Accessor/mutator for mySlots.
Definition: loadPoint.h:90
class DtRwVectorList:
Definition: rwVectorList.h:22