VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
systemMetaDataEntry.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
13
#include "
vrfobjparam/vrfobjparamDefines.h
"
14
#include "
vrfutil/readerWriter.h
"
15
#include "
vrfutil/rwString.h
"
16
#include "
tdbutil/stringKeyFactory.h
"
17
18
#include <memory>
19
20
class
DtSystemMetaDataEntry
;
21
23
typedef
DtStringKeyFactoryWithParam<DtSystemMetaDataEntry, const DtString&>
DtSystemMetaDataEntryFactory
;
24
28
class
DT_DLL_vrfobjparam
DtSystemMetaDataEntry
:
public
DtReaderWriter
29
{
30
public
:
31
DtSystemMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
32
parentRegistry = NULL);
33
34
DtSystemMetaDataEntry
(
const
DtString
& name,
const
DtSystemMetaDataEntry
& orig,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
37
DtSystemMetaDataEntry
&
operator=
(
const
DtSystemMetaDataEntry
& orig);
38
39
virtual
~
DtSystemMetaDataEntry
();
40
43
virtual
DtString
entryType()
const
= 0;
44
45
virtual
DtSystemMetaDataEntry
* clone()
const
= 0;
46
49
static
DtSystemMetaDataEntry
* createMetaDataEntry(
const
DtString
& type);
50
53
static
DtSystemMetaDataEntryFactory
*
factory
();
54
56
bool
operator==
(
const
DtSystemMetaDataEntry
&)
const
;
57
virtual
bool
compare(
const
DtSystemMetaDataEntry
& rhs)
const
= 0;
58
59
protected
:
60
static
std::auto_ptr<DtSystemMetaDataEntryFactory>
theFactory
;
61
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)