VR-Forces 4.7 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 <
readerWriter/readerWriter.h
>
13
#include <
readerWriter/rwInt.h
>
14
#include <
readerWriter/rwList.h
>
15
#include <
readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)