18 #include <unordered_map>
82 virtual void*
remove(
DtReaderWriter* data, DtListItem* item)
override;
91 virtual std::set<DtUUID> contacts()
const;
95 virtual const std::unordered_map<DtUUID, DtRwSensorContactInfo*>& contactsMap()
const;
118 virtual void listModified();
176 bool listChanged()
const;
180 void markUnchanged();
184 bool checkAndResetListChanged();
187 static void listChangedCallback(
void* usr);
188 void processListChanged();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
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
void(* DtCallbackFunctionType)(void *)
The function signature of the callback function.
Definition: noArgumentCallbackList.h:155
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
This class works just as DtCalllbackTable, but manages callbacks that have no arguments, and therefore don't fit in the template defined by DtCallbackList.
Definition: noArgumentCallbackList.h:151
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
virtual DtListItem * add(DtReaderWriter *data)
Add element to the end of the list. Returns the DtListItem envelope object that contains your new ele...
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
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