VR-Forces 4.8 Class Documentation
 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 };
Definition: symbolString.h:20
#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.
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.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)