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
vrfobjcore
promotionEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
class
DtFormationEntry
;
11
12
#include <vlutil/vlString.h>
13
#include "
vrfutil/rwString.h
"
14
#include "
vrfutil/formationEntry.h
"
15
#include <
vrfutil/rwUUID.h
>
16
23
24
#include "
vrfobjcore/vrfobjcoreDefines.h
"
25
class
DT_DLL_vrfobjcore
DtPromotionEntry
:
public
DtReaderWriter
26
{
27
public
:
28
30
DtPromotionEntry
();
31
33
DtPromotionEntry
(
const
DtString
& rwName,
34
DtReaderWriterRegistry
*
const
parentRegistry = 0);
35
37
virtual
~
DtPromotionEntry
();
38
40
DtPromotionEntry
(
const
DtString
& name,
const
DtPromotionEntry
& orig,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
DtPromotionEntry
&
operator=
(
const
DtPromotionEntry
& orig);
45
47
virtual
void
setFormationEntry(
const
DtFormationEntry
& formation);
48
50
virtual
void
setEntity(
const
DtUUID
& name);
51
virtual
const
DtUUID
& entity()
const
;
52
54
virtual
const
DtFormationEntry
& formationEntry()
const
;
55
57
DtPromotionEntry
* clone(
const
DtString
& name,
58
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
59
60
protected
:
61
62
DtFormationEntry
myFormationEntry
;
63
DtRwUUID
myEntity
;
64
};
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
)