14 #ifndef vrfRadioDescriptorList_h
15 #define vrfRadioDescriptorList_h
89 virtual DtListItem * lookupRadioDescriptorItem(
const DtString& name)
const;
91 virtual DtlObjPtr
getData(DtlObjPtr args,
bool operator!=(const DtRadioDescriptorList &rhs) const
Definition: radioDescriptorList.h:78
A Readable, Writable version of DtList.
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.
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriterRegistry.h:39
List of DtRadioDescriptor subclasses that can be read from a RW type file.
Definition: radioDescriptorList.h:27
virtual const char * xmlType() const
Definition: radioDescriptorList.h:72
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 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.
Descriptor base class for DtRadio instances.
Definition: vrfRadioDescriptor.h:37