VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
systemMetaDataEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: systemMetaDataEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef systemMetaDataEntry_h
15
#define systemMetaDataEntry_h
16
17
#include "
vrfobjparam/vrfobjparamDefines.h
"
18
#include "
vrfutil/rdrWritr.h
"
19
#include "
vrfutil/rwString.h
"
20
#include "
tdbutil/stringKeyFactory.h
"
21
22
#include <memory>
23
24
class
DtSystemMetaDataEntry
;
25
27
typedef
DtStringKeyFactoryWithParam<DtSystemMetaDataEntry, const DtString&>
DtSystemMetaDataEntryFactory
;
28
32
class
DT_DLL_vrfobjparam
DtSystemMetaDataEntry
:
public
DtReaderWriter
33
{
34
public
:
35
DtSystemMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
36
parentRegistry = NULL);
37
38
DtSystemMetaDataEntry
(
const
DtString
& name,
const
DtSystemMetaDataEntry
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
41
DtSystemMetaDataEntry
&
operator=
(
const
DtSystemMetaDataEntry
& orig);
42
43
virtual
~
DtSystemMetaDataEntry
();
44
47
virtual
DtString
entryType()
const
= 0;
48
49
virtual
DtSystemMetaDataEntry
* clone()
const
= 0;
50
53
static
DtSystemMetaDataEntry
* createMetaDataEntry(
const
DtString
& type);
54
57
static
DtSystemMetaDataEntryFactory
*
factory
();
58
59
protected
:
60
static
std::auto_ptr<DtSystemMetaDataEntryFactory>
theFactory
;
61
};
62
63
64
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)