15 #include <tbb/spin_rw_mutex.h>
53 virtual void removeParameters(
const DtObjectType & objectType);
57 virtual void getSelf(DtlObjPtr args,
63 virtual DtlObjPtr
getData(DtlObjPtr args,
67 virtual void inheritValuesFromAncestors();
76 virtual DtListItem * lookupParameters(
const DtObjectType & objectType)
const;
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:63
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...
DtString myNameFromStream
For backward compatibility with version 1.x parameter files. Name of the object from the mtl stream...
Definition: vrfObjectParametersList.h:82
Definition: readerWriterRegistry.h:39
Definition: objectType.h:27
tbb::spin_rw_mutex myMutex
Definition: vrfObjectParametersList.h:83
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
static const DtVariableBindingsList & nullVariableReference()
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
Definition: vrfObjectParametersList.h:24
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...