VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subordinateAggregateEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: trueAggregateSubordinateAggregateEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
13 #ifndef DtTrueAggregateSubordinatesAggregateEntry_H_
14 #define DtTrueAggregateSubordinatesAggregateEntry_H_
15 
16 #include "vrfutil/rwString.h"
19 
20 #include "vrfutil/vrfutilDefines.h"
22 {
23 public:
26 
28  DtSubordinateAggregateEntry(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
29  DtSubordinateAggregateEntry(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
30 
33  const DtSubordinateAggregateEntry& orig,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  const DtSubordinateAggregateEntry& orig,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42 
43  virtual ~DtSubordinateAggregateEntry();
44 
45  virtual DtSubordinateAggregateEntry* clone(const DtString& name,
46  DtReaderWriterRegistry* parentRegistry = NULL) const;
47 
48  virtual DtSubordinateAggregateEntry* clone(const DtSymbolString& name,
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
52 
53  virtual void setFormationName(const DtString & formationName);
54  virtual const DtString & formationName() const;
56 
57 
60  virtual const DtSubordinateObjectsList& subordinateObjectsList() const;
61  virtual void setSubordinateObjectsList(const DtSubordinateObjectsList& subordList);
62  virtual DtSubordinateObjectsList& getSubordinateObjects();
64 
66  DtReaderWriterRegistry* parentRegistry);
67 
68  static DtSubordinateEntry * creator();
69 
70 
71 protected:
72 
81 
86 
88 };
89 
90 
91 namespace DtBufferSerialize
92 {
94  DT_DLL_vrfutil char* encode(const DtSubordinateAggregateEntry& data, char *buffer);
95  DT_DLL_vrfutil const char* decode(DtSubordinateAggregateEntry &data, const char *buffer);
96 }
97 
98 #endif

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)