VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
promotionIdUUIDInformation.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjcore/vrfobjcoreDefines.h
"
12
#include "
vrfutil/readerWriter.h
"
13
#include "
vrfutil/rwInt.h
"
14
#include "
vrfutil/rwList.h
"
15
#include "
vrfutil/rwString.h
"
16
#include <vl/hostStructs.h>
17
#include "
vrfutil/rwTemplatedList.h
"
18
#include <
vrfutil/rwUUID.h
>
19
20
#include <map>
21
24
25
class
DtReaderWriterRegistry
;
26
27
class
DT_DLL_vrfobjcore
DtPromotionIdUUIDInformation
:
public
DtReaderWriter
28
{
29
public
:
30
DtPromotionIdUUIDInformation
();
31
32
DtPromotionIdUUIDInformation
(
const
DtString
& name,
33
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
34
35
DtPromotionIdUUIDInformation
(
const
DtSymbolString
& name,
36
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
37
38
DtPromotionIdUUIDInformation
(
const
DtPromotionIdUUIDInformation
& orig,
39
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
40
41
DtPromotionIdUUIDInformation
(
int
promotionId,
const
DtUUID
& uuid,
42
const
DtString
& name =
"promotion-id-route-name-information"
,
43
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
44
45
DtPromotionIdUUIDInformation
(
int
promotionId,
const
DtUUID
& uuid,
46
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
47
48
virtual
~
DtPromotionIdUUIDInformation
();
49
50
DtPromotionIdUUIDInformation
&
operator=
(
const
DtPromotionIdUUIDInformation
& d);
51
52
int
promotionId
()
const
{
return
myPromotionId; };
53
void
setPromotionId
(
int
promotionId) { myPromotionId = promotionId; };
54
55
const
DtUUID
&
uuid
()
const
{
return
myUUID; };
56
void
setUUID
(
const
DtUUID
& uuid) { myUUID = uuid; };
57
58
protected
:
59
DtRwInt
myPromotionId;
60
DtRwUUID
myUUID
;
61
};
62
63
typedef
DtRwTemplatedListPtr<DtPromotionIdUUIDInformation, true>
DtPromotionIdUUIDList
;
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)