15 #include <vlutil/vlMachineTypes.h>
36 parentRegistry = NULL);
38 parentRegistry = NULL);
64 virtual DtRwInt* addArtPartParam(
int paramType);
67 virtual void removeArtPartParam(
int paramType);
70 virtual bool hasArtPartParam(
int paramType)
const;
79 virtual void emptyList();
83 virtual const DtListItem* findArtPartParam(
int paramType)
const;
84 virtual DtListItem* findArtPartParam(
int paramType);
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
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
Description: Readable, Writable int.
Definition: rwInt.h:25
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
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...
Instances of DtSimArtPartParamList are readable/writeable lists of DtRwInt objects (readable/writeabl...
Definition: simArtPartParamList.h:27