VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
systemParameterDataList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: systemParameterDataList.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef systemParameterDataList_h
15
#define systemParameterDataList_h
16
17
#include "
vrfutil/rwMultiTypeListTemplate.h
"
18
#include "
vrfobjparam/vrfobjparamDefines.h
"
19
#include "
vrfobjparam/systemParameterData.h
"
20
24
class
DT_DLL_vrfobjparam
DtSystemParameterDataList
:
public
DtRwMultiTypeListTemplate
<DtSystemParameterData>
25
{
26
public
:
28
DtSystemParameterDataList
();
29
31
DtSystemParameterDataList
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
32
DtSystemParameterDataList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
DtSystemParameterDataList
(
const
DtString
& name,
36
const
DtSystemParameterDataList
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
DtSystemParameterDataList
(
const
DtSymbolString
& name,
41
const
DtSystemParameterDataList
& orig,
42
DtReaderWriterRegistry
* parentRegistry = NULL);
43
45
virtual
~
DtSystemParameterDataList
();
46
48
virtual
const
char
*
readerWriterType
()
const
;
49
};
50
51
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)