20 #include <vlpi/entityIdentifier.h>
56 virtual void putData(std::string& fp,
int indentlLevel = 0);
87 bool operator==(
const DtEntityIdentifier&)
const;
88 bool operator!=(
const DtEntityIdentifier& rhs)
const {
return !(*
this == rhs); };
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...
bool operator!=(const DtEntityIdentifier &rhs) const
Definition: rwEntityIdentifier.h:88
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
virtual DtlObjPtr getData(DtlObjPtr args, const SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Deriving class overrides these to get/put class specific data.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
virtual DtString prettyPrint() const
Routine to return a human readable form of the reader/writer variable. Not all reader/writer classes ...
File: rwEntityIdentifier.h.
Definition: rwEntityIdentifier.h:23
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
bool operator!=(const DtRwEntityIdentifier &rhs) const
Definition: rwEntityIdentifier.h:85
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: rwEntityIdentifier.h:78
virtual void putData(std::string &fp, int indentLevel=0)
Deriving class overrides these to get/put class specific data.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30