VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
backendMap.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #include <vlutil/vlList.h>
10 #include <vl/hostStructs.h>
11 
17 
18 #include "vrfutil/vrfutilDefines.h"
19 class DT_DLL_vrfutil DtBackendMap : public DtList
20 {
21 public:
22 
24  DtBackendMap();
25 
27  virtual ~DtBackendMap();
28 
30  DtBackendMap(const DtBackendMap& orig);
31 
33  DtBackendMap& operator=(const DtBackendMap& orig);
34 
35  virtual void emptyList();
36  virtual void copyList(const DtBackendMap & orig);
37 
39  virtual const DtSimulationAddress& lookupMappingFrom(
40  const DtSimulationAddress& fromAddress) const;
41 
45  virtual void addMapping(const DtSimulationAddress& fromAddress,
46  const DtSimulationAddress& toAddress);
47 };
48 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)