VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
systemMetaDataEntryList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: systemMetaDataEntryList.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef systemMetaDataEntryList_h
15
#define systemMetaDataEntryList_h
16
17
#include "
vrfutil/rwMultiTypeListTemplate.h
"
18
#include "
vrfobjparam/vrfobjparamDefines.h
"
19
#include "
vrfobjparam/systemMetaDataEntry.h
"
20
24
class
DT_DLL_vrfobjparam
DtSystemMetaDataEntryList
:
public
DtRwMultiTypeListTemplate
<DtSystemMetaDataEntry>
25
{
26
public
:
28
DtSystemMetaDataEntryList
();
29
31
DtSystemMetaDataEntryList
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
32
DtSystemMetaDataEntryList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
DtSystemMetaDataEntryList
(
const
DtString
& name,
36
const
DtSystemMetaDataEntryList
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
DtSystemMetaDataEntryList
(
const
DtSymbolString
& name,
41
const
DtSystemMetaDataEntryList
& orig,
42
DtReaderWriterRegistry
* parentRegistry = NULL);
43
45
virtual
~
DtSystemMetaDataEntryList
();
46
48
virtual
const
char
*
readerWriterType
()
const
;
49
};
50
51
52
#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
)