VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateMoveToPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 #include <set>
18 
22 {
23 public:
24 
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual ~DtAggregateMoveToPSR();
37 
40 
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48  virtual DtString type() const;
49 
50  virtual bool taskedSubordinateInList(const DtUUID& subordinate) const;
51 
52  virtual void addTaskedSubordinate(const DtUUID& subordinate);
53 
54  virtual void removeTaskedSubordinate(const DtUUID& subordinate);
55 
56  virtual void clearTaskedSubordinates();
57 
58  virtual bool taskedSubordinatesEmpty() const;
59 
60  virtual const DtRwVrfObjectReferenceList& taskedSubordinates() const;
61 
63  static DtVrfProcessStateRepository* creator (const DtString& rwName,
64  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
65 
66 protected:
67 
69  void copyCurrentlyTaskedSubordinates(const DtRwVrfObjectReferenceList& other);
70 
71 protected:
79 };

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)