VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simpleObjectDataState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 #include <vrfutil/rwUUID.h>
11 
13 namespace makVrf
14 {
15  static const char DtDoNotAddToUUIDMap[] = "DtDoNotAddToUUIDMap";
16 
19  {
20  public:
22 
23  virtual ~DtSimpleObjectDataState();
24 
25  bool operator==(const DtSimpleObjectDataState& rhs) const
26  {
27  return (myUUID == rhs.myUUID);
28  }
29 
30  bool operator!=(const DtSimpleObjectDataState& rhs) const
31  {
32  return !(*this == rhs);
33  }
34 
35  public:
37  };
38 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
static const char DtDoNotAddToUUIDMap[]
Definition: simpleObjectDataState.h:15
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtUUID myUUID
Definition: simpleObjectDataState.h:36
bool operator==(const DtSimpleObjectDataState &rhs) const
Definition: simpleObjectDataState.h:25
Contains makVrv::DtVrlinkSimulatedEntityState class.
Data that is used for folders in the organized object list view.
Definition: simpleObjectDataState.h:18
bool operator!=(const DtSimpleObjectDataState &rhs) const
Definition: simpleObjectDataState.h:30

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)