VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
26 {
27 public:
28 
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 
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 
64 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)