VR-Forces 4.1.1 Class Documentation
objIdNameEtry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: objIdNameEtry.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtObjIdNameEntry_H_
13 #define DtObjIdNameEntry_H_
14 
15 #include <vl/hostStructs.h>
16 #include <vlutil/vlString.h>
17 
22 
23 #include "vrfmsgs/vrfmsgsDefines.h"
25 {
26 public:
27 
30 
32  DtObjIdNameEntry(const DtEntityIdentifier& objectIdentifier,
33  const DtString& objectName = DtString::nullString());
34 
36  virtual ~DtObjIdNameEntry();
37 
40 
42  DtObjIdNameEntry& operator=(const DtObjIdNameEntry& orig);
43 
45  virtual void setObjectIdentifier(const DtEntityIdentifier& objectIdentifier);
46  virtual const DtEntityIdentifier& objectIdentifier() const;
47 
49  virtual void setObjectName(const DtString& objectName);
50  virtual const DtString & objectName() const;
51 
52 protected:
53 
54  DtEntityIdentifier myObjectIdentifier;
56 };
57 
58 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)