VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwSyncMatrixObjectList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfplan/vrfplanDefines.h"
15 
17 class DT_DLL_vrfplan DtRwSyncMatrixObjectList : public DtRwTemplatedListPtr<DtRwSyncMatrixObject, true>
18 {
19 public:
21 
22  //Real constructors
24  DtReaderWriterRegistry* parentRegistry = NULL);
25 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
29  //Copy constructor
32 
33  virtual bool containsObject(const DtUUID& uuid) const;
34  virtual void addObject(const DtUUID& uuid);
35  virtual void removeObject(const DtUUID& uuid);
36 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwTemplatedListPtr & operator=(const DtRwTemplatedListPtr &orig)
Definition: readerWriterRegistry.h:39
This list stores entries of DtRwSyncMatrixPlan.
Definition: rwSyncMatrixObjectList.h:17
Definition: rwTemplatedList.h:34
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)