VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
globalObjectDesignatorKey.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: globalObjectDesignatorKey.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef DTGLOBALOBJECTDESIGNATORKEY
9 #define DTGLOBALOBJECTDESIGNATORKEY
10 
13 
14 #include "vrfutil/vrfutilDefines.h"
15 
16 #include <vlpi/entityIdentifier.h>
17 
22 {
23 private:
25 
26 public:
28  DtGlobalObjectDesignatorKey(const DtEntityIdentifier& entId);
29 
31 
32  const DtGlobalObjectDesignatorKey& operator=(const DtGlobalObjectDesignatorKey& orig);
33 
34  bool operator<(const DtGlobalObjectDesignatorKey& key) const;
35 
36  virtual void setId(const DtString& sStrId, bool setAsStringId=true);
37  virtual void setId(const DtEntityIdentifier& entId, bool setAsEntId=true);
38 
39  const DtString& stringId() const;
40 
41  const DtEntityIdentifier& entityId();
42 
43 protected:
44  bool myIsEntId;
46  DtEntityIdentifier myEntityId;
47 };
48 #endif
bool myIsEntId
Definition: globalObjectDesignatorKey.h:44
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
DtEntityIdentifier myEntityId
Definition: globalObjectDesignatorKey.h:46
DtString myStringId
Definition: globalObjectDesignatorKey.h:45
class DtGlobalObjectDesignatorKey:
Definition: globalObjectDesignatorKey.h:21

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)