VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
backendMapEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: backendMapEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
13 #ifndef DtBackendMapEntry_H_
14 #define DtBackendMapEntry_H_
15 
16 #include <vlpi/simulationAddress.h>
17 
22 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 public:
27 
30 
31  DtBackendMapEntry(const DtSimulationAddress& fromAddress,
32  const DtSimulationAddress& toAddress);
33 
35  virtual ~DtBackendMapEntry();
36 
38  virtual const DtSimulationAddress& fromAddress();
39 
41  virtual const DtSimulationAddress& toAddress();
42 
44  virtual void mapTo(const DtSimulationAddress& toAddress);
45 
46 protected:
49 
51  DtBackendMapEntry& operator=(const DtBackendMapEntry& orig);
52 
53 protected:
54 
55  DtSimulationAddress myFromAddress;
56  DtSimulationAddress myToAddress;
57 };
58 
59 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)