VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
objectMapEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/readerWriter.h"
12 #include <vl/hostStructs.h>
13 #include "vrfutil/rwString.h"
15 #include "vrfutil/rwUUID.h"
16 
22 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 public:
27 
30 
31  DtObjectMapEntry(const DtUUID&, const DtSimulationAddress& address);
32 
34  parentRegistry = 0);
35 
37  virtual ~DtObjectMapEntry();
38 
40  DtObjectMapEntry(const DtString & name, const DtObjectMapEntry & orig,
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
45 
46  virtual DtObjectMapEntry * clone(const DtString & name,
47  DtReaderWriterRegistry * parentRegistry = 0) const;
48 
50  virtual const DtSimulationAddress& address();
51 
53  virtual void setAddress(const DtSimulationAddress& address);
54 
56  virtual const DtUUID& uuid();
57 
58 protected:
59 
62 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)