VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
systemParameterDataList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
21 {
22 public:
25 
27  DtSystemParameterDataList(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
28  DtSystemParameterDataList(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
29 
32  const DtSystemParameterDataList& orig,
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  const DtSystemParameterDataList& orig,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
41  virtual ~DtSystemParameterDataList();
42 
44  virtual const char* readerWriterType() const;
45 
47  bool operator==(const DtSystemParameterDataList&) const;
48 
50  virtual void merge(const DtSystemParameterDataList&);
51 };
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriterRegistry.h:39
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
RW List which holds DtSystemParameterData subclasses. Overridden from the template to add the correct...
Definition: systemParameterDataList.h:20
Template for creating RW Lists that contain a set of classes that are all derived from the same base ...
Definition: rwMultiTypeListTemplate.h:35
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...

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)