VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)