VR-Forces 4.2 Class Documentation
objMapEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: objMapEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtObjectMapEntry_H_
13 #define DtObjectMapEntry_H_
14 
15 #include "vrfutil/rdrWritr.h"
16 #include <vl/hostStructs.h>
17 #include "vrfutil/rwString.h"
18 #include "vrfutil/rwSimAddress.h"
19 
20 
26 
27 #include "vrfutil/vrfutilDefines.h"
29 {
30 public:
31 
34 
35  DtObjectMapEntry(const DtString& name, const DtSimulationAddress& address);
36 
38  parentRegistry = 0);
39 
41  virtual ~DtObjectMapEntry();
42 
44  DtObjectMapEntry(const DtString & name, const DtObjectMapEntry & orig,
45  DtReaderWriterRegistry * parentRegistry = 0);
46 
49 
50  virtual DtObjectMapEntry * clone(const DtString & name,
51  DtReaderWriterRegistry * parentRegistry = 0) const;
52 
54  virtual const DtSimulationAddress& address();
55 
57  virtual void setAddress(const DtSimulationAddress& address);
58 
60  virtual const DtString& name();
61 
62 protected:
63 
66 };
67 
68 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)