16 #include <vlutil/vlHashlist.h>
50 parentRegistry = NULL);
52 parentRegistry = NULL);
96 virtual void clearResources();
131 const std::map<DtString, DtSimResource*>&
resources()
const {
return myResourceMap; };
133 std::map<DtString, DtSimResource*>&
resources() {
return myResourceMap; };
136 virtual void getSelf(DtlObjPtr args,
142 virtual void removeResource(
DtSimResource* resource, DtListItem* item);
154 return !(*
this == orig);
std::map< DtString, DtSimResource * > & resources()
Definition: simResourceManager.h:133
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
bool operator!=(const DtRwList &rhs) const
Definition: rwList.h:157
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...
class DtSimResourceManager:
Definition: simResourceManager.h:38
Definition: readerWriterRegistry.h:39
std::map< DtString, DtSimResource * > myResourceMap
Definition: simResourceManager.h:148
bool operator!=(const DtSimResourceManager &orig) const
Definition: simResourceManager.h:152
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
const std::map< DtString, DtSimResource * > & resources() const
Returns a list of the resource keys for this manager. Can be used to iterate through the resources...
Definition: simResourceManager.h:131
static const DtVariableBindingsList & nullVariableReference()
DtSimResource is an abstract base class that can be used to create a hierarchical resource list of a ...
Definition: simResource.h:41
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
#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
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...
virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference())
Top level to read itself from an input stream. searchPath is passed down to all DtReaderWriter member...