VR-Forces 4.6 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) 2013 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 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)